lucide-astro 0.464.0 → 0.465.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/DropletOff.astro +10 -0
- package/dist/FlaskConical.astro +2 -2
- package/dist/FlaskConicalOff.astro +3 -3
- package/dist/FlaskRound.astro +2 -4
- package/dist/PictureInPicture.astro +5 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="droplet-off" {...Astro.props}>
|
7
|
+
<path d="M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586" />
|
8
|
+
<path d="m2 2 20 20" />
|
9
|
+
<path d="M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208" />
|
10
|
+
</Layout>
|
package/dist/FlaskConical.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flask-conical" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" />
|
8
|
+
<path d="M6.453 15h11.094" />
|
8
9
|
<path d="M8.5 2h7" />
|
9
|
-
<path d="M7 16h10" />
|
10
10
|
</Layout>
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flask-conical-off" {...Astro.props}>
|
7
|
-
<path d="M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542" />
|
8
7
|
<path d="M10 2v2.343" />
|
9
8
|
<path d="M14 2v6.343" />
|
9
|
+
<path d="m2 2 20 20" />
|
10
|
+
<path d="M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563" />
|
11
|
+
<path d="M6.453 15H15" />
|
10
12
|
<path d="M8.5 2h7" />
|
11
|
-
<path d="M7 16h9" />
|
12
|
-
<line x1="2" x2="22" y1="2" y2="22" />
|
13
13
|
</Layout>
|
package/dist/FlaskRound.astro
CHANGED
@@ -4,9 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flask-round" {...Astro.props}>
|
7
|
-
<path d="M10
|
8
|
-
<path d="
|
7
|
+
<path d="M10 2v6.292a7 7 0 1 0 4 0V2" />
|
8
|
+
<path d="M5 15h14" />
|
9
9
|
<path d="M8.5 2h7" />
|
10
|
-
<path d="M14 9.3a6.5 6.5 0 1 1-4 0" />
|
11
|
-
<path d="M5.52 16h12.96" />
|
12
10
|
</Layout>
|
@@ -4,6 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="picture-in-picture" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
7
|
+
<path d="M2 10h6V4" />
|
8
|
+
<path d="m2 4 6 6" />
|
9
|
+
<path d="M21 10V7a2 2 0 0 0-2-2h-7" />
|
10
|
+
<path d="M3 14v2a2 2 0 0 0 2 2h3" />
|
11
|
+
<rect x="12" y="14" width="10" height="7" rx="1" />
|
9
12
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -582,6 +582,7 @@ export { default as Drama } from './Drama.astro'
|
|
582
582
|
export { default as Dribbble } from './Dribbble.astro'
|
583
583
|
export { default as Drill } from './Drill.astro'
|
584
584
|
export { default as Droplet } from './Droplet.astro'
|
585
|
+
export { default as DropletOff } from './DropletOff.astro'
|
585
586
|
export { default as Droplets } from './Droplets.astro'
|
586
587
|
export { default as Drum } from './Drum.astro'
|
587
588
|
export { default as Drumstick } from './Drumstick.astro'
|
package/dist/index.js
CHANGED
@@ -577,6 +577,7 @@ export { default as Drama } from './Drama.astro'
|
|
577
577
|
export { default as Dribbble } from './Dribbble.astro'
|
578
578
|
export { default as Drill } from './Drill.astro'
|
579
579
|
export { default as Droplet } from './Droplet.astro'
|
580
|
+
export { default as DropletOff } from './DropletOff.astro'
|
580
581
|
export { default as Droplets } from './Droplets.astro'
|
581
582
|
export { default as Drum } from './Drum.astro'
|
582
583
|
export { default as Drumstick } from './Drumstick.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.465.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.465.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|