lucide-astro 0.289.0 → 0.291.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Cake.astro CHANGED
@@ -7,10 +7,10 @@ export type { Props } from './index.d.ts'
7
7
  <path d="M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" />
8
8
  <path d="M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1" />
9
9
  <path d="M2 21h20" />
10
- <path d="M7 8v2" />
11
- <path d="M12 8v2" />
12
- <path d="M17 8v2" />
13
- <path d="M7 4h.01" />
14
- <path d="M12 4h.01" />
15
- <path d="M17 4h.01" />
10
+ <path d="M7 8v3" />
11
+ <path d="M12 8v3" />
12
+ <path d="M17 8v3" />
13
+ <path d="M7 4h0.01" />
14
+ <path d="M12 4h0.01" />
15
+ <path d="M17 4h0.01" />
16
16
  </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 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>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M12 12h0" />
7
+ <path d="M12 12h0.01" />
8
8
  <path d="M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z" />
9
9
  <path d="M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z" />
10
10
  <path d="M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z" />
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M8 19h8a4 4 0 0 0 3.8-2.8 4 4 0 0 0-1.6-4.5c1-1.1 1-2.7.4-4-.7-1.2-2.2-2-3.6-1.7a3 3 0 0 0-3-3 3 3 0 0 0-3 3c-1.4-.2-2.9.5-3.6 1.7-.7 1.3-.5 2.9.4 4a4 4 0 0 0-1.6 4.5A4 4 0 0 0 8 19Z" />
7
+ <path d="M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z" />
8
8
  <path d="M12 19v3" />
9
9
  </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.291.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.291.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"