lucide-astro 0.539.0 → 0.540.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/Camera.astro +1 -1
- package/dist/CameraOff.astro +4 -4
- package/dist/Rose.astro +12 -0
- package/dist/Umbrella.astro +3 -3
- package/dist/UmbrellaOff.astro +4 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Camera.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="camera" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" />
|
8
8
|
<circle cx="12" cy="13" r="3" />
|
9
9
|
</Layout>
|
package/dist/CameraOff.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="camera-off" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M14.564 14.558a3 3 0 1 1-4.122-4.121" />
|
8
|
+
<path d="m2 2 20 20" />
|
9
|
+
<path d="M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175" />
|
10
|
+
<path d="M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344" />
|
11
11
|
</Layout>
|
package/dist/Rose.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 iconName="rose" {...Astro.props}>
|
7
|
+
<path d="M17 10h-1a4 4 0 1 1 4-4v.534" />
|
8
|
+
<path d="M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31" />
|
9
|
+
<path d="M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2" />
|
10
|
+
<path d="M9.77 12C4 15 2 22 2 22" />
|
11
|
+
<circle cx="17" cy="8" r="2" />
|
12
|
+
</Layout>
|
package/dist/Umbrella.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="umbrella" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M12
|
9
|
-
<path d="
|
7
|
+
<path d="M12 13v7a2 2 0 0 0 4 0" />
|
8
|
+
<path d="M12 2v2" />
|
9
|
+
<path d="M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z" />
|
10
10
|
</Layout>
|
package/dist/UmbrellaOff.astro
CHANGED
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="umbrella-off" {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M12 13v7a2 2 0 0 0 4 0" />
|
8
|
+
<path d="M12 2v2" />
|
9
|
+
<path d="M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51" />
|
10
10
|
<path d="m2 2 20 20" />
|
11
|
+
<path d="M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10" />
|
11
12
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1369,6 +1369,7 @@ export { default as Ribbon } from './Ribbon.astro'
|
|
1369
1369
|
export { default as Rocket } from './Rocket.astro'
|
1370
1370
|
export { default as RockingChair } from './RockingChair.astro'
|
1371
1371
|
export { default as RollerCoaster } from './RollerCoaster.astro'
|
1372
|
+
export { default as Rose } from './Rose.astro'
|
1372
1373
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1373
1374
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1374
1375
|
export { default as RotateCcw } from './RotateCcw.astro'
|
package/dist/index.js
CHANGED
@@ -1364,6 +1364,7 @@ export { default as Ribbon } from './Ribbon.astro'
|
|
1364
1364
|
export { default as Rocket } from './Rocket.astro'
|
1365
1365
|
export { default as RockingChair } from './RockingChair.astro'
|
1366
1366
|
export { default as RollerCoaster } from './RollerCoaster.astro'
|
1367
|
+
export { default as Rose } from './Rose.astro'
|
1367
1368
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1368
1369
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1369
1370
|
export { default as RotateCcw } from './RotateCcw.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.540.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.540.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|