lucide-astro 0.297.0 → 0.299.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="M4 8a2 2 0 0 1-2-2V3h20v3a2 2 0 0 1-2 2Z" />
8
+ <path d="m19 8-.8 3c-.1.6-.6 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L5 8" />
9
+ <path d="M16 21c0-2.5 2-2.5 2-5" />
10
+ <path d="M11 21c0-2.5 2-2.5 2-5" />
11
+ <path d="M6 21c0-2.5 2-2.5 2-5" />
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
+ <path d="M7 10c-2.8 0-5-2.2-5-5h5" />
8
+ <path d="M7 4v8h7a8 8 0 0 0 8-8Z" />
9
+ <path d="M9 12v5" />
10
+ <path d="M15 12v5" />
11
+ <path d="M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1H5Z" />
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="M18.8 4A6.3 8.7 0 0 1 20 9" />
8
+ <path d="M9 9h.01" />
9
+ <circle cx="9" cy="9" r="7" />
10
+ <rect width="10" height="6" x="4" y="16" rx="2" />
11
+ <path d="M14 19c3 0 4.6-1.6 4.6-1.6" />
12
+ <circle cx="20" cy="16" r="2" />
13
+ </Layout>
@@ -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
+ <rect width="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M12 9v6" />
9
+ <path d="M16 15v6" />
10
+ <path d="M16 3v6" />
11
+ <path d="M3 15h18" />
12
+ <path d="M3 9h18" />
13
+ <path d="M8 15v6" />
14
+ <path d="M8 3v6" />
15
+ </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="M7 9h.01" />
8
+ <path d="M16.75 12H22l-3.5 7-3.09-4.32" />
9
+ <path d="M18 9.5l-4 8-10.39-5.2a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3Z" />
10
+ <path d="M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15" />
11
+ <path d="M2 21v-4" />
12
+ </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="M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" />
8
+ <path d="M6 8h4" />
9
+ <path d="M6 18h4" />
10
+ <path d="m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" />
11
+ <path d="M14 8h4" />
12
+ <path d="M14 18h4" />
13
+ <path d="m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" />
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="M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5" />
8
+ <path d="M9 18h8" />
9
+ <path d="M18 3h-3" />
10
+ <path d="M11 3a6 6 0 0 0-6 6v11" />
11
+ <path d="M5 13h4" />
12
+ <path d="M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z" />
13
+ </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="18" height="18" x="3" y="3" rx="2" />
8
+ <path d="M7 7h.01" />
9
+ <path d="M17 7h.01" />
10
+ <path d="M7 17h.01" />
11
+ <path d="M17 17h.01" />
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="M10 4.5V4a2 2 0 0 0-2.41-1.957" />
8
+ <path d="M13.9 8.4a2 2 0 0 0-1.26-1.295" />
9
+ <path d="M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158" />
10
+ <path d="m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343" />
11
+ <path d="M6 6v8" />
12
+ <path d="m2 2 20 20" />
13
+ </Layout>
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@ export { default as AlarmClockOff } from './AlarmClockOff.astro'
13
13
  export { default as AlarmClock } from './AlarmClock.astro'
14
14
  export { default as AlarmMinus } from './AlarmMinus.astro'
15
15
  export { default as AlarmPlus } from './AlarmPlus.astro'
16
+ export { default as AlarmSmoke } from './AlarmSmoke.astro'
16
17
  export { default as Album } from './Album.astro'
17
18
  export { default as AlertCircle } from './AlertCircle.astro'
18
19
  export { default as AlertOctagon } from './AlertOctagon.astro'
@@ -49,6 +50,7 @@ export { default as Anchor } from './Anchor.astro'
49
50
  export { default as Angry } from './Angry.astro'
50
51
  export { default as Annoyed } from './Annoyed.astro'
51
52
  export { default as Antenna } from './Antenna.astro'
53
+ export { default as Anvil } from './Anvil.astro'
52
54
  export { default as Aperture } from './Aperture.astro'
53
55
  export { default as AppWindow } from './AppWindow.astro'
54
56
  export { default as Apple } from './Apple.astro'
@@ -172,6 +174,7 @@ export { default as Bed } from './Bed.astro'
172
174
  export { default as Beef } from './Beef.astro'
173
175
  export { default as Beer } from './Beer.astro'
174
176
  export { default as BellDot } from './BellDot.astro'
177
+ export { default as BellElectric } from './BellElectric.astro'
175
178
  export { default as BellMinus } from './BellMinus.astro'
176
179
  export { default as BellOff } from './BellOff.astro'
177
180
  export { default as BellPlus } from './BellPlus.astro'
@@ -230,6 +233,7 @@ export { default as Brackets } from './Brackets.astro'
230
233
  export { default as BrainCircuit } from './BrainCircuit.astro'
231
234
  export { default as BrainCog } from './BrainCog.astro'
232
235
  export { default as Brain } from './Brain.astro'
236
+ export { default as BrickWall } from './BrickWall.astro'
233
237
  export { default as Briefcase } from './Briefcase.astro'
234
238
  export { default as BringToFront } from './BringToFront.astro'
235
239
  export { default as Brush } from './Brush.astro'
@@ -276,6 +280,7 @@ export { default as CassetteTape } from './CassetteTape.astro'
276
280
  export { default as Cast } from './Cast.astro'
277
281
  export { default as Castle } from './Castle.astro'
278
282
  export { default as Cat } from './Cat.astro'
283
+ export { default as Cctv } from './Cctv.astro'
279
284
  export { default as CheckCheck } from './CheckCheck.astro'
280
285
  export { default as CheckCircle2 } from './CheckCircle2.astro'
281
286
  export { default as CheckCircle } from './CheckCircle.astro'
@@ -471,6 +476,7 @@ export { default as Factory } from './Factory.astro'
471
476
  export { default as Fan } from './Fan.astro'
472
477
  export { default as FastForward } from './FastForward.astro'
473
478
  export { default as Feather } from './Feather.astro'
479
+ export { default as Fence } from './Fence.astro'
474
480
  export { default as FerrisWheel } from './FerrisWheel.astro'
475
481
  export { default as Figma } from './Figma.astro'
476
482
  export { default as FileArchive } from './FileArchive.astro'
@@ -535,6 +541,7 @@ export { default as Film } from './Film.astro'
535
541
  export { default as FilterX } from './FilterX.astro'
536
542
  export { default as Filter } from './Filter.astro'
537
543
  export { default as Fingerprint } from './Fingerprint.astro'
544
+ export { default as FireExtinguisher } from './FireExtinguisher.astro'
538
545
  export { default as FishOff } from './FishOff.astro'
539
546
  export { default as FishSymbol } from './FishSymbol.astro'
540
547
  export { default as Fish } from './Fish.astro'
@@ -691,6 +698,7 @@ export { default as Indent } from './Indent.astro'
691
698
  export { default as IndianRupee } from './IndianRupee.astro'
692
699
  export { default as Infinity } from './Infinity.astro'
693
700
  export { default as Info } from './Info.astro'
701
+ export { default as InspectionPanel } from './InspectionPanel.astro'
694
702
  export { default as Instagram } from './Instagram.astro'
695
703
  export { default as Italic } from './Italic.astro'
696
704
  export { default as IterationCcw } from './IterationCcw.astro'
@@ -983,6 +991,7 @@ export { default as Plus } from './Plus.astro'
983
991
  export { default as PocketKnife } from './PocketKnife.astro'
984
992
  export { default as Pocket } from './Pocket.astro'
985
993
  export { default as Podcast } from './Podcast.astro'
994
+ export { default as PointerOff } from './PointerOff.astro'
986
995
  export { default as Pointer } from './Pointer.astro'
987
996
  export { default as Popcorn } from './Popcorn.astro'
988
997
  export { default as Popsicle } from './Popsicle.astro'
package/dist/index.js CHANGED
@@ -8,6 +8,7 @@ export { default as AlarmClockOff } from './AlarmClockOff.astro'
8
8
  export { default as AlarmClock } from './AlarmClock.astro'
9
9
  export { default as AlarmMinus } from './AlarmMinus.astro'
10
10
  export { default as AlarmPlus } from './AlarmPlus.astro'
11
+ export { default as AlarmSmoke } from './AlarmSmoke.astro'
11
12
  export { default as Album } from './Album.astro'
12
13
  export { default as AlertCircle } from './AlertCircle.astro'
13
14
  export { default as AlertOctagon } from './AlertOctagon.astro'
@@ -44,6 +45,7 @@ export { default as Anchor } from './Anchor.astro'
44
45
  export { default as Angry } from './Angry.astro'
45
46
  export { default as Annoyed } from './Annoyed.astro'
46
47
  export { default as Antenna } from './Antenna.astro'
48
+ export { default as Anvil } from './Anvil.astro'
47
49
  export { default as Aperture } from './Aperture.astro'
48
50
  export { default as AppWindow } from './AppWindow.astro'
49
51
  export { default as Apple } from './Apple.astro'
@@ -167,6 +169,7 @@ export { default as Bed } from './Bed.astro'
167
169
  export { default as Beef } from './Beef.astro'
168
170
  export { default as Beer } from './Beer.astro'
169
171
  export { default as BellDot } from './BellDot.astro'
172
+ export { default as BellElectric } from './BellElectric.astro'
170
173
  export { default as BellMinus } from './BellMinus.astro'
171
174
  export { default as BellOff } from './BellOff.astro'
172
175
  export { default as BellPlus } from './BellPlus.astro'
@@ -225,6 +228,7 @@ export { default as Brackets } from './Brackets.astro'
225
228
  export { default as BrainCircuit } from './BrainCircuit.astro'
226
229
  export { default as BrainCog } from './BrainCog.astro'
227
230
  export { default as Brain } from './Brain.astro'
231
+ export { default as BrickWall } from './BrickWall.astro'
228
232
  export { default as Briefcase } from './Briefcase.astro'
229
233
  export { default as BringToFront } from './BringToFront.astro'
230
234
  export { default as Brush } from './Brush.astro'
@@ -271,6 +275,7 @@ export { default as CassetteTape } from './CassetteTape.astro'
271
275
  export { default as Cast } from './Cast.astro'
272
276
  export { default as Castle } from './Castle.astro'
273
277
  export { default as Cat } from './Cat.astro'
278
+ export { default as Cctv } from './Cctv.astro'
274
279
  export { default as CheckCheck } from './CheckCheck.astro'
275
280
  export { default as CheckCircle2 } from './CheckCircle2.astro'
276
281
  export { default as CheckCircle } from './CheckCircle.astro'
@@ -466,6 +471,7 @@ export { default as Factory } from './Factory.astro'
466
471
  export { default as Fan } from './Fan.astro'
467
472
  export { default as FastForward } from './FastForward.astro'
468
473
  export { default as Feather } from './Feather.astro'
474
+ export { default as Fence } from './Fence.astro'
469
475
  export { default as FerrisWheel } from './FerrisWheel.astro'
470
476
  export { default as Figma } from './Figma.astro'
471
477
  export { default as FileArchive } from './FileArchive.astro'
@@ -530,6 +536,7 @@ export { default as Film } from './Film.astro'
530
536
  export { default as FilterX } from './FilterX.astro'
531
537
  export { default as Filter } from './Filter.astro'
532
538
  export { default as Fingerprint } from './Fingerprint.astro'
539
+ export { default as FireExtinguisher } from './FireExtinguisher.astro'
533
540
  export { default as FishOff } from './FishOff.astro'
534
541
  export { default as FishSymbol } from './FishSymbol.astro'
535
542
  export { default as Fish } from './Fish.astro'
@@ -686,6 +693,7 @@ export { default as Indent } from './Indent.astro'
686
693
  export { default as IndianRupee } from './IndianRupee.astro'
687
694
  export { default as Infinity } from './Infinity.astro'
688
695
  export { default as Info } from './Info.astro'
696
+ export { default as InspectionPanel } from './InspectionPanel.astro'
689
697
  export { default as Instagram } from './Instagram.astro'
690
698
  export { default as Italic } from './Italic.astro'
691
699
  export { default as IterationCcw } from './IterationCcw.astro'
@@ -978,6 +986,7 @@ export { default as Plus } from './Plus.astro'
978
986
  export { default as PocketKnife } from './PocketKnife.astro'
979
987
  export { default as Pocket } from './Pocket.astro'
980
988
  export { default as Podcast } from './Podcast.astro'
989
+ export { default as PointerOff } from './PointerOff.astro'
981
990
  export { default as Pointer } from './Pointer.astro'
982
991
  export { default as Popcorn } from './Popcorn.astro'
983
992
  export { default as Popsicle } from './Popsicle.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.297.0",
3
+ "version": "0.299.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.297.0",
29
+ "lucide-static": "0.299.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {