lucide-astro 0.321.0 → 0.323.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <rect width="18" height="14" x="3" y="5" rx="2" ry="2" />
8
+ <path d="M7 15h4M15 15h2M7 11h2M13 11h4" />
9
+ </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
+ <path d="M10.5 5H19a2 2 0 0 1 2 2v8.5" />
8
+ <path d="M17 11h-.5" />
9
+ <path d="M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2" />
10
+ <path d="m2 2 20 20" />
11
+ <path d="M7 11h4" />
12
+ <path d="M7 15h2.5" />
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="M21 3 9 15" />
8
- <path d="M12 3H3v18h18v-9" />
9
- <path d="M16 3h5v5" />
7
+ <path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
10
8
  <path d="M14 15H9v-5" />
9
+ <path d="M16 3h5v5" />
10
+ <path d="M21 3 9 15" />
11
11
  </Layout>
@@ -4,9 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M7 13h4" />
8
- <path d="M15 13h2" />
9
- <path d="M7 9h2" />
10
- <path d="M13 9h4" />
11
- <path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Z" />
7
+ <rect width="18" height="14" x="3" y="5" rx="2" ry="2" />
8
+ <path d="M7 15h4M15 15h2M7 11h2M13 11h4" />
12
9
  </Layout>
package/dist/Tag.astro CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z" />
8
- <path d="M7 7h.01" />
7
+ <path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" />
8
+ <circle cx="7.5" cy="7.5" r=".5" fill="currentColor" />
9
9
  </Layout>
package/dist/Tags.astro CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z" />
8
- <path d="M6 9.01V9" />
9
7
  <path d="m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" />
8
+ <path d="M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z" />
9
+ <circle cx="6.5" cy="9.5" r=".5" fill="currentColor" />
10
10
  </Layout>
package/dist/index.d.ts CHANGED
@@ -297,6 +297,8 @@ export { default as CandlestickChart } from './CandlestickChart.astro'
297
297
  export { default as Candy } from './Candy.astro'
298
298
  export { default as CandyCane } from './CandyCane.astro'
299
299
  export { default as CandyOff } from './CandyOff.astro'
300
+ export { default as Captions } from './Captions.astro'
301
+ export { default as CaptionsOff } from './CaptionsOff.astro'
300
302
  export { default as Car } from './Car.astro'
301
303
  export { default as CarFront } from './CarFront.astro'
302
304
  export { default as CarTaxiFront } from './CarTaxiFront.astro'
package/dist/index.js CHANGED
@@ -292,6 +292,8 @@ export { default as CandlestickChart } from './CandlestickChart.astro'
292
292
  export { default as Candy } from './Candy.astro'
293
293
  export { default as CandyCane } from './CandyCane.astro'
294
294
  export { default as CandyOff } from './CandyOff.astro'
295
+ export { default as Captions } from './Captions.astro'
296
+ export { default as CaptionsOff } from './CaptionsOff.astro'
295
297
  export { default as Car } from './Car.astro'
296
298
  export { default as CarFront } from './CarFront.astro'
297
299
  export { default as CarTaxiFront } from './CarTaxiFront.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.321.0",
3
+ "version": "0.323.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.321.0",
29
+ "lucide-static": "0.323.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {