lucide-astro 0.356.0 → 0.358.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M13 13v5" />
8
+ <path d="M17 11.47V8" />
9
+ <path d="M17 11h1a3 3 0 0 1 2.745 4.211" />
10
+ <path d="m2 2 20 20" />
11
+ <path d="M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3" />
12
+ <path d="M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268" />
13
+ <path d="M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12" />
14
+ <path d="M9 14.6V18" />
15
+ </Layout>
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z" />
8
- <line x1="6" x2="18" y1="17" y2="17" />
7
+ <path d="M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z" />
8
+ <path d="M6 17h12" />
9
9
  </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="m19 12-1.5 3" />
8
+ <path d="M19.63 18.81 22 20" />
9
+ <path d="M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -191,6 +191,7 @@ export { default as BedDouble } from './BedDouble.astro'
191
191
  export { default as BedSingle } from './BedSingle.astro'
192
192
  export { default as Beef } from './Beef.astro'
193
193
  export { default as Beer } from './Beer.astro'
194
+ export { default as BeerOff } from './BeerOff.astro'
194
195
  export { default as Bell } from './Bell.astro'
195
196
  export { default as BellDot } from './BellDot.astro'
196
197
  export { default as BellElectric } from './BellElectric.astro'
@@ -1609,6 +1610,7 @@ export { default as Wind } from './Wind.astro'
1609
1610
  export { default as Wine } from './Wine.astro'
1610
1611
  export { default as WineOff } from './WineOff.astro'
1611
1612
  export { default as Workflow } from './Workflow.astro'
1613
+ export { default as Worm } from './Worm.astro'
1612
1614
  export { default as WrapText } from './WrapText.astro'
1613
1615
  export { default as Wrench } from './Wrench.astro'
1614
1616
  export { default as X } from './X.astro'
package/dist/index.js CHANGED
@@ -186,6 +186,7 @@ export { default as BedDouble } from './BedDouble.astro'
186
186
  export { default as BedSingle } from './BedSingle.astro'
187
187
  export { default as Beef } from './Beef.astro'
188
188
  export { default as Beer } from './Beer.astro'
189
+ export { default as BeerOff } from './BeerOff.astro'
189
190
  export { default as Bell } from './Bell.astro'
190
191
  export { default as BellDot } from './BellDot.astro'
191
192
  export { default as BellElectric } from './BellElectric.astro'
@@ -1604,6 +1605,7 @@ export { default as Wind } from './Wind.astro'
1604
1605
  export { default as Wine } from './Wine.astro'
1605
1606
  export { default as WineOff } from './WineOff.astro'
1606
1607
  export { default as Workflow } from './Workflow.astro'
1608
+ export { default as Worm } from './Worm.astro'
1607
1609
  export { default as WrapText } from './WrapText.astro'
1608
1610
  export { default as Wrench } from './Wrench.astro'
1609
1611
  export { default as X } from './X.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.356.0",
3
+ "version": "0.358.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.356.0",
29
+ "lucide-static": "0.358.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {