lucide-astro 0.447.0 → 0.452.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="align-center" {...Astro.props}>
7
- <line x1="21" x2="3" y1="6" y2="6" />
8
- <line x1="17" x2="7" y1="12" y2="12" />
9
- <line x1="19" x2="5" y1="18" y2="18" />
7
+ <path d="M17 12H7" />
8
+ <path d="M19 18H5" />
9
+ <path d="M21 6H3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="align-justify" {...Astro.props}>
7
- <line x1="3" x2="21" y1="6" y2="6" />
8
- <line x1="3" x2="21" y1="12" y2="12" />
9
- <line x1="3" x2="21" y1="18" y2="18" />
7
+ <path d="M3 12h18" />
8
+ <path d="M3 18h18" />
9
+ <path d="M3 6h18" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="align-left" {...Astro.props}>
7
- <line x1="21" x2="3" y1="6" y2="6" />
8
- <line x1="15" x2="3" y1="12" y2="12" />
9
- <line x1="17" x2="3" y1="18" y2="18" />
7
+ <path d="M15 12H3" />
8
+ <path d="M17 18H3" />
9
+ <path d="M21 6H3" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="align-right" {...Astro.props}>
7
- <line x1="21" x2="3" y1="6" y2="6" />
8
- <line x1="21" x2="9" y1="12" y2="12" />
9
- <line x1="21" x2="7" y1="18" y2="18" />
7
+ <path d="M21 12H9" />
8
+ <path d="M21 18H7" />
9
+ <path d="M21 6H3" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="component" {...Astro.props}>
7
- <path d="M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z" />
8
- <path d="m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z" />
9
- <path d="M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z" />
10
- <path d="m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z" />
7
+ <path d="M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />
8
+ <path d="M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z" />
9
+ <path d="M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z" />
10
+ <path d="M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />
11
11
  </Layout>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="eye-closed" {...Astro.props}>
7
+ <path d="m15 18-.722-3.25" />
8
+ <path d="M2 8a10.645 10.645 0 0 0 20 0" />
9
+ <path d="m20 15-1.726-2.05" />
10
+ <path d="m4 15 1.726-2.05" />
11
+ <path d="m9 18 .722-3.25" />
12
+ </Layout>
package/dist/Indent.astro CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="indent-increase" {...Astro.props}>
7
- <polyline points="3 8 7 12 3 16" />
8
- <line x1="21" x2="11" y1="12" y2="12" />
9
- <line x1="21" x2="11" y1="6" y2="6" />
10
- <line x1="21" x2="11" y1="18" y2="18" />
7
+ <path d="M21 12H11" />
8
+ <path d="M21 18H11" />
9
+ <path d="M21 6H11" />
10
+ <path d="m3 8 4 4-4 4" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="indent-decrease" {...Astro.props}>
7
- <polyline points="7 8 3 12 7 16" />
8
- <line x1="21" x2="11" y1="12" y2="12" />
9
- <line x1="21" x2="11" y1="6" y2="6" />
10
- <line x1="21" x2="11" y1="18" y2="18" />
7
+ <path d="M21 12H11" />
8
+ <path d="M21 18H11" />
9
+ <path d="M21 6H11" />
10
+ <path d="m7 8-4 4 4 4" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="indent-increase" {...Astro.props}>
7
- <polyline points="3 8 7 12 3 16" />
8
- <line x1="21" x2="11" y1="12" y2="12" />
9
- <line x1="21" x2="11" y1="6" y2="6" />
10
- <line x1="21" x2="11" y1="18" y2="18" />
7
+ <path d="M21 12H11" />
8
+ <path d="M21 18H11" />
9
+ <path d="M21 6H11" />
10
+ <path d="m3 8 4 4-4 4" />
11
11
  </Layout>
