lucide-astro 0.526.0 → 0.528.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/ArrowBigDown.astro +1 -1
- package/dist/ArrowBigDownDash.astro +2 -2
- package/dist/ArrowBigLeft.astro +1 -1
- package/dist/ArrowBigLeftDash.astro +2 -2
- package/dist/ArrowBigRight.astro +1 -1
- package/dist/ArrowBigRightDash.astro +2 -2
- package/dist/ArrowBigUp.astro +1 -1
- package/dist/ArrowBigUpDash.astro +2 -2
- package/dist/BugPlay.astro +3 -3
- package/dist/CirclePlay.astro +1 -1
- package/dist/Croissant.astro +5 -5
- package/dist/FastForward.astro +2 -2
- package/dist/FilePlay.astro +10 -0
- package/dist/FileVideo.astro +3 -3
- package/dist/FileVideo2.astro +2 -2
- package/dist/FileVideoCamera.astro +11 -0
- package/dist/Gem.astro +2 -2
- package/dist/HatGlasses.astro +12 -0
- package/dist/ImagePlay.astro +3 -3
- package/dist/Lasso.astro +3 -3
- package/dist/ListVideo.astro +2 -2
- package/dist/MonitorDot.astro +2 -2
- package/dist/MonitorPlay.astro +1 -1
- package/dist/Pause.astro +2 -2
- package/dist/Play.astro +1 -1
- package/dist/PlayCircle.astro +1 -1
- package/dist/PlaySquare.astro +2 -2
- package/dist/RefreshCcwDot.astro +4 -4
- package/dist/Rewind.astro +2 -2
- package/dist/SkipBack.astro +2 -2
- package/dist/SkipForward.astro +2 -2
- package/dist/Sparkle.astro +1 -1
- package/dist/Sparkles.astro +4 -5
- package/dist/Spotlight.astro +12 -0
- package/dist/Sprout.astro +3 -4
- package/dist/SquarePause.astro +10 -0
- package/dist/SquarePlay.astro +2 -2
- package/dist/SquareStop.astro +9 -0
- package/dist/Stars.astro +4 -5
- package/dist/StepBack.astro +2 -2
- package/dist/StepForward.astro +2 -2
- package/dist/TvMinimalPlay.astro +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/package.json +2 -2
package/dist/ArrowBigDown.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-down" {...Astro.props}>
|
7
|
-
<path d="M15
|
7
|
+
<path d="M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" />
|
8
8
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-down-dash" {...Astro.props}>
|
7
|
-
<path d="M15
|
8
|
-
<path d="
|
7
|
+
<path d="M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" />
|
8
|
+
<path d="M9 4h6" />
|
9
9
|
</Layout>
|
package/dist/ArrowBigLeft.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-left" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" />
|
8
8
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-left-dash" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" />
|
8
|
+
<path d="M20 9v6" />
|
9
9
|
</Layout>
|
package/dist/ArrowBigRight.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-right" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" />
|
8
8
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-right-dash" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" />
|
8
|
+
<path d="M4 9v6" />
|
9
9
|
</Layout>
|
package/dist/ArrowBigUp.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-up" {...Astro.props}>
|
7
|
-
<path d="M9
|
7
|
+
<path d="M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" />
|
8
8
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="arrow-big-up-dash" {...Astro.props}>
|
7
|
-
<path d="M9
|
8
|
-
<path d="M9
|
7
|
+
<path d="M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" />
|
8
|
+
<path d="M9 20h6" />
|
9
9
|
</Layout>
|
package/dist/BugPlay.astro
CHANGED
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bug-play" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97" />
|
8
|
+
<path d="M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z" />
|
8
9
|
<path d="M14.12 3.88 16 2" />
|
9
|
-
<path d="M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5" />
|
10
10
|
<path d="M20.97 5c0 2.1-1.6 3.8-3.5 4" />
|
11
11
|
<path d="M3 21c0-2.1 1.7-3.9 3.8-4" />
|
12
12
|
<path d="M6 13H2" />
|
13
13
|
<path d="M6.53 9C4.6 8.8 3 7.1 3 5" />
|
14
14
|
<path d="m8 2 1.88 1.88" />
|
15
|
-
<path d="M9 7.13v-1a3
|
15
|
+
<path d="M9 7.13v-1a3 3 0 0 1 4.18-2.895 3 3 0 0 1 1.821 2.896v1" />
|
16
16
|
</Layout>
|
package/dist/CirclePlay.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="circle-play" {...Astro.props}>
|
7
|
+
<path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
|
7
8
|
<circle cx="12" cy="12" r="10" />
|
8
|
-
<polygon points="10 8 16 12 10 16 10 8" />
|
9
9
|
</Layout>
|
package/dist/Croissant.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="croissant" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487" />
|
8
|
+
<path d="M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132" />
|
9
|
+
<path d="M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42" />
|
10
|
+
<path d="M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14" />
|
11
|
+
<path d="M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676" />
|
12
12
|
</Layout>
|
package/dist/FastForward.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="fast-forward" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z" />
|
8
|
+
<path d="M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" />
|
9
9
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="file-play" {...Astro.props}>
|
7
|
+
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
8
|
+
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
|
9
|
+
<path d="M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" />
|
10
|
+
</Layout>
|
package/dist/FileVideo.astro
CHANGED
@@ -3,8 +3,8 @@ import Layout from './.Layout.astro'
|
|
3
3
|
export type { Props } from './index.d.ts'
|
4
4
|
---
|
5
5
|
|
6
|
-
<Layout iconName="file-
|
7
|
-
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
|
6
|
+
<Layout iconName="file-play" {...Astro.props}>
|
8
7
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<path d="
|
8
|
+
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" />
|
9
|
+
<path d="M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" />
|
10
10
|
</Layout>
|
package/dist/FileVideo2.astro
CHANGED
@@ -3,9 +3,9 @@ import Layout from './.Layout.astro'
|
|
3
3
|
export type { Props } from './index.d.ts'
|
4
4
|
---
|
5
5
|
|
6
|
-
<Layout iconName="file-video-
|
6
|
+
<Layout iconName="file-video-camera" {...Astro.props}>
|
7
7
|
<path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
|
8
8
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
9
|
<rect width="8" height="6" x="2" y="12" rx="1" />
|
10
|
-
<path d="m10
|
10
|
+
<path d="m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157" />
|
11
11
|
</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="file-video-camera" {...Astro.props}>
|
7
|
+
<path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" />
|
8
|
+
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
+
<rect width="8" height="6" x="2" y="12" rx="1" />
|
10
|
+
<path d="m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157" />
|
11
|
+
</Layout>
|
package/dist/Gem.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="gem" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10.5 3 8 9l4 13 4-13-2.5-6" />
|
8
|
+
<path d="M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z" />
|
9
9
|
<path d="M2 9h20" />
|
10
10
|
</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="hat-glasses" {...Astro.props}>
|
7
|
+
<path d="M14 18a2 2 0 0 0-4 0" />
|
8
|
+
<path d="m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11" />
|
9
|
+
<path d="M2 11h20" />
|
10
|
+
<circle cx="17" cy="18" r="3" />
|
11
|
+
<circle cx="7" cy="18" r="3" />
|
12
|
+
</Layout>
|
package/dist/ImagePlay.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="image-play" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z" />
|
8
|
+
<path d="M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" />
|
9
|
+
<path d="m6 21 5-5" />
|
10
10
|
<circle cx="9" cy="9" r="2" />
|
11
11
|
</Layout>
|
package/dist/Lasso.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="lasso" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<
|
7
|
+
<path d="M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158" />
|
8
|
+
<path d="M7 22a5 5 0 0 1-2-3.994" />
|
9
|
+
<circle cx="5" cy="16" r="2" />
|
10
10
|
</Layout>
|
package/dist/ListVideo.astro
CHANGED
@@ -5,7 +5,7 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="list-video" {...Astro.props}>
|
7
7
|
<path d="M12 12H3" />
|
8
|
-
<path d="M16 6H3" />
|
9
8
|
<path d="M12 18H3" />
|
10
|
-
<path d="
|
9
|
+
<path d="M16 6H3" />
|
10
|
+
<path d="M21.033 14.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .968-.56z" />
|
11
11
|
</Layout>
|
package/dist/MonitorDot.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="monitor-dot" {...Astro.props}>
|
7
|
-
<circle cx="19" cy="6" r="3" />
|
8
|
-
<path d="M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9" />
|
9
7
|
<path d="M12 17v4" />
|
8
|
+
<path d="M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693" />
|
10
9
|
<path d="M8 21h8" />
|
10
|
+
<circle cx="19" cy="6" r="3" />
|
11
11
|
</Layout>
|
package/dist/MonitorPlay.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="monitor-play" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" />
|
8
8
|
<path d="M12 17v4" />
|
9
9
|
<path d="M8 21h8" />
|
10
10
|
<rect x="2" y="3" width="20" height="14" rx="2" />
|
package/dist/Pause.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="pause" {...Astro.props}>
|
7
|
-
<rect x="14" y="
|
8
|
-
<rect x="
|
7
|
+
<rect x="14" y="3" width="5" height="18" rx="1" />
|
8
|
+
<rect x="5" y="3" width="5" height="18" rx="1" />
|
9
9
|
</Layout>
|
package/dist/Play.astro
CHANGED
package/dist/PlayCircle.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="circle-play" {...Astro.props}>
|
7
|
+
<path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
|
7
8
|
<circle cx="12" cy="12" r="10" />
|
8
|
-
<polygon points="10 8 16 12 10 16 10 8" />
|
9
9
|
</Layout>
|
package/dist/PlaySquare.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="square-play" {...Astro.props}>
|
7
|
-
<rect
|
8
|
-
<path d="
|
7
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
8
|
+
<path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
|
9
9
|
</Layout>
|
package/dist/RefreshCcwDot.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="refresh-ccw-dot" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
|
8
|
+
<path d="M3 3v5h5" />
|
9
|
+
<path d="M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" />
|
10
|
+
<path d="M16 16h5v5" />
|
11
11
|
<circle cx="12" cy="12" r="1" />
|
12
12
|
</Layout>
|
package/dist/Rewind.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="rewind" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z" />
|
8
|
+
<path d="M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z" />
|
9
9
|
</Layout>
|
package/dist/SkipBack.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="skip-back" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" />
|
8
|
+
<path d="M3 20V4" />
|
9
9
|
</Layout>
|
package/dist/SkipForward.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="skip-forward" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M21 4v16" />
|
8
|
+
<path d="M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" />
|
9
9
|
</Layout>
|
package/dist/Sparkle.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="sparkle" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
|
8
8
|
</Layout>
|
package/dist/Sparkles.astro
CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="sparkles" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M20
|
9
|
-
<path d="M22
|
10
|
-
<
|
11
|
-
<path d="M5 18H3" />
|
7
|
+
<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
|
8
|
+
<path d="M20 2v4" />
|
9
|
+
<path d="M22 4h-4" />
|
10
|
+
<circle cx="4" cy="20" r="2" />
|
12
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="spotlight" {...Astro.props}>
|
7
|
+
<path d="M15.295 19.562 16 22" />
|
8
|
+
<path d="m17 16 3.758 2.098" />
|
9
|
+
<path d="m19 12.5 3.026-.598" />
|
10
|
+
<path d="M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z" />
|
11
|
+
<path d="M8 9V2" />
|
12
|
+
</Layout>
|
package/dist/Sprout.astro
CHANGED
@@ -4,8 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="sprout" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z" />
|
7
|
+
<path d="M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3" />
|
8
|
+
<path d="M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4" />
|
9
|
+
<path d="M5 21h14" />
|
11
10
|
</Layout>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="square-pause" {...Astro.props}>
|
7
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
8
|
+
<line x1="10" x2="10" y1="15" y2="9" />
|
9
|
+
<line x1="14" x2="14" y1="15" y2="9" />
|
10
|
+
</Layout>
|
package/dist/SquarePlay.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="square-play" {...Astro.props}>
|
7
|
-
<rect
|
8
|
-
<path d="
|
7
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
8
|
+
<path d="M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" />
|
9
9
|
</Layout>
|
package/dist/Stars.astro
CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="sparkles" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M20
|
9
|
-
<path d="M22
|
10
|
-
<
|
11
|
-
<path d="M5 18H3" />
|
7
|
+
<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
|
8
|
+
<path d="M20 2v4" />
|
9
|
+
<path d="M22 4h-4" />
|
10
|
+
<circle cx="4" cy="20" r="2" />
|
12
11
|
</Layout>
|
package/dist/StepBack.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="step-back" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" />
|
8
|
+
<path d="M21 20V4" />
|
9
9
|
</Layout>
|
package/dist/StepForward.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="step-forward" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<path d="M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" />
|
8
|
+
<path d="M3 4v16" />
|
9
9
|
</Layout>
|
package/dist/TvMinimalPlay.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="tv-minimal-play" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" />
|
8
8
|
<path d="M7 21h10" />
|
9
9
|
<rect width="20" height="14" x="2" y="3" rx="2" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -690,6 +690,7 @@ export { default as FileOutput } from './FileOutput.astro'
|
|
690
690
|
export { default as FilePen } from './FilePen.astro'
|
691
691
|
export { default as FilePenLine } from './FilePenLine.astro'
|
692
692
|
export { default as FilePieChart } from './FilePieChart.astro'
|
693
|
+
export { default as FilePlay } from './FilePlay.astro'
|
693
694
|
export { default as FilePlus } from './FilePlus.astro'
|
694
695
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
695
696
|
export { default as FileQuestion } from './FileQuestion.astro'
|
@@ -710,6 +711,7 @@ export { default as FileUp } from './FileUp.astro'
|
|
710
711
|
export { default as FileUser } from './FileUser.astro'
|
711
712
|
export { default as FileVideo } from './FileVideo.astro'
|
712
713
|
export { default as FileVideo2 } from './FileVideo2.astro'
|
714
|
+
export { default as FileVideoCamera } from './FileVideoCamera.astro'
|
713
715
|
export { default as FileVolume } from './FileVolume.astro'
|
714
716
|
export { default as FileVolume2 } from './FileVolume2.astro'
|
715
717
|
export { default as FileWarning } from './FileWarning.astro'
|
@@ -868,6 +870,7 @@ export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
|
868
870
|
export { default as HardDriveUpload } from './HardDriveUpload.astro'
|
869
871
|
export { default as HardHat } from './HardHat.astro'
|
870
872
|
export { default as Hash } from './Hash.astro'
|
873
|
+
export { default as HatGlasses } from './HatGlasses.astro'
|
871
874
|
export { default as Haze } from './Haze.astro'
|
872
875
|
export { default as HdmiPort } from './HdmiPort.astro'
|
873
876
|
export { default as Heading } from './Heading.astro'
|
@@ -1507,6 +1510,7 @@ export { default as Split } from './Split.astro'
|
|
1507
1510
|
export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
|
1508
1511
|
export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
1509
1512
|
export { default as Spool } from './Spool.astro'
|
1513
|
+
export { default as Spotlight } from './Spotlight.astro'
|
1510
1514
|
export { default as SprayCan } from './SprayCan.astro'
|
1511
1515
|
export { default as Sprout } from './Sprout.astro'
|
1512
1516
|
export { default as Square } from './Square.astro'
|
@@ -1552,6 +1556,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
|
|
1552
1556
|
export { default as SquareMousePointer } from './SquareMousePointer.astro'
|
1553
1557
|
export { default as SquareParking } from './SquareParking.astro'
|
1554
1558
|
export { default as SquareParkingOff } from './SquareParkingOff.astro'
|
1559
|
+
export { default as SquarePause } from './SquarePause.astro'
|
1555
1560
|
export { default as SquarePen } from './SquarePen.astro'
|
1556
1561
|
export { default as SquarePercent } from './SquarePercent.astro'
|
1557
1562
|
export { default as SquarePi } from './SquarePi.astro'
|
@@ -1568,6 +1573,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
|
1568
1573
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1569
1574
|
export { default as SquareSquare } from './SquareSquare.astro'
|
1570
1575
|
export { default as SquareStack } from './SquareStack.astro'
|
1576
|
+
export { default as SquareStop } from './SquareStop.astro'
|
1571
1577
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1572
1578
|
export { default as SquareUser } from './SquareUser.astro'
|
1573
1579
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
package/dist/index.js
CHANGED
@@ -685,6 +685,7 @@ export { default as FileOutput } from './FileOutput.astro'
|
|
685
685
|
export { default as FilePen } from './FilePen.astro'
|
686
686
|
export { default as FilePenLine } from './FilePenLine.astro'
|
687
687
|
export { default as FilePieChart } from './FilePieChart.astro'
|
688
|
+
export { default as FilePlay } from './FilePlay.astro'
|
688
689
|
export { default as FilePlus } from './FilePlus.astro'
|
689
690
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
690
691
|
export { default as FileQuestion } from './FileQuestion.astro'
|
@@ -705,6 +706,7 @@ export { default as FileUp } from './FileUp.astro'
|
|
705
706
|
export { default as FileUser } from './FileUser.astro'
|
706
707
|
export { default as FileVideo } from './FileVideo.astro'
|
707
708
|
export { default as FileVideo2 } from './FileVideo2.astro'
|
709
|
+
export { default as FileVideoCamera } from './FileVideoCamera.astro'
|
708
710
|
export { default as FileVolume } from './FileVolume.astro'
|
709
711
|
export { default as FileVolume2 } from './FileVolume2.astro'
|
710
712
|
export { default as FileWarning } from './FileWarning.astro'
|
@@ -863,6 +865,7 @@ export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
|
863
865
|
export { default as HardDriveUpload } from './HardDriveUpload.astro'
|
864
866
|
export { default as HardHat } from './HardHat.astro'
|
865
867
|
export { default as Hash } from './Hash.astro'
|
868
|
+
export { default as HatGlasses } from './HatGlasses.astro'
|
866
869
|
export { default as Haze } from './Haze.astro'
|
867
870
|
export { default as HdmiPort } from './HdmiPort.astro'
|
868
871
|
export { default as Heading } from './Heading.astro'
|
@@ -1502,6 +1505,7 @@ export { default as Split } from './Split.astro'
|
|
1502
1505
|
export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
|
1503
1506
|
export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
1504
1507
|
export { default as Spool } from './Spool.astro'
|
1508
|
+
export { default as Spotlight } from './Spotlight.astro'
|
1505
1509
|
export { default as SprayCan } from './SprayCan.astro'
|
1506
1510
|
export { default as Sprout } from './Sprout.astro'
|
1507
1511
|
export { default as Square } from './Square.astro'
|
@@ -1547,6 +1551,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
|
|
1547
1551
|
export { default as SquareMousePointer } from './SquareMousePointer.astro'
|
1548
1552
|
export { default as SquareParking } from './SquareParking.astro'
|
1549
1553
|
export { default as SquareParkingOff } from './SquareParkingOff.astro'
|
1554
|
+
export { default as SquarePause } from './SquarePause.astro'
|
1550
1555
|
export { default as SquarePen } from './SquarePen.astro'
|
1551
1556
|
export { default as SquarePercent } from './SquarePercent.astro'
|
1552
1557
|
export { default as SquarePi } from './SquarePi.astro'
|
@@ -1563,6 +1568,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
|
1563
1568
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1564
1569
|
export { default as SquareSquare } from './SquareSquare.astro'
|
1565
1570
|
export { default as SquareStack } from './SquareStack.astro'
|
1571
|
+
export { default as SquareStop } from './SquareStop.astro'
|
1566
1572
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1567
1573
|
export { default as SquareUser } from './SquareUser.astro'
|
1568
1574
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.528.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.528.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|