lucide-astro 0.451.0 → 0.453.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>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout iconName="calendar-1" {...Astro.props}>
7
+ <path d="M11 14h1v4" />
8
+ <path d="M16 2v4" />
9
+ <path d="M3 10h18" />
10
+ <path d="M8 2v4" />
11
+ <rect x="3" y="4" width="18" height="18" rx="2" />
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>
@@ -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>
package/dist/index.d.ts CHANGED
@@ -287,6 +287,7 @@ export { default as Cake } from './Cake.astro'
287
287
  export { default as CakeSlice } from './CakeSlice.astro'
288
288
  export { default as Calculator } from './Calculator.astro'
289
289
  export { default as Calendar } from './Calendar.astro'
290
+ export { default as Calendar1 } from './Calendar1.astro'
290
291
  export { default as CalendarArrowDown } from './CalendarArrowDown.astro'
291
292
  export { default as CalendarArrowUp } from './CalendarArrowUp.astro'
292
293
  export { default as CalendarCheck } from './CalendarCheck.astro'
package/dist/index.js CHANGED
@@ -282,6 +282,7 @@ export { default as Cake } from './Cake.astro'
282
282
  export { default as CakeSlice } from './CakeSlice.astro'
283
283
  export { default as Calculator } from './Calculator.astro'
284
284
  export { default as Calendar } from './Calendar.astro'
285
+ export { default as Calendar1 } from './Calendar1.astro'
285
286
  export { default as CalendarArrowDown } from './CalendarArrowDown.astro'
286
287
  export { default as CalendarArrowUp } from './CalendarArrowUp.astro'
287
288
  export { default as CalendarCheck } from './CalendarCheck.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.451.0",
3
+ "version": "0.453.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.451.0",
29
+ "lucide-static": "0.453.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {