lucide-astro 0.298.0 → 0.300.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="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,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,11 @@
1
+ ---
2
+ import Layout from './.Layout.astro'
3
+ export type { Props } from './index.d.ts'
4
+ ---
5
+
6
+ <Layout {...Astro.props}>
7
+ <path d="M2 12h20" />
8
+ <path d="M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" />
9
+ <path d="m4 8 16-4" />
10
+ <path d="m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8" />
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
+ <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,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>
package/dist/index.d.ts CHANGED
@@ -50,6 +50,7 @@ export { default as Anchor } from './Anchor.astro'
50
50
  export { default as Angry } from './Angry.astro'
51
51
  export { default as Annoyed } from './Annoyed.astro'
52
52
  export { default as Antenna } from './Antenna.astro'
53
+ export { default as Anvil } from './Anvil.astro'
53
54
  export { default as Aperture } from './Aperture.astro'
54
55
  export { default as AppWindow } from './AppWindow.astro'
55
56
  export { default as Apple } from './Apple.astro'
@@ -232,6 +233,7 @@ export { default as Brackets } from './Brackets.astro'
232
233
  export { default as BrainCircuit } from './BrainCircuit.astro'
233
234
  export { default as BrainCog } from './BrainCog.astro'
234
235
  export { default as Brain } from './Brain.astro'
236
+ export { default as BrickWall } from './BrickWall.astro'
235
237
  export { default as Briefcase } from './Briefcase.astro'
236
238
  export { default as BringToFront } from './BringToFront.astro'
237
239
  export { default as Brush } from './Brush.astro'
@@ -388,6 +390,7 @@ export { default as Contact } from './Contact.astro'
388
390
  export { default as Container } from './Container.astro'
389
391
  export { default as Contrast } from './Contrast.astro'
390
392
  export { default as Cookie } from './Cookie.astro'
393
+ export { default as CookingPot } from './CookingPot.astro'
391
394
  export { default as CopyCheck } from './CopyCheck.astro'
392
395
  export { default as CopyMinus } from './CopyMinus.astro'
393
396
  export { default as CopyPlus } from './CopyPlus.astro'
@@ -474,6 +477,7 @@ export { default as Factory } from './Factory.astro'
474
477
  export { default as Fan } from './Fan.astro'
475
478
  export { default as FastForward } from './FastForward.astro'
476
479
  export { default as Feather } from './Feather.astro'
480
+ export { default as Fence } from './Fence.astro'
477
481
  export { default as FerrisWheel } from './FerrisWheel.astro'
478
482
  export { default as Figma } from './Figma.astro'
479
483
  export { default as FileArchive } from './FileArchive.astro'
@@ -695,6 +699,7 @@ export { default as Indent } from './Indent.astro'
695
699
  export { default as IndianRupee } from './IndianRupee.astro'
696
700
  export { default as Infinity } from './Infinity.astro'
697
701
  export { default as Info } from './Info.astro'
702
+ export { default as InspectionPanel } from './InspectionPanel.astro'
698
703
  export { default as Instagram } from './Instagram.astro'
699
704
  export { default as Italic } from './Italic.astro'
700
705
  export { default as IterationCcw } from './IterationCcw.astro'
package/dist/index.js CHANGED
@@ -45,6 +45,7 @@ export { default as Anchor } from './Anchor.astro'
45
45
  export { default as Angry } from './Angry.astro'
46
46
  export { default as Annoyed } from './Annoyed.astro'
47
47
  export { default as Antenna } from './Antenna.astro'
48
+ export { default as Anvil } from './Anvil.astro'
48
49
  export { default as Aperture } from './Aperture.astro'
49
50
  export { default as AppWindow } from './AppWindow.astro'
50
51
  export { default as Apple } from './Apple.astro'
@@ -227,6 +228,7 @@ export { default as Brackets } from './Brackets.astro'
227
228
  export { default as BrainCircuit } from './BrainCircuit.astro'
228
229
  export { default as BrainCog } from './BrainCog.astro'
229
230
  export { default as Brain } from './Brain.astro'
231
+ export { default as BrickWall } from './BrickWall.astro'
230
232
  export { default as Briefcase } from './Briefcase.astro'
231
233
  export { default as BringToFront } from './BringToFront.astro'
232
234
  export { default as Brush } from './Brush.astro'
@@ -383,6 +385,7 @@ export { default as Contact } from './Contact.astro'
383
385
  export { default as Container } from './Container.astro'
384
386
  export { default as Contrast } from './Contrast.astro'
385
387
  export { default as Cookie } from './Cookie.astro'
388
+ export { default as CookingPot } from './CookingPot.astro'
386
389
  export { default as CopyCheck } from './CopyCheck.astro'
387
390
  export { default as CopyMinus } from './CopyMinus.astro'
388
391
  export { default as CopyPlus } from './CopyPlus.astro'
@@ -469,6 +472,7 @@ export { default as Factory } from './Factory.astro'
469
472
  export { default as Fan } from './Fan.astro'
470
473
  export { default as FastForward } from './FastForward.astro'
471
474
  export { default as Feather } from './Feather.astro'
475
+ export { default as Fence } from './Fence.astro'
472
476
  export { default as FerrisWheel } from './FerrisWheel.astro'
473
477
  export { default as Figma } from './Figma.astro'
474
478
  export { default as FileArchive } from './FileArchive.astro'
@@ -690,6 +694,7 @@ export { default as Indent } from './Indent.astro'
690
694
  export { default as IndianRupee } from './IndianRupee.astro'
691
695
  export { default as Infinity } from './Infinity.astro'
692
696
  export { default as Info } from './Info.astro'
697
+ export { default as InspectionPanel } from './InspectionPanel.astro'
693
698
  export { default as Instagram } from './Instagram.astro'
694
699
  export { default as Italic } from './Italic.astro'
695
700
  export { default as IterationCcw } from './IterationCcw.astro'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.298.0",
3
+ "version": "0.300.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.298.0",
29
+ "lucide-static": "0.300.0",
30
30
  "semver": "^7.5.4"
31
31
  },
32
32
  "peerDependencies": {