lucide-astro 0.379.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="M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3" />
8
+ <path d="M18 6V3a1 1 0 0 0-1-1h-3" />
9
+ <rect width="8" height="12" x="8" y="10" rx="1" />
10
+ </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>
@@ -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
+ <path d="M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0" />
8
+ <path d="M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0" />
9
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -869,6 +869,7 @@ export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
869
869
  export { default as LayoutTemplate } from './LayoutTemplate.astro'
870
870
  export { default as Leaf } from './Leaf.astro'
871
871
  export { default as LeafyGreen } from './LeafyGreen.astro'
872
+ export { default as Lectern } from './Lectern.astro'
872
873
  export { default as Library } from './Library.astro'
873
874
  export { default as LibraryBig } from './LibraryBig.astro'
874
875
  export { default as LibrarySquare } from './LibrarySquare.astro'
@@ -1134,6 +1135,7 @@ export { default as PilcrowLeft } from './PilcrowLeft.astro'
1134
1135
  export { default as PilcrowRight } from './PilcrowRight.astro'
1135
1136
  export { default as PilcrowSquare } from './PilcrowSquare.astro'
1136
1137
  export { default as Pill } from './Pill.astro'
1138
+ export { default as PillBottle } from './PillBottle.astro'
1137
1139
  export { default as Pin } from './Pin.astro'
1138
1140
  export { default as PinOff } from './PinOff.astro'
1139
1141
  export { default as Pipette } from './Pipette.astro'
@@ -1268,6 +1270,7 @@ export { default as SearchCheck } from './SearchCheck.astro'
1268
1270
  export { default as SearchCode } from './SearchCode.astro'
1269
1271
  export { default as SearchSlash } from './SearchSlash.astro'
1270
1272
  export { default as SearchX } from './SearchX.astro'
1273
+ export { default as Section } from './Section.astro'
1271
1274
  export { default as Send } from './Send.astro'
1272
1275
  export { default as SendHorizonal } from './SendHorizonal.astro'
1273
1276
  export { default as SendHorizontal } from './SendHorizontal.astro'
package/dist/index.js CHANGED
@@ -864,6 +864,7 @@ export { default as LayoutPanelTop } from './LayoutPanelTop.astro'
864
864
  export { default as LayoutTemplate } from './LayoutTemplate.astro'
865
865
  export { default as Leaf } from './Leaf.astro'
866
866
  export { default as LeafyGreen } from './LeafyGreen.astro'
867
+ export { default as Lectern } from './Lectern.astro'
867
868
  export { default as Library } from './Library.astro'
868
869
  export { default as LibraryBig } from './LibraryBig.astro'
869
870
  export { default as LibrarySquare } from './LibrarySquare.astro'
@@ -1129,6 +1130,7 @@ export { default as PilcrowLeft } from './PilcrowLeft.astro'
1129
1130
  export { default as PilcrowRight } from './PilcrowRight.astro'
1130
1131
  export { default as PilcrowSquare } from './PilcrowSquare.astro'
1131
1132
  export { default as Pill } from './Pill.astro'
1133
+ export { default as PillBottle } from './PillBottle.astro'
1132
1134
  export { default as Pin } from './Pin.astro'
1133
1135
  export { default as PinOff } from './PinOff.astro'
1134
1136
  export { default as Pipette } from './Pipette.astro'
@@ -1263,6 +1265,7 @@ export { default as SearchCheck } from './SearchCheck.astro'
1263
1265
  export { default as SearchCode } from './SearchCode.astro'
1264
1266
  export { default as SearchSlash } from './SearchSlash.astro'
1265
1267
  export { default as SearchX } from './SearchX.astro'
1268
+ export { default as Section } from './Section.astro'
1266
1269
  export { default as Send } from './Send.astro'
1267
1270
  export { default as SendHorizonal } from './SendHorizonal.astro'
1268
1271
  export { default as SendHorizontal } from './SendHorizontal.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.379.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.379.0",
29
+ "lucide-static": "0.383.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {