lucide-astro 0.274.0 → 0.276.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/Bot.astro CHANGED
@@ -4,9 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="18" height="10" x="3" y="11" rx="2" />
8
- <circle cx="12" cy="5" r="2" />
9
- <path d="M12 7v4" />
10
- <line x1="8" x2="8" y1="16" y2="16" />
11
- <line x1="16" x2="16" y1="16" y2="16" />
7
+ <path d="M12 8V4H8" />
8
+ <rect width="16" height="12" x="4" y="8" rx="2" />
9
+ <path d="M2 14h2" />
10
+ <path d="M20 14h2" />
11
+ <path d="M15 13v2" />
12
+ <path d="M9 13v2" />
12
13
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z" />
8
- <path d="m4 11-.88-2.87a2 2 0 0 1 1.33-2.5l11.48-3.5a2 2 0 0 1 2.5 1.32l.87 2.87L4 11.01Z" />
9
- <path d="m6.6 4.99 3.38 4.2" />
10
- <path d="m11.86 3.38 3.38 4.2" />
7
+ <path d="M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z" />
8
+ <path d="m6.2 5.3 3.1 3.9" />
9
+ <path d="m12.4 3.4 3.1 4" />
10
+ <path d="M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" />
11
11
  </Layout>
package/dist/Film.astro CHANGED
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <rect width="20" height="20" x="2" y="2" rx="2.18" ry="2.18" />
8
- <line x1="7" x2="7" y1="2" y2="22" />
9
- <line x1="17" x2="17" y1="2" y2="22" />
10
- <line x1="2" x2="22" y1="12" y2="12" />
11
- <line x1="2" x2="7" y1="7" y2="7" />
12
- <line x1="2" x2="7" y1="17" y2="17" />
13
- <line x1="17" x2="22" y1="17" y2="17" />
14
- <line x1="17" x2="22" y1="7" y2="7" />
7
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M7 3v18" />
9
+ <path d="M3 7.5h4" />
10
+ <path d="M3 12h18" />
11
+ <path d="M3 16.5h4" />
12
+ <path d="M17 3v18" />
13
+ <path d="M17 7.5h4" />
14
+ <path d="M17 16.5h4" />
15
15
  </Layout>
@@ -0,0 +1,8 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M22 2 2 22" />
8
+ </Layout>
@@ -4,14 +4,13 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <circle cx="12" cy="12" r="4" />
8
- <path d="M12 8a2 2 0 1 0 4 4" />
7
+ <path d="M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4" />
9
8
  <path d="M12 2v2" />
10
9
  <path d="M12 20v2" />
11
- <path d="m4.93 4.93 1.41 1.41" />
12
- <path d="m17.66 17.66 1.41 1.41" />
10
+ <path d="m4.9 4.9 1.4 1.4" />
11
+ <path d="m17.7 17.7 1.4 1.4" />
13
12
  <path d="M2 12h2" />
14
13
  <path d="M20 12h2" />
15
- <path d="m6.34 17.66-1.41 1.41" />
16
- <path d="m19.07 4.93-1.41 1.41" />
14
+ <path d="m6.3 17.7-1.4 1.4" />
15
+ <path d="m19.1 4.9-1.4 1.4" />
17
16
  </Layout>
package/dist/index.d.ts CHANGED
@@ -1049,6 +1049,7 @@ export { default as SkipBack } from './SkipBack.astro'
1049
1049
  export { default as SkipForward } from './SkipForward.astro'
1050
1050
  export { default as Skull } from './Skull.astro'
1051
1051
  export { default as Slack } from './Slack.astro'
1052
+ export { default as Slash } from './Slash.astro'
1052
1053
  export { default as Slice } from './Slice.astro'
1053
1054
  export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
1054
1055
  export { default as Sliders } from './Sliders.astro'
package/dist/index.js CHANGED
@@ -1042,6 +1042,7 @@ export { default as SkipBack } from './SkipBack.astro'
1042
1042
  export { default as SkipForward } from './SkipForward.astro'
1043
1043
  export { default as Skull } from './Skull.astro'
1044
1044
  export { default as Slack } from './Slack.astro'
1045
+ export { default as Slash } from './Slash.astro'
1045
1046
  export { default as Slice } from './Slice.astro'
1046
1047
  export { default as SlidersHorizontal } from './SlidersHorizontal.astro'
1047
1048
  export { default as Sliders } from './Sliders.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.274.0",
3
+ "version": "0.276.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.274.0"
29
+ "lucide-static": "0.276.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"