lucide-astro 0.533.0 → 0.535.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/BookCopy.astro +3 -3
- package/dist/BookHeart.astro +1 -1
- package/dist/CalendarHeart.astro +4 -3
- package/dist/CloudMoon.astro +2 -2
- package/dist/CloudMoonRain.astro +1 -1
- package/dist/FileHeart.astro +2 -2
- package/dist/FileStack.astro +3 -4
- package/dist/Files.astro +3 -3
- package/dist/FolderHeart.astro +2 -2
- package/dist/Folders.astro +2 -2
- package/dist/Gavel.astro +3 -3
- package/dist/Grab.astro +1 -1
- package/dist/HandFist.astro +11 -0
- package/dist/HandGrab.astro +12 -0
- package/dist/HandHeart.astro +3 -3
- package/dist/Images.astro +4 -4
- package/dist/Mails.astro +3 -3
- package/dist/Moon.astro +1 -1
- package/dist/MoonStar.astro +2 -2
- package/dist/ScanHeart.astro +1 -1
- package/dist/Settings.astro +1 -1
- package/dist/SunMoon.astro +2 -2
- package/dist/Tags.astro +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/BookCopy.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-copy" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M5 7a2 2 0 0 0-2 2v11" />
|
8
|
+
<path d="M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21" />
|
9
|
+
<path d="M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10" />
|
10
10
|
</Layout>
|
package/dist/BookHeart.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="book-heart" {...Astro.props}>
|
7
|
-
<path d="M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7" />
|
8
7
|
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
|
8
|
+
<path d="M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" />
|
9
9
|
</Layout>
|
package/dist/CalendarHeart.astro
CHANGED
@@ -4,8 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="calendar-heart" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125" />
|
8
|
+
<path d="M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" />
|
9
9
|
<path d="M16 2v4" />
|
10
|
-
<path d="
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="M8 2v4" />
|
11
12
|
</Layout>
|
package/dist/CloudMoon.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cloud-moon" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z" />
|
8
|
+
<path d="M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" />
|
9
9
|
</Layout>
|
package/dist/CloudMoonRain.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cloud-moon-rain" {...Astro.props}>
|
7
|
-
<path d="M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" />
|
8
7
|
<path d="M11 20v2" />
|
8
|
+
<path d="M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" />
|
9
9
|
<path d="M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" />
|
10
10
|
<path d="M7 19v2" />
|
11
11
|
</Layout>
|
package/dist/FileHeart.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="file-heart" {...Astro.props}>
|
7
|
-
<path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2" />
|
8
7
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<path d="
|
8
|
+
<path d="M2.62 13.8A2.25 2.25 0 1 1 6 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" />
|
9
|
+
<path d="M4 6.005V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-1.9-1.376" />
|
10
10
|
</Layout>
|
package/dist/FileStack.astro
CHANGED
@@ -4,8 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="file-stack" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11" />
|
7
|
+
<path d="M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1" />
|
8
|
+
<path d="M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1" />
|
9
|
+
<path d="M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z" />
|
11
10
|
</Layout>
|
package/dist/Files.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="files" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" />
|
8
|
+
<path d="M15 2v4a2 2 0 0 0 2 2h4" />
|
9
|
+
<path d="M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" />
|
10
10
|
</Layout>
|
package/dist/FolderHeart.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="folder-heart" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417" />
|
8
|
+
<path d="M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" />
|
9
9
|
</Layout>
|
package/dist/Folders.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="folders" {...Astro.props}>
|
7
|
-
<path d="M20
|
8
|
-
<path d="
|
7
|
+
<path d="M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z" />
|
8
|
+
<path d="M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1" />
|
9
9
|
</Layout>
|
package/dist/Gavel.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="gavel" {...Astro.props}>
|
7
|
-
<path d="m14
|
7
|
+
<path d="m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381" />
|
8
8
|
<path d="m16 16 6-6" />
|
9
|
-
<path d="m21
|
9
|
+
<path d="m21.5 10.5-8-8" />
|
10
10
|
<path d="m8 8 6-6" />
|
11
|
-
<path d="
|
11
|
+
<path d="m8.5 7.5 8 8" />
|
12
12
|
</Layout>
|
package/dist/Grab.astro
CHANGED
@@ -3,7 +3,7 @@ import Layout from './.Layout.astro'
|
|
3
3
|
export type { Props } from './index.d.ts'
|
4
4
|
---
|
5
5
|
|
6
|
-
<Layout iconName="grab" {...Astro.props}>
|
6
|
+
<Layout iconName="hand-grab" {...Astro.props}>
|
7
7
|
<path d="M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4" />
|
8
8
|
<path d="M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" />
|
9
9
|
<path d="M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" />
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="hand-fist" {...Astro.props}>
|
7
|
+
<path d="M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0" />
|
8
|
+
<path d="M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5" />
|
9
|
+
<path d="M9 5A2 2 0 1 0 5 5V10" />
|
10
|
+
<path d="M9 7V4A2 2 0 1 1 13 4V7.268" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="hand-grab" {...Astro.props}>
|
7
|
+
<path d="M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4" />
|
8
|
+
<path d="M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" />
|
9
|
+
<path d="M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" />
|
10
|
+
<path d="M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2" />
|
11
|
+
<path d="M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0" />
|
12
|
+
</Layout>
|
package/dist/HandHeart.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="hand-heart" {...Astro.props}>
|
7
|
-
<path d="M11 14h2a2 2 0
|
8
|
-
<path d="
|
7
|
+
<path d="M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16" />
|
8
|
+
<path d="m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95" />
|
9
9
|
<path d="m2 15 6 6" />
|
10
|
-
<path d="
|
10
|
+
<path d="m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91" />
|
11
11
|
</Layout>
|
package/dist/Images.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="images" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<circle cx="
|
10
|
-
<rect
|
7
|
+
<path d="m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16" />
|
8
|
+
<path d="M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2" />
|
9
|
+
<circle cx="13" cy="7" r="1" fill="currentColor" />
|
10
|
+
<rect x="8" y="2" width="14" height="14" rx="2" />
|
11
11
|
</Layout>
|
package/dist/Mails.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="mails" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="m22
|
9
|
-
<
|
7
|
+
<path d="M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732" />
|
8
|
+
<path d="m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5" />
|
9
|
+
<rect x="7" y="3" width="15" height="12" rx="2" />
|
10
10
|
</Layout>
|
package/dist/Moon.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="moon" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />
|
8
8
|
</Layout>
|
package/dist/MoonStar.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="moon-star" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M18 5h4" />
|
8
8
|
<path d="M20 3v4" />
|
9
|
-
<path d="
|
9
|
+
<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />
|
10
10
|
</Layout>
|
package/dist/ScanHeart.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="scan-heart" {...Astro.props}>
|
7
|
-
<path d="M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z" />
|
8
7
|
<path d="M17 3h2a2 2 0 0 1 2 2v2" />
|
9
8
|
<path d="M21 17v2a2 2 0 0 1-2 2h-2" />
|
10
9
|
<path d="M3 7V5a2 2 0 0 1 2-2h2" />
|
11
10
|
<path d="M7 21H5a2 2 0 0 1-2-2v-2" />
|
11
|
+
<path d="M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z" />
|
12
12
|
</Layout>
|
package/dist/Settings.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="settings" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" />
|
8
8
|
<circle cx="12" cy="12" r="3" />
|
9
9
|
</Layout>
|
package/dist/SunMoon.astro
CHANGED
@@ -5,8 +5,8 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="sun-moon" {...Astro.props}>
|
7
7
|
<path d="M12 2v2" />
|
8
|
-
<path d="
|
8
|
+
<path d="M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715" />
|
9
|
+
<path d="M16 12a4 4 0 0 0-4-4" />
|
9
10
|
<path d="m19 5-1.256 1.256" />
|
10
11
|
<path d="M20 12h2" />
|
11
|
-
<path d="M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7" />
|
12
12
|
</Layout>
|
package/dist/Tags.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="tags" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<circle cx="
|
7
|
+
<path d="M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z" />
|
8
|
+
<path d="M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193" />
|
9
|
+
<circle cx="10.5" cy="6.5" r=".5" fill="currentColor" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -862,6 +862,8 @@ export { default as Hamburger } from './Hamburger.astro'
|
|
862
862
|
export { default as Hammer } from './Hammer.astro'
|
863
863
|
export { default as Hand } from './Hand.astro'
|
864
864
|
export { default as HandCoins } from './HandCoins.astro'
|
865
|
+
export { default as HandFist } from './HandFist.astro'
|
866
|
+
export { default as HandGrab } from './HandGrab.astro'
|
865
867
|
export { default as HandHeart } from './HandHeart.astro'
|
866
868
|
export { default as HandHelping } from './HandHelping.astro'
|
867
869
|
export { default as HandMetal } from './HandMetal.astro'
|
package/dist/index.js
CHANGED
@@ -857,6 +857,8 @@ export { default as Hamburger } from './Hamburger.astro'
|
|
857
857
|
export { default as Hammer } from './Hammer.astro'
|
858
858
|
export { default as Hand } from './Hand.astro'
|
859
859
|
export { default as HandCoins } from './HandCoins.astro'
|
860
|
+
export { default as HandFist } from './HandFist.astro'
|
861
|
+
export { default as HandGrab } from './HandGrab.astro'
|
860
862
|
export { default as HandHeart } from './HandHeart.astro'
|
861
863
|
export { default as HandHelping } from './HandHelping.astro'
|
862
864
|
export { default as HandMetal } from './HandMetal.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.535.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.535.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|