lucide-astro 0.281.0 → 0.284.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M3 5v14" />
8
+ <path d="M8 5v14" />
9
+ <path d="M12 5v14" />
10
+ <path d="M17 5v14" />
11
+ <path d="M21 5v14" />
12
+ </Layout>
@@ -0,0 +1,12 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <rect width="4" height="4" x="2" y="9" />
8
+ <rect width="4" height="10" x="10" y="9" />
9
+ <path d="M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2" />
10
+ <circle cx="8" cy="19" r="2" />
11
+ <path d="M10 19h12v-2" />
12
+ </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="M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z" />
8
+ <path d="m5 22 14-4" />
9
+ <path d="m5 18 14 4" />
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 {...Astro.props}>
7
+ <path d="M3 7V5a2 2 0 0 1 2-2h2" />
8
+ <path d="M17 3h2a2 2 0 0 1 2 2v2" />
9
+ <path d="M21 17v2a2 2 0 0 1-2 2h-2" />
10
+ <path d="M7 21H5a2 2 0 0 1-2-2v-2" />
11
+ <rect width="10" height="8" x="7" y="8" rx="1" />
12
+ </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
+ <circle cx="12" cy="16" r="1" />
8
+ <rect x="3" y="10" width="18" height="12" rx="2" />
9
+ <path d="M7 10V7a5 5 0 0 1 10 0v3" />
10
+ </Layout>
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M3 7V5a2 2 0 0 1 2-2h2" />
8
+ <path d="M17 3h2a2 2 0 0 1 2 2v2" />
9
+ <path d="M21 17v2a2 2 0 0 1-2 2h-2" />
10
+ <path d="M7 21H5a2 2 0 0 1-2-2v-2" />
11
+ <path d="M8 7v10" />
12
+ <path d="M12 7v10" />
13
+ <path d="M17 7v10" />
14
+ </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="M3 7V5a2 2 0 0 1 2-2h2" />
8
+ <path d="M17 3h2a2 2 0 0 1 2 2v2" />
9
+ <path d="M21 17v2a2 2 0 0 1-2 2h-2" />
10
+ <path d="M7 21H5a2 2 0 0 1-2-2v-2" />
11
+ <circle cx="12" cy="12" r="1" />
12
+ <path d="M5 12s2.5-5 7-5 7 5 7 5-2.5 5-7 5-7-5-7-5" />
13
+ </Layout>
@@ -8,5 +8,5 @@ export type { Props } from './index.d.ts'
8
8
  <path d="M17 3h2a2 2 0 0 1 2 2v2" />
9
9
  <path d="M21 17v2a2 2 0 0 1-2 2h-2" />
10
10
  <path d="M7 21H5a2 2 0 0 1-2-2v-2" />
11
- <line x1="7" x2="17" y1="12" y2="12" />
11
+ <path d="M7 12h10" />
12
12
  </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="M3 7V5a2 2 0 0 1 2-2h2" />
8
+ <path d="M17 3h2a2 2 0 0 1 2 2v2" />
9
+ <path d="M21 17v2a2 2 0 0 1-2 2h-2" />
10
+ <path d="M7 21H5a2 2 0 0 1-2-2v-2" />
11
+ <circle cx="12" cy="12" r="3" />
12
+ <path d="m16 16-1.9-1.9" />
13
+ </Layout>
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M3 7V5a2 2 0 0 1 2-2h2" />
8
+ <path d="M17 3h2a2 2 0 0 1 2 2v2" />
9
+ <path d="M21 17v2a2 2 0 0 1-2 2h-2" />
10
+ <path d="M7 21H5a2 2 0 0 1-2-2v-2" />
11
+ <path d="M7 8h8" />
12
+ <path d="M7 12h10" />
13
+ <path d="M7 16h6" />
14
+ </Layout>
package/dist/Tent.astro CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
4
4
  ---
5
5
 
6
6
  <Layout {...Astro.props}>
7
- <path d="M19 20 10 4" />
8
- <path d="m5 20 9-16" />
9
- <path d="M3 20h18" />
10
- <path d="m12 15-3 5" />
11
- <path d="m12 15 3 5" />
7
+ <path d="M3.5 21 14 3" />
8
+ <path d="M20.5 21 10 3" />
9
+ <path d="M15.5 21 12 15l-3.5 6" />
10
+ <path d="M2 21h20" />
12
11
  </Layout>
@@ -0,0 +1,14 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <circle cx="4" cy="4" r="2" />
8
+ <path d="m14 5 3-3 3 3" />
9
+ <path d="m14 10 3-3 3 3" />
10
+ <path d="M17 14V2" />
11
+ <path d="M17 14H7l-5 8h20Z" />
12
+ <path d="M8 14v8" />
13
+ <path d="m9 14 5 8" />
14
+ </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
+ <circle cx="12" cy="16" r="1" />
8
+ <rect x="3" y="10" width="18" height="12" rx="2" />
9
+ <path d="M7 10V7a5 5 0 0 1 9.33-2.5" />
10
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -154,6 +154,7 @@ export { default as BarChartBig } from './BarChartBig.astro'
154
154
  export { default as BarChartHorizontalBig } from './BarChartHorizontalBig.astro'
