lucide-astro 0.288.0 → 0.290.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Armchair.astro +1 -1
- package/dist/Folder.astro +1 -1
- package/dist/FolderArchive.astro +4 -4
- package/dist/FolderCheck.astro +1 -1
- package/dist/FolderClock.astro +1 -1
- package/dist/FolderClosed.astro +1 -1
- package/dist/FolderCog.astro +1 -1
- package/dist/FolderDown.astro +1 -1
- package/dist/FolderEdit.astro +2 -2
- package/dist/FolderGit.astro +1 -1
- package/dist/FolderHeart.astro +2 -2
- package/dist/FolderInput.astro +1 -1
- package/dist/FolderKey.astro +1 -1
- package/dist/FolderLock.astro +1 -1
- package/dist/FolderMinus.astro +2 -2
- package/dist/FolderOpen.astro +1 -1
- package/dist/FolderPlus.astro +3 -3
- package/dist/FolderSearch.astro +1 -1
- package/dist/FolderSearch2.astro +2 -2
- package/dist/FolderTree.astro +4 -4
- package/dist/FolderUp.astro +1 -1
- package/dist/FolderX.astro +1 -1
- package/dist/Folders.astro +2 -2
- package/dist/GitCommitVertical.astro +10 -0
- package/dist/GitCompareArrows.astro +13 -0
- package/dist/GitFork.astro +1 -1
- package/dist/GitGraph.astro +13 -0
- package/dist/GitPullRequestArrow.astro +12 -0
- package/dist/GitPullRequestClosed.astro +3 -3
- package/dist/GitPullRequestCreate.astro +12 -0
- package/dist/GitPullRequestCreateArrow.astro +13 -0
- package/dist/Power.astro +2 -2
- package/dist/PowerCircle.astro +10 -0
- package/dist/PowerSquare.astro +10 -0
- package/dist/index.d.ts +9 -1
- package/dist/index.js +9 -1
- package/package.json +2 -2
- /package/dist/{GitCommit.astro → GitCommitHorizontal.astro} +0 -0
package/dist/Armchair.astro
CHANGED
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" />
|
8
|
-
<path d="M3
|
8
|
+
<path d="M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z" />
|
9
9
|
<path d="M5 18v2" />
|
10
10
|
<path d="M19 18v2" />
|
11
11
|
</Layout>
|
package/dist/Folder.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
8
8
|
</Layout>
|
package/dist/FolderArchive.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<circle cx="15" cy="19" r="2" />
|
8
|
+
<path d="M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1" />
|
9
|
+
<path d="M15 11v-1" />
|
10
|
+
<path d="M15 17v-2" />
|
11
11
|
</Layout>
|
package/dist/FolderCheck.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
8
8
|
<path d="m9 13 2 2 4-4" />
|
9
9
|
</Layout>
|
package/dist/FolderClock.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="M7 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2" />
|
8
7
|
<circle cx="16" cy="16" r="6" />
|
8
|
+
<path d="M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2" />
|
9
9
|
<path d="M16 14v2l1 1" />
|
10
10
|
</Layout>
|
package/dist/FolderClosed.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
8
8
|
<path d="M2 10h20" />
|
9
9
|
</Layout>
|
package/dist/FolderCog.astro
CHANGED
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<circle cx="18" cy="18" r="3" />
|
8
|
-
<path d="M10.
|
8
|
+
<path d="M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3" />
|
9
9
|
<path d="m21.7 19.4-.9-.3" />
|
10
10
|
<path d="m15.2 16.9-.9-.3" />
|
11
11
|
<path d="m16.6 21.7.3-.9" />
|
package/dist/FolderDown.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="
|
7
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
8
8
|
<path d="M12 10v6" />
|
9
9
|
<path d="m15 13-3 3-3-3" />
|
10
10
|
</Layout>
|
package/dist/FolderEdit.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M8.
|
8
|
-
<path d="M2 11.
|
7
|
+
<path d="M8.4 10.6a2.1 2.1 0 1 1 2.99 2.98L6 19l-4 1 1-3.9Z" />
|
8
|
+
<path d="M2 11.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" />
|
9
9
|
</Layout>
|
package/dist/FolderGit.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="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
8
7
|
<circle cx="12" cy="13" r="2" />
|
8
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
9
9
|
<path d="M14 13h3" />
|
10
10
|
<path d="M7 13h3" />
|
11
11
|
</Layout>
|
package/dist/FolderHeart.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M11 20H4a2 2 0 0 1-2-
|
8
|
-
<path d="
|
7
|
+
<path d="M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5" />
|
8
|
+
<path d="M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01v0c.95.95 1 2.53-.2 3.74L17.5 21Z" />
|
9
9
|
</Layout>
|
package/dist/FolderInput.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="M2
|
7
|
+
<path d="M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" />
|
8
8
|
<path d="M2 13h10" />
|
9
9
|
<path d="m9 16 3-3-3-3" />
|
10
10
|
</Layout>
|
package/dist/FolderKey.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="M10 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v2" />
|
8
7
|
<circle cx="16" cy="20" r="2" />
|
8
|
+
<path d="M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2" />
|
9
9
|
<path d="m22 14-4.5 4.5" />
|
10
10
|
<path d="m21 15 1 1" />
|
11
11
|
</Layout>
|
package/dist/FolderLock.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 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v2.5" />
|
8
7
|
<rect width="8" height="5" x="14" y="17" rx="1" />
|
8
|
+
<path d="M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5" />
|
9
9
|
<path d="M20 17v-2a2 2 0 1 0-4 0v2" />
|
10
10
|
</Layout>
|
package/dist/FolderMinus.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
7
|
+
<path d="M9 13h6" />
|
8
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
9
9
|
</Layout>
|
package/dist/FolderOpen.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="m6 14 1.
|
7
|
+
<path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" />
|
8
8
|
</Layout>
|
package/dist/FolderPlus.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="M12 10v6" />
|
8
|
+
<path d="M9 13h6" />
|
9
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
10
10
|
</Layout>
|
package/dist/FolderSearch.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="M11 20H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v4" />
|
8
7
|
<circle cx="17" cy="17" r="3" />
|
8
|
+
<path d="M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1" />
|
9
9
|
<path d="m21 21-1.5-1.5" />
|
10
10
|
</Layout>
|
package/dist/FolderSearch2.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="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
|
8
7
|
<circle cx="11.5" cy="12.5" r="2.5" />
|
9
|
-
<path d="
|
8
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
9
|
+
<path d="M13.3 14.3 15 16" />
|
10
10
|
</Layout>
|
package/dist/FolderTree.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="M3
|
10
|
-
<path d="M3
|
7
|
+
<path d="M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" />
|
8
|
+
<path d="M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" />
|
9
|
+
<path d="M3 5a2 2 0 0 0 2 2h3" />
|
10
|
+
<path d="M3 3v13a2 2 0 0 0 2 2h3" />
|
11
11
|
</Layout>
|
package/dist/FolderUp.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="
|
7
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
8
8
|
<path d="M12 10v6" />
|
9
9
|
<path d="m9 13 3-3 3 3" />
|
10
10
|
</Layout>
|
package/dist/FolderX.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="
|
7
|
+
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />
|
8
8
|
<path d="m9.5 10.5 5 5" />
|
9
9
|
<path d="m14.5 10.5-5 5" />
|
10
10
|
</Layout>
|
package/dist/Folders.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M2
|
7
|
+
<path d="M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z" />
|
8
|
+
<path d="M2 8v11a2 2 0 0 0 2 2h14" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<circle cx="5" cy="6" r="3" />
|
8
|
+
<path d="M12 6h5a2 2 0 0 1 2 2v7" />
|
9
|
+
<path d="m15 9-3-3 3-3" />
|
10
|
+
<circle cx="19" cy="18" r="3" />
|
11
|
+
<path d="M12 18H7a2 2 0 0 1-2-2V9" />
|
12
|
+
<path d="m9 15 3 3-3 3" />
|
13
|
+
</Layout>
|
package/dist/GitFork.astro
CHANGED
@@ -7,6 +7,6 @@ export type { Props } from './index.d.ts'
|
|
7
7
|
<circle cx="12" cy="18" r="3" />
|
8
8
|
<circle cx="6" cy="6" r="3" />
|
9
9
|
<circle cx="18" cy="6" r="3" />
|
10
|
-
<path d="M18
|
10
|
+
<path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9" />
|
11
11
|
<path d="M12 12v3" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<circle cx="5" cy="6" r="3" />
|
8
|
+
<path d="M5 9v6" />
|
9
|
+
<circle cx="5" cy="18" r="3" />
|
10
|
+
<path d="M12 3v18" />
|
11
|
+
<circle cx="19" cy="6" r="3" />
|
12
|
+
<path d="M16 15.7A9 9 0 0 0 19 9" />
|
13
|
+
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<circle cx="5" cy="6" r="3" />
|
8
|
+
<path d="M5 9v12" />
|
9
|
+
<circle cx="19" cy="18" r="3" />
|
10
|
+
<path d="m15 9-3-3 3-3" />
|
11
|
+
<path d="M12 6h5a2 2 0 0 1 2 2v7" />
|
12
|
+
</Layout>
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<circle cx="18" cy="18" r="3" />
|
8
7
|
<circle cx="6" cy="6" r="3" />
|
9
|
-
<path d="
|
8
|
+
<path d="M6 9v12" />
|
10
9
|
<path d="m21 3-6 6" />
|
11
10
|
<path d="m21 9-6-6" />
|
12
|
-
<
|
11
|
+
<path d="M18 11.5V15" />
|
12
|
+
<circle cx="18" cy="18" r="3" />
|
13
13
|
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<circle cx="6" cy="6" r="3" />
|
8
|
+
<path d="M6 9v12" />
|
9
|
+
<path d="M13 6h3a2 2 0 0 1 2 2v3" />
|
10
|
+
<path d="M18 15v6" />
|
11
|
+
<path d="M21 18h-6" />
|
12
|
+
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<circle cx="5" cy="6" r="3" />
|
8
|
+
<path d="M5 9v12" />
|
9
|
+
<path d="m15 9-3-3 3-3" />
|
10
|
+
<path d="M12 6h5a2 2 0 0 1 2 2v3" />
|
11
|
+
<path d="M19 15v6" />
|
12
|
+
<path d="M22 18h-6" />
|
13
|
+
</Layout>
|
package/dist/Power.astro
CHANGED
@@ -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
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<path d="M12 7v5" />
|
9
|
+
<path d="M8 9a5.14 5.14 0 0 0 4 8 4.95 4.95 0 0 0 4-8" />
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -607,11 +607,17 @@ export { default as Ghost } from './Ghost.astro'
|
|
607
607
|
export { default as Gift } from './Gift.astro'
|
608
608
|
export { default as GitBranchPlus } from './GitBranchPlus.astro'
|
609
609
|
export { default as GitBranch } from './GitBranch.astro'
|
610
|
-
export { default as
|
610
|
+
export { default as GitCommitHorizontal } from './GitCommitHorizontal.astro'
|
611
|
+
export { default as GitCommitVertical } from './GitCommitVertical.astro'
|
612
|
+
export { default as GitCompareArrows } from './GitCompareArrows.astro'
|
611
613
|
export { default as GitCompare } from './GitCompare.astro'
|
612
614
|
export { default as GitFork } from './GitFork.astro'
|
615
|
+
export { default as GitGraph } from './GitGraph.astro'
|
613
616
|
export { default as GitMerge } from './GitMerge.astro'
|
617
|
+
export { default as GitPullRequestArrow } from './GitPullRequestArrow.astro'
|
614
618
|
export { default as GitPullRequestClosed } from './GitPullRequestClosed.astro'
|
619
|
+
export { default as GitPullRequestCreateArrow } from './GitPullRequestCreateArrow.astro'
|
620
|
+
export { default as GitPullRequestCreate } from './GitPullRequestCreate.astro'
|
615
621
|
export { default as GitPullRequestDraft } from './GitPullRequestDraft.astro'
|
616
622
|
export { default as GitPullRequest } from './GitPullRequest.astro'
|
617
623
|
export { default as Github } from './Github.astro'
|
@@ -948,7 +954,9 @@ export { default as Pointer } from './Pointer.astro'
|
|
948
954
|
export { default as Popcorn } from './Popcorn.astro'
|
949
955
|
export { default as Popsicle } from './Popsicle.astro'
|
950
956
|
export { default as PoundSterling } from './PoundSterling.astro'
|
957
|
+
export { default as PowerCircle } from './PowerCircle.astro'
|
951
958
|
export { default as PowerOff } from './PowerOff.astro'
|
959
|
+
export { default as PowerSquare } from './PowerSquare.astro'
|
952
960
|
export { default as Power } from './Power.astro'
|
953
961
|
export { default as Presentation } from './Presentation.astro'
|
954
962
|
export { default as Printer } from './Printer.astro'
|
package/dist/index.js
CHANGED
@@ -602,11 +602,17 @@ export { default as Ghost } from './Ghost.astro'
|
|
602
602
|
export { default as Gift } from './Gift.astro'
|
603
603
|
export { default as GitBranchPlus } from './GitBranchPlus.astro'
|
604
604
|
export { default as GitBranch } from './GitBranch.astro'
|
605
|
-
export { default as
|
605
|
+
export { default as GitCommitHorizontal } from './GitCommitHorizontal.astro'
|
606
|
+
export { default as GitCommitVertical } from './GitCommitVertical.astro'
|
607
|
+
export { default as GitCompareArrows } from './GitCompareArrows.astro'
|
606
608
|
export { default as GitCompare } from './GitCompare.astro'
|
607
609
|
export { default as GitFork } from './GitFork.astro'
|
610
|
+
export { default as GitGraph } from './GitGraph.astro'
|
608
611
|
export { default as GitMerge } from './GitMerge.astro'
|
612
|
+
export { default as GitPullRequestArrow } from './GitPullRequestArrow.astro'
|
609
613
|
export { default as GitPullRequestClosed } from './GitPullRequestClosed.astro'
|
614
|
+
export { default as GitPullRequestCreateArrow } from './GitPullRequestCreateArrow.astro'
|
615
|
+
export { default as GitPullRequestCreate } from './GitPullRequestCreate.astro'
|
610
616
|
export { default as GitPullRequestDraft } from './GitPullRequestDraft.astro'
|
611
617
|
export { default as GitPullRequest } from './GitPullRequest.astro'
|
612
618
|
export { default as Github } from './Github.astro'
|
@@ -943,7 +949,9 @@ export { default as Pointer } from './Pointer.astro'
|
|
943
949
|
export { default as Popcorn } from './Popcorn.astro'
|
944
950
|
export { default as Popsicle } from './Popsicle.astro'
|
945
951
|
export { default as PoundSterling } from './PoundSterling.astro'
|
952
|
+
export { default as PowerCircle } from './PowerCircle.astro'
|
946
953
|
export { default as PowerOff } from './PowerOff.astro'
|
954
|
+
export { default as PowerSquare } from './PowerSquare.astro'
|
947
955
|
export { default as Power } from './Power.astro'
|
948
956
|
export { default as Presentation } from './Presentation.astro'
|
949
957
|
export { default as Printer } from './Printer.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.290.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.290.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"astro": "^2.7.1 || ^3.0.0"
|
File without changes
|