lucide-astro 0.524.0 → 0.525.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/Flag.astro +1 -2
- package/dist/FlagOff.astro +3 -3
- package/dist/Megaphone.astro +3 -2
- package/dist/MegaphoneOff.astro +5 -4
- package/dist/Shrub.astro +3 -3
- package/dist/SunMoon.astro +3 -7
- package/dist/ToolCase.astro +11 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/Flag.astro
CHANGED
@@ -4,6 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flag" {...Astro.props}>
|
7
|
-
<path d="M4
|
8
|
-
<line x1="4" x2="4" y1="22" y2="15" />
|
7
|
+
<path d="M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" />
|
9
8
|
</Layout>
|
package/dist/FlagOff.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="flag-off" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" />
|
8
|
+
<path d="m2 2 20 20" />
|
8
9
|
<path d="M4 22V4" />
|
9
|
-
<path d="
|
10
|
-
<line x1="2" x2="22" y1="2" y2="22" />
|
10
|
+
<path d="M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347" />
|
11
11
|
</Layout>
|
package/dist/Megaphone.astro
CHANGED
@@ -4,6 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="megaphone" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" />
|
8
|
+
<path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" />
|
9
|
+
<path d="M8 6v8" />
|
9
10
|
</Layout>
|
package/dist/MegaphoneOff.astro
CHANGED
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="megaphone-off" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<
|
7
|
+
<path d="M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344" />
|
8
|
+
<path d="M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1" />
|
9
|
+
<path d="m2 2 20 20" />
|
10
|
+
<path d="M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" />
|
11
|
+
<path d="M8 8v6" />
|
11
12
|
</Layout>
|
package/dist/Shrub.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="shrub" {...Astro.props}>
|
7
|
-
<path d="M12 22v-
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5" />
|
8
|
+
<path d="M14.5 14.5 12 17" />
|
9
|
+
<path d="M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z" />
|
10
10
|
</Layout>
|
package/dist/SunMoon.astro
CHANGED
@@ -4,13 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="sun-moon" {...Astro.props}>
|
7
|
-
<path d="M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4" />
|
8
7
|
<path d="M12 2v2" />
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="m17.7 17.7 1.4 1.4" />
|
12
|
-
<path d="M2 12h2" />
|
8
|
+
<path d="M13 8.129A4 4 0 0 1 15.873 11" />
|
9
|
+
<path d="m19 5-1.256 1.256" />
|
13
10
|
<path d="M20 12h2" />
|
14
|
-
<path d="
|
15
|
-
<path d="m19.1 4.9-1.4 1.4" />
|
11
|
+
<path d="M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7" />
|
16
12
|
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="tool-case" {...Astro.props}>
|
7
|
+
<path d="M10 15h4" />
|
8
|
+
<path d="m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27" />
|
9
|
+
<path d="m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122" />
|
10
|
+
<path d="M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -1666,6 +1666,7 @@ export { default as TimerReset } from './TimerReset.astro'
|
|
1666
1666
|
export { default as ToggleLeft } from './ToggleLeft.astro'
|
1667
1667
|
export { default as ToggleRight } from './ToggleRight.astro'
|
1668
1668
|
export { default as Toilet } from './Toilet.astro'
|
1669
|
+
export { default as ToolCase } from './ToolCase.astro'
|
1669
1670
|
export { default as Tornado } from './Tornado.astro'
|
1670
1671
|
export { default as Torus } from './Torus.astro'
|
1671
1672
|
export { default as Touchpad } from './Touchpad.astro'
|
package/dist/index.js
CHANGED
@@ -1661,6 +1661,7 @@ export { default as TimerReset } from './TimerReset.astro'
|
|
1661
1661
|
export { default as ToggleLeft } from './ToggleLeft.astro'
|
1662
1662
|
export { default as ToggleRight } from './ToggleRight.astro'
|
1663
1663
|
export { default as Toilet } from './Toilet.astro'
|
1664
|
+
export { default as ToolCase } from './ToolCase.astro'
|
1664
1665
|
export { default as Tornado } from './Tornado.astro'
|
1665
1666
|
export { default as Torus } from './Torus.astro'
|
1666
1667
|
export { default as Touchpad } from './Touchpad.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.525.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.525.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|