155
155
  export { default as BarChartHorizontal } from './BarChartHorizontal.astro'
156
156
  export { default as BarChart } from './BarChart.astro'
157
+ export { default as Barcode } from './Barcode.astro'
157
158
  export { default as Baseline } from './Baseline.astro'
158
159
  export { default as Bath } from './Bath.astro'
159
160
  export { default as BatteryCharging } from './BatteryCharging.astro'
@@ -256,6 +257,7 @@ export { default as Candy } from './Candy.astro'
256
257
  export { default as CarFront } from './CarFront.astro'
257
258
  export { default as CarTaxiFront } from './CarTaxiFront.astro'
258
259
  export { default as Car } from './Car.astro'
260
+ export { default as Caravan } from './Caravan.astro'
259
261
  export { default as Carrot } from './Carrot.astro'
260
262
  export { default as CaseLower } from './CaseLower.astro'
261
263
  export { default as CaseSensitive } from './CaseSensitive.astro'
@@ -524,6 +526,7 @@ export { default as FlagOff } from './FlagOff.astro'
524
526
  export { default as FlagTriangleLeft } from './FlagTriangleLeft.astro'
525
527
  export { default as FlagTriangleRight } from './FlagTriangleRight.astro'
526
528
  export { default as Flag } from './Flag.astro'
529
+ export { default as FlameKindling } from './FlameKindling.astro'
527
530
  export { default as Flame } from './Flame.astro'
528
531
  export { default as FlashlightOff } from './FlashlightOff.astro'
529
532
  export { default as Flashlight } from './Flashlight.astro'
@@ -577,6 +580,7 @@ export { default as Frame } from './Frame.astro'
577
580
  export { default as Framer } from './Framer.astro'
578
581
  export { default as Frown } from './Frown.astro'
579
582
  export { default as Fuel } from './Fuel.astro'
583
+ export { default as Fullscreen } from './Fullscreen.astro'
580
584
  export { default as FunctionSquare } from './FunctionSquare.astro'
581
585
  export { default as GalleryHorizontalEnd } from './GalleryHorizontalEnd.astro'
582
586
  export { default as GalleryHorizontal } from './GalleryHorizontal.astro'
@@ -731,6 +735,7 @@ export { default as Loader } from './Loader.astro'
731
735
  export { default as LocateFixed } from './LocateFixed.astro'
732
736
  export { default as LocateOff } from './LocateOff.astro'
733
737
  export { default as Locate } from './Locate.astro'
738
+ export { default as LockKeyhole } from './LockKeyhole.astro'
734
739
  export { default as Lock } from './Lock.astro'
735
740
  export { default as LogIn } from './LogIn.astro'
736
741
  export { default as LogOut } from './LogOut.astro'
@@ -994,8 +999,12 @@ export { default as Save } from './Save.astro'
994
999
  export { default as Scale3d } from './Scale3d.astro'
995
1000
  export { default as Scale } from './Scale.astro'
996
1001
  export { default as Scaling } from './Scaling.astro'
1002
+ export { default as ScanBarcode } from './ScanBarcode.astro'
1003
+ export { default as ScanEye } from './ScanEye.astro'
997
1004
  export { default as ScanFace } from './ScanFace.astro'
998
1005
  export { default as ScanLine } from './ScanLine.astro'
1006
+ export { default as ScanSearch } from './ScanSearch.astro'
1007
+ export { default as ScanText } from './ScanText.astro'
999
1008
  export { default as Scan } from './Scan.astro'
1000
1009
  export { default as ScatterChart } from './ScatterChart.astro'
1001
1010
  export { default as School2 } from './School2.astro'
@@ -1144,6 +1153,7 @@ export { default as Tally4 } from './Tally4.astro'
1144
1153
  export { default as Tally5 } from './Tally5.astro'
1145
1154
  export { default as Tangent } from './Tangent.astro'
1146
1155
  export { default as Target } from './Target.astro'
1156
+ export { default as TentTree } from './TentTree.astro'
1147
1157
  export { default as Tent } from './Tent.astro'
1148
1158
  export { default as TerminalSquare } from './TerminalSquare.astro'
1149
1159
  export { default as Terminal } from './Terminal.astro'
@@ -1207,6 +1217,7 @@ export { default as UnfoldVertical } from './UnfoldVertical.astro'
1207
1217
  export { default as Ungroup } from './Ungroup.astro'
1208
1218
  export { default as Unlink2 } from './Unlink2.astro'
1209
1219
  export { default as Unlink } from './Unlink.astro'
1220
+ export { default as UnlockKeyhole } from './UnlockKeyhole.astro'
1210
1221
  export { default as Unlock } from './Unlock.astro'
1211
1222
  export { default as Unplug } from './Unplug.astro'
1212
1223
  export { default as UploadCloud } from './UploadCloud.astro'
