lucide-astro 0.381.0 → 0.383.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
+ <path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z" />
7
8
  <circle cx="12" cy="12" r="10" />
8
- <polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76" />
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="M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4" />
8
+ <path d="M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7" />
9
+ <rect width="16" height="5" x="4" y="2" rx="1" />
10
+ </Layout>
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M3 12h4l3 9 4-17h7" />
7
+ <path d="M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21" />
8
8
  </Layout>
package/dist/index.d.ts CHANGED
@@ -1135,6 +1135,7 @@ export { default as PilcrowLeft } from './PilcrowLeft.astro'
1135
1135
  export { default as PilcrowRight } from './PilcrowRight.astro'
1136
1136
  export { default as PilcrowSquare } from './PilcrowSquare.astro'
1137
1137
  export { default as Pill } from './Pill.astro'
1138
+ export { default as PillBottle } from './PillBottle.astro'
1138
1139
  export { default as Pin } from './Pin.astro'
1139
1140
  export { default as PinOff } from './PinOff.astro'
1140
1141
  export { default as Pipette } from './Pipette.astro'
package/dist/index.js CHANGED
@@ -1130,6 +1130,7 @@ export { default as PilcrowLeft } from './PilcrowLeft.astro'
1130
1130
  export { default as PilcrowRight } from './PilcrowRight.astro'
1131
1131
  export { default as PilcrowSquare } from './PilcrowSquare.astro'
1132
1132
  export { default as Pill } from './Pill.astro'
1133
+ export { default as PillBottle } from './PillBottle.astro'
1133
1134
  export { default as Pin } from './Pin.astro'
1134
1135
  export { default as PinOff } from './PinOff.astro'
1135
1136
  export { default as Pipette } from './Pipette.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.381.0",
3
+ "version": "0.383.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.381.0",
29
+ "lucide-static": "0.383.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {