lucide-astro 0.298.0 → 0.299.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Anvil.astro +12 -0
- package/dist/BrickWall.astro +15 -0
- package/dist/Fence.astro +14 -0
- package/dist/InspectionPanel.astro +12 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/Anvil.astro
ADDED
@@ -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>
|
package/dist/Fence.astro
ADDED
@@ -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'
|
@@ -474,6 +476,7 @@ export { default as Factory } from './Factory.astro'
|
|
474
476
|
export { default as Fan } from './Fan.astro'
|
475
477
|
export { default as FastForward } from './FastForward.astro'
|
476
478
|
export { default as Feather } from './Feather.astro'
|
479
|
+
export { default as Fence } from './Fence.astro'
|
477
480
|
export { default as FerrisWheel } from './FerrisWheel.astro'
|
478
481
|
export { default as Figma } from './Figma.astro'
|
479
482
|
export { default as FileArchive } from './FileArchive.astro'
|
@@ -695,6 +698,7 @@ export { default as Indent } from './Indent.astro'
|
|
695
698
|
export { default as IndianRupee } from './IndianRupee.astro'
|
696
699
|
export { default as Infinity } from './Infinity.astro'
|
697
700
|
export { default as Info } from './Info.astro'
|
701
|
+
export { default as InspectionPanel } from './InspectionPanel.astro'
|
698
702
|
export { default as Instagram } from './Instagram.astro'
|
699
703
|
export { default as Italic } from './Italic.astro'
|
700
704
|
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'
|
@@ -469,6 +471,7 @@ export { default as Factory } from './Factory.astro'
|
|
469
471
|
export { default as Fan } from './Fan.astro'
|
470
472
|
export { default as FastForward } from './FastForward.astro'
|
471
473
|
export { default as Feather } from './Feather.astro'
|
474
|
+
export { default as Fence } from './Fence.astro'
|
472
475
|
export { default as FerrisWheel } from './FerrisWheel.astro'
|
473
476
|
export { default as Figma } from './Figma.astro'
|
474
477
|
export { default as FileArchive } from './FileArchive.astro'
|
@@ -690,6 +693,7 @@ export { default as Indent } from './Indent.astro'
|
|
690
693
|
export { default as IndianRupee } from './IndianRupee.astro'
|
691
694
|
export { default as Infinity } from './Infinity.astro'
|
692
695
|
export { default as Info } from './Info.astro'
|
696
|
+
export { default as InspectionPanel } from './InspectionPanel.astro'
|
693
697
|
export { default as Instagram } from './Instagram.astro'
|
694
698
|
export { default as Italic } from './Italic.astro'
|
695
699
|
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.
|
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.
|
29
|
+
"lucide-static": "0.299.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|