lucide-astro 0.289.0 → 0.290.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 3v6" />
8
+ <circle cx="12" cy="12" r="3" />
9
+ <path d="M12 15v6" />
10
+ </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>
@@ -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 9v1a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9" />
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="M18 11.5V15" />
8
+ <path d="M6 9v12" />
10
9
  <path d="m21 3-6 6" />
11
10
  <path d="m21 9-6-6" />
12
- <line x1="6" x2="6" y1="9" y2="21" />
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/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 GitCommit } from './GitCommit.astro'
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'
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 GitCommit } from './GitCommit.astro'
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.289.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.289.0"
29
+ "lucide-static": "0.290.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"