lucide-astro 0.509.0 → 0.511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Axis3D.astro +4 -2
- package/dist/Axis3d.astro +4 -2
- package/dist/Brackets.astro +2 -2
- package/dist/CheckLine.astro +10 -0
- package/dist/ChevronsLeftRightEllipsis.astro +3 -3
- package/dist/Clock6.astro +1 -1
- package/dist/Code.astro +2 -2
- package/dist/CodeSquare.astro +3 -3
- package/dist/CornerDownLeft.astro +1 -1
- package/dist/CornerDownRight.astro +1 -1
- package/dist/CornerLeftDown.astro +1 -1
- package/dist/CornerLeftUp.astro +1 -1
- package/dist/CornerRightDown.astro +1 -1
- package/dist/CornerRightUp.astro +1 -1
- package/dist/CornerUpLeft.astro +1 -1
- package/dist/CornerUpRight.astro +1 -1
- package/dist/Download.astro +2 -2
- package/dist/Factory.astro +4 -4
- package/dist/Forward.astro +1 -1
- package/dist/IterationCcw.astro +2 -2
- package/dist/IterationCw.astro +2 -2
- package/dist/Landmark.astro +6 -6
- package/dist/LogIn.astro +2 -2
- package/dist/LogOut.astro +2 -2
- package/dist/Maximize2.astro +4 -4
- package/dist/Minimize2.astro +4 -4
- package/dist/Reply.astro +1 -1
- package/dist/ReplyAll.astro +2 -2
- package/dist/Satellite.astro +4 -4
- package/dist/School2.astro +7 -7
- package/dist/SeparatorHorizontal.astro +3 -3
- package/dist/SeparatorVertical.astro +3 -3
- package/dist/Share.astro +2 -2
- package/dist/SquareCode.astro +3 -3
- package/dist/SquareDashedTopSolid.astro +16 -0
- package/dist/Terminal.astro +2 -2
- package/dist/TrendingDown.astro +2 -2
- package/dist/TrendingUp.astro +2 -2
- package/dist/Tv.astro +2 -2
- package/dist/Type.astro +3 -3
- package/dist/University.astro +7 -7
- package/dist/Upload.astro +2 -2
- package/dist/UserCheck.astro +1 -1
- package/dist/Warehouse.astro +4 -4
- package/dist/WrapText.astro +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/Axis3D.astro
CHANGED
@@ -4,6 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="axis-3d" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13.5 10.5 15 9" />
|
8
|
+
<path d="M4 4v15a1 1 0 0 0 1 1h15" />
|
9
|
+
<path d="M4.293 19.707 6 18" />
|
10
|
+
<path d="m9 15 1.5-1.5" />
|
9
11
|
</Layout>
|
package/dist/Axis3d.astro
CHANGED
@@ -4,6 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="axis-3d" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13.5 10.5 15 9" />
|
8
|
+
<path d="M4 4v15a1 1 0 0 0 1 1h15" />
|
9
|
+
<path d="M4.293 19.707 6 18" />
|
10
|
+
<path d="m9 15 1.5-1.5" />
|
9
11
|
</Layout>
|
package/dist/Brackets.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="brackets" {...Astro.props}>
|
7
|
-
<path d="M16
|
8
|
-
<path d="M8
|
7
|
+
<path d="M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3" />
|
8
|
+
<path d="M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3" />
|
9
9
|
</Layout>
|
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="chevrons-left-right-ellipsis" {...Astro.props}>
|
7
|
-
<path d="m18 8 4 4-4 4" />
|
8
|
-
<path d="m6 8-4 4 4 4" />
|
9
|
-
<path d="M8 12h.01" />
|
10
7
|
<path d="M12 12h.01" />
|
11
8
|
<path d="M16 12h.01" />
|
9
|
+
<path d="m17 7 5 5-5 5" />
|
10
|
+
<path d="m7 7-5 5 5 5" />
|
11
|
+
<path d="M8 12h.01" />
|
12
12
|
</Layout>
|
package/dist/Clock6.astro
CHANGED
package/dist/Code.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 iconName="square-code" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m14
|
9
|
-
<rect
|
7
|
+
<path d="m10 9-3 3 3 3" />
|
8
|
+
<path d="m14 15 3-3-3-3" />
|
9
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
10
10
|
</Layout>
|
package/dist/CornerLeftUp.astro
CHANGED
package/dist/CornerRightUp.astro
CHANGED
package/dist/CornerUpLeft.astro
CHANGED
package/dist/CornerUpRight.astro
CHANGED
package/dist/Download.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="download" {...Astro.props}>
|
7
|
+
<path d="M12 15V3" />
|
7
8
|
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
8
|
-
<
|
9
|
-
<line x1="12" x2="12" y1="15" y2="3" />
|
9
|
+
<path d="m7 10 5 5 5-5" />
|
10
10
|
</Layout>
|
package/dist/Factory.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="factory" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M12 16h.01" />
|
8
|
+
<path d="M16 16h.01" />
|
9
|
+
<path d="M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z" />
|
10
|
+
<path d="M8 16h.01" />
|
11
11
|
</Layout>
|
package/dist/Forward.astro
CHANGED
package/dist/IterationCcw.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="iteration-ccw" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
7
|
+
<path d="m16 14 4 4-4 4" />
|
8
|
+
<path d="M20 10a8 8 0 1 0-8 8h8" />
|
9
9
|
</Layout>
|
package/dist/IterationCw.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="iteration-cw" {...Astro.props}>
|
7
|
-
<path d="M4
|
8
|
-
<
|
7
|
+
<path d="M4 10a8 8 0 1 1 8 8H4" />
|
8
|
+
<path d="m8 22-4-4 4-4" />
|
9
9
|
</Layout>
|
package/dist/Landmark.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="landmark" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
7
|
+
<path d="M10 18v-7" />
|
8
|
+
<path d="M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z" />
|
9
|
+
<path d="M14 18v-7" />
|
10
|
+
<path d="M18 18v-7" />
|
11
|
+
<path d="M3 22h18" />
|
12
|
+
<path d="M6 18v-7" />
|
13
13
|
</Layout>
|
package/dist/LogIn.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="log-in" {...Astro.props}>
|
7
|
+
<path d="m10 17 5-5-5-5" />
|
8
|
+
<path d="M15 12H3" />
|
7
9
|
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" />
|
8
|
-
<polyline points="10 17 15 12 10 7" />
|
9
|
-
<line x1="15" x2="3" y1="12" y2="12" />
|
10
10
|
</Layout>
|
package/dist/LogOut.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="log-out" {...Astro.props}>
|
7
|
+
<path d="m16 17 5-5-5-5" />
|
8
|
+
<path d="M21 12H9" />
|
7
9
|
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
8
|
-
<polyline points="16 17 21 12 16 7" />
|
9
|
-
<line x1="21" x2="9" y1="12" y2="12" />
|
10
10
|
</Layout>
|
package/dist/Maximize2.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="maximize-2" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M15 3h6v6" />
|
8
|
+
<path d="m21 3-7 7" />
|
9
|
+
<path d="m3 21 7-7" />
|
10
|
+
<path d="M9 21H3v-6" />
|
11
11
|
</Layout>
|
package/dist/Minimize2.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="minimize-2" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="m14 10 7-7" />
|
8
|
+
<path d="M20 10h-6V4" />
|
9
|
+
<path d="m3 21 7-7" />
|
10
|
+
<path d="M4 14h6v6" />
|
11
11
|
</Layout>
|
package/dist/Reply.astro
CHANGED
package/dist/ReplyAll.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="reply-all" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<polyline points="12 17 7 12 12 7" />
|
7
|
+
<path d="m12 17-5-5 5-5" />
|
9
8
|
<path d="M22 18v-2a4 4 0 0 0-4-4H7" />
|
9
|
+
<path d="m7 17-5-5 5-5" />
|
10
10
|
</Layout>
|
package/dist/Satellite.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="satellite" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="m16 8 3-3" />
|
7
|
+
<path d="m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5" />
|
8
|
+
<path d="M16.5 7.5 19 5" />
|
9
|
+
<path d="m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5" />
|
11
10
|
<path d="M9 21a6 6 0 0 0-6-6" />
|
11
|
+
<path d="M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z" />
|
12
12
|
</Layout>
|
package/dist/School2.astro
CHANGED
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="university" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<
|
7
|
+
<path d="M14 21v-3a2 2 0 0 0-4 0v3" />
|
8
|
+
<path d="M18 12h.01" />
|
9
|
+
<path d="M18 16h.01" />
|
10
|
+
<path d="M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z" />
|
11
|
+
<path d="M6 12h.01" />
|
12
|
+
<path d="M6 16h.01" />
|
13
|
+
<circle cx="12" cy="10" r="2" />
|
14
14
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="separator-horizontal" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="m16 16-4 4-4-4" />
|
8
|
+
<path d="M3 12h18" />
|
9
|
+
<path d="m8 8 4-4 4 4" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="separator-vertical" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M12 3v18" />
|
8
|
+
<path d="m16 16 4-4-4-4" />
|
9
|
+
<path d="m8 8-4 4 4 4" />
|
10
10
|
</Layout>
|
package/dist/Share.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="share" {...Astro.props}>
|
7
|
+
<path d="M12 2v13" />
|
8
|
+
<path d="m16 6-4-4-4 4" />
|
7
9
|
<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" />
|
8
|
-
<polyline points="16 6 12 2 8 6" />
|
9
|
-
<line x1="12" x2="12" y1="2" y2="15" />
|
10
10
|
</Layout>
|
package/dist/SquareCode.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="square-code" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m14
|
9
|
-
<rect
|
7
|
+
<path d="m10 9-3 3 3 3" />
|
8
|
+
<path d="m14 15 3-3-3-3" />
|
9
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
10
10
|
</Layout>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="square-dashed-top-solid" {...Astro.props}>
|
7
|
+
<path d="M14 21h1" />
|
8
|
+
<path d="M21 14v1" />
|
9
|
+
<path d="M21 19a2 2 0 0 1-2 2" />
|
10
|
+
<path d="M21 9v1" />
|
11
|
+
<path d="M3 14v1" />
|
12
|
+
<path d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" />
|
13
|
+
<path d="M3 9v1" />
|
14
|
+
<path d="M5 21a2 2 0 0 1-2-2" />
|
15
|
+
<path d="M9 21h1" />
|
16
|
+
</Layout>
|
package/dist/Terminal.astro
CHANGED
package/dist/TrendingDown.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="trending-down" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M16 17h6v-6" />
|
8
|
+
<path d="m22 17-8.5-8.5-5 5L2 7" />
|
9
9
|
</Layout>
|
package/dist/TrendingUp.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="trending-up" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M16 7h6v6" />
|
8
|
+
<path d="m22 7-8.5 8.5-5-5L2 17" />
|
9
9
|
</Layout>
|
package/dist/Tv.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="tv" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="m17 2-5 5-5-5" />
|
8
|
+
<rect width="20" height="15" x="2" y="7" rx="2" />
|
9
9
|
</Layout>
|
package/dist/Type.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="type" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
7
|
+
<path d="M12 4v16" />
|
8
|
+
<path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" />
|
9
|
+
<path d="M9 20h6" />
|
10
10
|
</Layout>
|
package/dist/University.astro
CHANGED
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="university" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<
|
7
|
+
<path d="M14 21v-3a2 2 0 0 0-4 0v3" />
|
8
|
+
<path d="M18 12h.01" />
|
9
|
+
<path d="M18 16h.01" />
|
10
|
+
<path d="M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z" />
|
11
|
+
<path d="M6 12h.01" />
|
12
|
+
<path d="M6 16h.01" />
|
13
|
+
<circle cx="12" cy="10" r="2" />
|
14
14
|
</Layout>
|
package/dist/Upload.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="upload" {...Astro.props}>
|
7
|
+
<path d="M12 3v12" />
|
8
|
+
<path d="m17 8-5-5-5 5" />
|
7
9
|
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
8
|
-
<polyline points="17 8 12 3 7 8" />
|
9
|
-
<line x1="12" x2="12" y1="3" y2="15" />
|
10
10
|
</Layout>
|
package/dist/UserCheck.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="user-check" {...Astro.props}>
|
7
|
+
<path d="m16 11 2 2 4-4" />
|
7
8
|
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
|
8
9
|
<circle cx="9" cy="7" r="4" />
|
9
|
-
<polyline points="16 11 18 13 22 9" />
|
10
10
|
</Layout>
|
package/dist/Warehouse.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="warehouse" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="M6
|
10
|
-
<
|
7
|
+
<path d="M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" />
|
8
|
+
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" />
|
9
|
+
<path d="M6 13h12" />
|
10
|
+
<path d="M6 17h12" />
|
11
11
|
</Layout>
|
package/dist/WrapText.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="wrap-text" {...Astro.props}>
|
7
|
-
<
|
7
|
+
<path d="m16 16-2 2 2 2" />
|
8
8
|
<path d="M3 12h15a3 3 0 1 1 0 6h-4" />
|
9
|
-
<
|
10
|
-
<
|
9
|
+
<path d="M3 18h7" />
|
10
|
+
<path d="M3 6h18" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -364,6 +364,7 @@ export { default as Check } from './Check.astro'
|
|
364
364
|
export { default as CheckCheck } from './CheckCheck.astro'
|
365
365
|
export { default as CheckCircle } from './CheckCircle.astro'
|
366
366
|
export { default as CheckCircle2 } from './CheckCircle2.astro'
|
367
|
+
export { default as CheckLine } from './CheckLine.astro'
|
367
368
|
export { default as CheckSquare } from './CheckSquare.astro'
|
368
369
|
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
369
370
|
export { default as ChefHat } from './ChefHat.astro'
|
@@ -1516,6 +1517,7 @@ export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
|
1516
1517
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1517
1518
|
export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
|
1518
1519
|
export { default as SquareDashedMousePointer } from './SquareDashedMousePointer.astro'
|
1520
|
+
export { default as SquareDashedTopSolid } from './SquareDashedTopSolid.astro'
|
1519
1521
|
export { default as SquareDivide } from './SquareDivide.astro'
|
1520
1522
|
export { default as SquareDot } from './SquareDot.astro'
|
1521
1523
|
export { default as SquareEqual } from './SquareEqual.astro'
|
package/dist/index.js
CHANGED
@@ -359,6 +359,7 @@ export { default as Check } from './Check.astro'
|
|
359
359
|
export { default as CheckCheck } from './CheckCheck.astro'
|
360
360
|
export { default as CheckCircle } from './CheckCircle.astro'
|
361
361
|
export { default as CheckCircle2 } from './CheckCircle2.astro'
|
362
|
+
export { default as CheckLine } from './CheckLine.astro'
|
362
363
|
export { default as CheckSquare } from './CheckSquare.astro'
|
363
364
|
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
364
365
|
export { default as ChefHat } from './ChefHat.astro'
|
@@ -1511,6 +1512,7 @@ export { default as SquareDashedBottom } from './SquareDashedBottom.astro'
|
|
1511
1512
|
export { default as SquareDashedBottomCode } from './SquareDashedBottomCode.astro'
|
1512
1513
|
export { default as SquareDashedKanban } from './SquareDashedKanban.astro'
|
1513
1514
|
export { default as SquareDashedMousePointer } from './SquareDashedMousePointer.astro'
|
1515
|
+
export { default as SquareDashedTopSolid } from './SquareDashedTopSolid.astro'
|
1514
1516
|
export { default as SquareDivide } from './SquareDivide.astro'
|
1515
1517
|
export { default as SquareDot } from './SquareDot.astro'
|
1516
1518
|
export { default as SquareEqual } from './SquareEqual.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.511.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",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"author": "Aviortheking",
|
35
35
|
"license": "MIT",
|
36
36
|
"devDependencies": {
|
37
|
-
"lucide-static": "0.
|
37
|
+
"lucide-static": "0.511.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|