lucide-astro 0.543.0 → 0.544.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/EvCharger.astro +12 -0
- package/dist/Fuel.astro +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="ev-charger" {...Astro.props}>
|
7
|
+
<path d="M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5" />
|
8
|
+
<path d="M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16" />
|
9
|
+
<path d="M2 21h13" />
|
10
|
+
<path d="M3 7h11" />
|
11
|
+
<path d="m9 11-2 3h3l-2 3" />
|
12
|
+
</Layout>
|
package/dist/Fuel.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="fuel" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5" />
|
8
|
+
<path d="M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16" />
|
9
|
+
<path d="M2 21h13" />
|
10
|
+
<path d="M3 9h11" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -639,6 +639,7 @@ export { default as EqualSquare } from './EqualSquare.astro'
|
|
639
639
|
export { default as Eraser } from './Eraser.astro'
|
640
640
|
export { default as EthernetPort } from './EthernetPort.astro'
|
641
641
|
export { default as Euro } from './Euro.astro'
|
642
|
+
export { default as EvCharger } from './EvCharger.astro'
|
642
643
|
export { default as Expand } from './Expand.astro'
|
643
644
|
export { default as ExternalLink } from './ExternalLink.astro'
|
644
645
|
export { default as Eye } from './Eye.astro'
|
package/dist/index.js
CHANGED
@@ -634,6 +634,7 @@ export { default as EqualSquare } from './EqualSquare.astro'
|
|
634
634
|
export { default as Eraser } from './Eraser.astro'
|
635
635
|
export { default as EthernetPort } from './EthernetPort.astro'
|
636
636
|
export { default as Euro } from './Euro.astro'
|
637
|
+
export { default as EvCharger } from './EvCharger.astro'
|
637
638
|
export { default as Expand } from './Expand.astro'
|
638
639
|
export { default as ExternalLink } from './ExternalLink.astro'
|
639
640
|
export { default as Eye } from './Eye.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.544.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",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"author": "Aviortheking",
|
35
35
|
"license": "MIT",
|
36
36
|
"devDependencies": {
|
37
|
-
"lucide-static": "0.
|
37
|
+
"lucide-static": "0.544.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|