package/dist/index.js CHANGED
@@ -147,6 +147,7 @@ export { default as BarChartBig } from './BarChartBig.astro'
147
147
  export { default as BarChartHorizontalBig } from './BarChartHorizontalBig.astro'
148
148
  export { default as BarChartHorizontal } from './BarChartHorizontal.astro'
149
149
  export { default as BarChart } from './BarChart.astro'
150
+ export { default as Barcode } from './Barcode.astro'
150
151
  export { default as Baseline } from './Baseline.astro'
151
152
  export { default as Bath } from './Bath.astro'
152
153
  export { default as BatteryCharging } from './BatteryCharging.astro'
@@ -249,6 +250,7 @@ export { default as Candy } from './Candy.astro'
249
250
  export { default as CarFront } from './CarFront.astro'
250
251
  export { default as CarTaxiFront } from './CarTaxiFront.astro'
251
252
  export { default as Car } from './Car.astro'
253
+ export { default as Caravan } from './Caravan.astro'
252
254
  export { default as Carrot } from './Carrot.astro'
253
255
  export { default as CaseLower } from './CaseLower.astro'
254
256
  export { default as CaseSensitive } from './CaseSensitive.astro'
@@ -517,6 +519,7 @@ export { default as FlagOff } from './FlagOff.astro'
517
519
  export { default as FlagTriangleLeft } from './FlagTriangleLeft.astro'
518
520
  export { default as FlagTriangleRight } from './FlagTriangleRight.astro'
519
521
  export { default as Flag } from './Flag.astro'
522
+ export { default as FlameKindling } from './FlameKindling.astro'
520
523
  export { default as Flame } from './Flame.astro'
521
524
  export { default as FlashlightOff } from './FlashlightOff.astro'
522
525
  export { default as Flashlight } from './Flashlight.astro'
@@ -570,6 +573,7 @@ export { default as Frame } from './Frame.astro'
570
573
  export { default as Framer } from './Framer.astro'
571
574
  export { default as Frown } from './Frown.astro'
572
575
  export { default as Fuel } from './Fuel.astro'
576
+ export { default as Fullscreen } from './Fullscreen.astro'
573
577
  export { default as FunctionSquare } from './FunctionSquare.astro'
574
578
  export { default as GalleryHorizontalEnd } from './GalleryHorizontalEnd.astro'
575
579
  export { default as GalleryHorizontal } from './GalleryHorizontal.astro'
@@ -724,6 +728,7 @@ export { default as Loader } from './Loader.astro'
724
728
  export { default as LocateFixed } from './LocateFixed.astro'
725
729
  export { default as LocateOff } from './LocateOff.astro'
726
730
  export { default as Locate } from './Locate.astro'
731
+ export { default as LockKeyhole } from './LockKeyhole.astro'
727
732
  export { default as Lock } from './Lock.astro'
728
733
  export { default as LogIn } from './LogIn.astro'
729
734
  export { default as LogOut } from './LogOut.astro'
@@ -987,8 +992,12 @@ export { default as Save } from './Save.astro'
987
992
  export { default as Scale3d } from './Scale3d.astro'
988
993
  export { default as Scale } from './Scale.astro'
989
994
  export { default as Scaling } from './Scaling.astro'
995
+ export { default as ScanBarcode } from './ScanBarcode.astro'
996
+ export { default as ScanEye } from './ScanEye.astro'
990
997
  export { default as ScanFace } from './ScanFace.astro'
991
998
  export { default as ScanLine } from './ScanLine.astro'
999
+ export { default as ScanSearch } from './ScanSearch.astro'
1000
+ export { default as ScanText } from './ScanText.astro'
992
1001
  export { default as Scan } from './Scan.astro'
993
1002
  export { default as ScatterChart } from './ScatterChart.astro'
994
1003
  export { default as School2 } from './School2.astro'
@@ -1137,6 +1146,7 @@ export { default as Tally4 } from './Tally4.astro'
1137
1146
  export { default as Tally5 } from './Tally5.astro'
1138
1147
  export { default as Tangent } from './Tangent.astro'
1139
1148
  export { default as Target } from './Target.astro'
1149
+ export { default as TentTree } from './TentTree.astro'
1140
1150
  export { default as Tent } from './Tent.astro'
1141
1151
  export { default as TerminalSquare } from './TerminalSquare.astro'
1142
1152
  export { default as Terminal } from './Terminal.astro'
@@ -1200,6 +1210,7 @@ export { default as UnfoldVertical } from './UnfoldVertical.astro'
1200
1210
  export { default as Ungroup } from './Ungroup.astro'
1201
1211
  export { default as Unlink2 } from './Unlink2.astro'
1202
1212
  export { default as Unlink } from './Unlink.astro'
1213
+ export { default as UnlockKeyhole } from './UnlockKeyhole.astro'
1203
1214
  export { default as Unlock } from './Unlock.astro'
1204
1215
  export { default as Unplug } from './Unplug.astro'
1205
1216
  export { default as UploadCloud } from './UploadCloud.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.281.0",
3
+ "version": "0.284.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.281.0"
29
+ "lucide-static": "0.284.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "astro": "^2.7.1 || ^3.0.0"