package/dist/List.astro CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="list" {...Astro.props}>
7
- <line x1="8" x2="21" y1="6" y2="6" />
8
- <line x1="8" x2="21" y1="12" y2="12" />
9
- <line x1="8" x2="21" y1="18" y2="18" />
10
- <line x1="3" x2="3.01" y1="6" y2="6" />
11
- <line x1="3" x2="3.01" y1="12" y2="12" />
12
- <line x1="3" x2="3.01" y1="18" y2="18" />
7
+ <path d="M3 12h.01" />
8
+ <path d="M3 18h.01" />
9
+ <path d="M3 6h.01" />
10
+ <path d="M8 12h13" />
11
+ <path d="M8 18h13" />
12
+ <path d="M8 6h13" />
13
13
  </Layout>
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="list-ordered" {...Astro.props}>
7
- <line x1="10" x2="21" y1="6" y2="6" />
8
- <line x1="10" x2="21" y1="12" y2="12" />
9
- <line x1="10" x2="21" y1="18" y2="18" />
10
- <path d="M4 6h1v4" />
7
+ <path d="M10 12h11" />
8
+ <path d="M10 18h11" />
9
+ <path d="M10 6h11" />
11
10
  <path d="M4 10h2" />
11
+ <path d="M4 6h1v4" />
12
12
  <path d="M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" />
13
13
  </Layout>
package/dist/Move.astro CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="move" {...Astro.props}>
7
- <polyline points="5 9 2 12 5 15" />
8
- <polyline points="9 5 12 2 15 5" />
9
- <polyline points="15 19 12 22 9 19" />
10
- <polyline points="19 9 22 12 19 15" />
11
- <line x1="2" x2="22" y1="12" y2="12" />
12
- <line x1="12" x2="12" y1="2" y2="22" />
7
+ <path d="M12 2v20" />
8
+ <path d="m15 19-3 3-3-3" />
9
+ <path d="m19 9 3 3-3 3" />
10
+ <path d="M2 12h20" />
11
+ <path d="m5 9-3 3 3 3" />
12
+ <path d="m9 5 3-3 3 3" />
13
13
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="move-diagonal" {...Astro.props}>
7
- <polyline points="13 5 19 5 19 11" />
8
- <polyline points="11 19 5 19 5 13" />
9
- <line x1="19" x2="5" y1="5" y2="19" />
7
+ <path d="M11 19H5v-6" />
8
+ <path d="M13 5h6v6" />
9
+ <path d="M19 5 5 19" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="move-diagonal-2" {...Astro.props}>
7
- <polyline points="5 11 5 5 11 5" />
8
- <polyline points="19 13 19 19 13 19" />
9
- <line x1="5" x2="19" y1="5" y2="19" />
7
+ <path d="M19 13v6h-6" />
8
+ <path d="M5 11V5h6" />
9
+ <path d="m5 5 14 14" />
10
10
  </Layout>
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="move-horizontal" {...Astro.props}>
7
- <polyline points="18 8 22 12 18 16" />
8
- <polyline points="6 8 2 12 6 16" />
9
- <line x1="2" x2="22" y1="12" y2="12" />
7
+ <path d="m18 8 4 4-4 4" />
8
+ <path d="M2 12h20" />
9
+ <path d="m6 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="move-vertical" {...Astro.props}>
7
- <polyline points="8 18 12 22 16 18" />
8
- <polyline points="8 6 12 2 16 6" />
9
- <line x1="12" x2="12" y1="2" y2="22" />
7
+ <path d="M12 2v20" />
8
+ <path d="m8 18 4 4 4-4" />
9
+ <path d="m8 6 4-4 4 4" />
10
10
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="indent-decrease" {...Astro.props}>
7
- <polyline points="7 8 3 12 7 16" />
8
- <line x1="21" x2="11" y1="12" y2="12" />
9
- <line x1="21" x2="11" y1="6" y2="6" />
10
- <line x1="21" x2="11" y1="18" y2="18" />
7
+ <path d="M21 12H11" />
8
+ <path d="M21 18H11" />
9
+ <path d="M21 6H11" />
10
+ <path d="m7 8-4 4 4 4" />
11
11
  </Layout>
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="package" {...Astro.props}>
7
- <path d="m7.5 4.27 9 5.15" />
8
- <path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
9
- <path d="m3.3 7 8.7 5 8.7-5" />
7
+ <path d="M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z" />
10
8
  <path d="M12 22V12" />
9
+ <path d="m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7" />
10
+ <path d="m7.5 4.27 9 5.15" />
11
11
  </Layout>
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="parking-meter" {...Astro.props}>
7
- <path d="M9 9a3 3 0 1 1 6 0" />
8
- <path d="M12 12v3" />
9
7
  <path d="M11 15h2" />
10
- <path d="M19 9a7 7 0 1 0-13.6 2.3C6.4 14.4 8 19 8 19h8s1.6-4.6 2.6-7.7c.3-.8.4-1.5.4-2.3" />
8
+ <path d="M12 12v3" />
11
9
  <path d="M12 19v3" />
10
+ <path d="M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z" />
11
+ <path d="M9 9a3 3 0 1 1 6 0" />
12
12
  </Layout>
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout iconName="sandwich" {...Astro.props}>
7
- <path d="M3 11v3a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3" />
8
- <path d="M12 19H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3.83" />
9
- <path d="m3 11 7.77-6.04a2 2 0 0 1 2.46 0L21 11H3Z" />
10
- <path d="M12.97 19.77 7 15h12.5l-3.75 4.5a2 2 0 0 1-2.78.27Z" />
7
+ <path d="m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777" />
8
+ <path d="M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25" />
9
+ <path d="M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9" />
10
+ <path d="m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2" />
11
+ <rect width="20" height="4" x="2" y="11" rx="1" />
11
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 iconName="volleyball" {...Astro.props}>
7
+ <path d="M11.1 7.1a16.55 16.55 0 0 1 10.9 4" />
8
+ <path d="M12 12a12.6 12.6 0 0 1-8.7 5" />
9
+ <path d="M16.8 13.6a16.55 16.55 0 0 1-9 7.5" />
10
+ <path d="M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10" />
11
+ <path d="M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5" />
12
+ <circle cx="12" cy="12" r="10" />
13
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -605,6 +605,7 @@ export { default as Euro } from './Euro.astro'
605
605
  export { default as Expand } from './Expand.astro'
606
606
  export { default as ExternalLink } from './ExternalLink.astro'
607
607
  export { default as Eye } from './Eye.astro'
608
+ export { default as EyeClosed } from './EyeClosed.astro'
608
609
  export { default as EyeOff } from './EyeOff.astro'
609
610
  export { default as Facebook } from './Facebook.astro'
610
611
  export { default as Factory } from './Factory.astro'
@@ -1684,6 +1685,7 @@ export { default as VideoOff } from './VideoOff.astro'
1684
1685
  export { default as Videotape } from './Videotape.astro'
1685
1686
  export { default as View } from './View.astro'
1686
1687
  export { default as Voicemail } from './Voicemail.astro'
1688
+ export { default as Volleyball } from './Volleyball.astro'
1687
1689
  export { default as Volume } from './Volume.astro'
1688
1690
  export { default as Volume1 } from './Volume1.astro'
1689
1691
  export { default as Volume2 } from './Volume2.astro'
package/dist/index.js CHANGED
@@ -600,6 +600,7 @@ export { default as Euro } from './Euro.astro'
600
600
  export { default as Expand } from './Expand.astro'
601
601
  export { default as ExternalLink } from './ExternalLink.astro'
602
602
  export { default as Eye } from './Eye.astro'
603
+ export { default as EyeClosed } from './EyeClosed.astro'
603
604
  export { default as EyeOff } from './EyeOff.astro'
604
605
  export { default as Facebook } from './Facebook.astro'
605
606
  export { default as Factory } from './Factory.astro'
@@ -1679,6 +1680,7 @@ export { default as VideoOff } from './VideoOff.astro'
1679
1680
  export { default as Videotape } from './Videotape.astro'
1680
1681
  export { default as View } from './View.astro'
1681
1682
  export { default as Voicemail } from './Voicemail.astro'
1683
+ export { default as Volleyball } from './Volleyball.astro'
1682
1684
  export { default as Volume } from './Volume.astro'
1683
1685
  export { default as Volume1 } from './Volume1.astro'
1684
1686
  export { default as Volume2 } from './Volume2.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.447.0",
3
+ "version": "0.452.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.447.0",
29
+ "lucide-static": "0.452.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {