lucide-astro 0.525.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/BadgeTurkishLira.astro +10 -0
- package/dist/Ban.astro +1 -1
- package/dist/Brain.astro +8 -9
- package/dist/BugPlay.astro +3 -3
- package/dist/Cable.astro +7 -5
- package/dist/CircleParkingOff.astro +6 -4
- package/dist/CirclePlay.astro +1 -1
- package/dist/Croissant.astro +5 -5
- package/dist/Edit3.astro +2 -2
- 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/Magnet.astro +2 -2
- package/dist/MonitorDot.astro +2 -2
- package/dist/MonitorPlay.astro +1 -1
- package/dist/ParkingCircleOff.astro +6 -4
- package/dist/Pause.astro +2 -2
- package/dist/PenLine.astro +2 -2
- package/dist/PencilLine.astro +3 -3
- package/dist/Play.astro +1 -1
- package/dist/PlayCircle.astro +1 -1
- package/dist/PlaySquare.astro +2 -2
- package/dist/Podcast.astro +2 -2
- package/dist/ReceiptTurkishLira.astro +10 -0
- 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/Trash.astro +2 -2
- package/dist/Trash2.astro +4 -4
- package/dist/TurkishLira.astro +10 -0
- package/dist/TvMinimalPlay.astro +1 -1
- package/dist/WifiSync.astro +14 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +10 -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>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="badge-turkish-lira" {...Astro.props}>
|
7
|
+
<path d="M11 7v10a5 5 0 0 0 5-5" />
|
8
|
+
<path d="m15 8-6 3" />
|
9
|
+
<path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76" />
|
10
|
+
</Layout>
|
package/dist/Ban.astro
CHANGED
package/dist/Brain.astro
CHANGED
@@ -4,13 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="brain" {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="M17.
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="
|
14
|
-
<path d="M6
|
15
|
-
<path d="M19.967 17.484A4 4 0 0 1 18 18" />
|
7
|
+
<path d="M12 18V5" />
|
8
|
+
<path d="M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4" />
|
9
|
+
<path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5" />
|
10
|
+
<path d="M17.997 5.125a4 4 0 0 1 2.526 5.77" />
|
11
|
+
<path d="M18 18a4 4 0 0 0 2-7.464" />
|
12
|
+
<path d="M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517" />
|
13
|
+
<path d="M6 18a4 4 0 0 1-2-7.464" />
|
14
|
+
<path d="M6.003 5.125a4 4 0 0 0-2.526 5.77" />
|
16
15
|
</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/Cable.astro
CHANGED
@@ -4,9 +4,11 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cable" {...Astro.props}>
|
7
|
-
<path d="M17
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z" />
|
8
|
+
<path d="M17 21v-2" />
|
9
|
+
<path d="M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10" />
|
10
|
+
<path d="M21 21v-2" />
|
11
|
+
<path d="M3 5V3" />
|
12
|
+
<path d="M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z" />
|
13
|
+
<path d="M7 5V3" />
|
12
14
|
</Layout>
|
@@ -4,8 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="circle-parking-off" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M12.656 7H13a3 3 0 0 1 2.984 3.307" />
|
8
|
+
<path d="M13 13H9" />
|
9
|
+
<path d="M19.071 19.071A1 1 0 0 1 4.93 4.93" />
|
10
|
+
<path d="m2 2 20 20" />
|
11
|
+
<path d="M8.357 2.687a10 10 0 0 1 12.956 12.956" />
|
12
|
+
<path d="M9 17V9" />
|
11
13
|
</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/Edit3.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="pen-line" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13 21h8" />
|
8
|
+
<path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" />
|
9
9
|
</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/Magnet.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="magnet" {...Astro.props}>
|
7
|
-
<path d="m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15" />
|
8
|
-
<path d="m5 8 4 4" />
|
9
7
|
<path d="m12 15 4 4" />
|
8
|
+
<path d="M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z" />
|
9
|
+
<path d="m5 8 4 4" />
|
10
10
|
</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" />
|
@@ -4,8 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="circle-parking-off" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M12.656 7H13a3 3 0 0 1 2.984 3.307" />
|
8
|
+
<path d="M13 13H9" />
|
9
|
+
<path d="M19.071 19.071A1 1 0 0 1 4.93 4.93" />
|
10
|
+
<path d="m2 2 20 20" />
|
11
|
+
<path d="M8.357 2.687a10 10 0 0 1 12.956 12.956" />
|
12
|
+
<path d="M9 17V9" />
|
11
13
|
</Layout>
|
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/PenLine.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="pen-line" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13 21h8" />
|
8
|
+
<path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" />
|
9
9
|
</Layout>
|
package/dist/PencilLine.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="pencil-line" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M13 21h8" />
|
8
|
+
<path d="m15 5 4 4" />
|
9
|
+
<path d="M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" />
|
10
10
|
</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/Podcast.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="podcast" {...Astro.props}>
|
7
|
+
<path d="M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z" fill="currentColor" />
|
7
8
|
<path d="M16.85 18.58a9 9 0 1 0-9.7 0" />
|
8
9
|
<path d="M8 14a5 5 0 1 1 8 0" />
|
9
|
-
<circle cx="12" cy="11" r="1" />
|
10
|
-
<path d="M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z" />
|
10
|
+
<circle cx="12" cy="11" r="1" fill="currentColor" />
|
11
11
|
</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="receipt-turkish-lira" {...Astro.props}>
|
7
|
+
<path d="M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5" />
|
8
|
+
<path d="m14 8-6 3" />
|
9
|
+
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z" />
|
10
|
+
</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/Trash.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="trash" {...Astro.props}>
|
7
|
+
<path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" />
|
7
8
|
<path d="M3 6h18" />
|
8
|
-
<path d="
|
9
|
-
<path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" />
|
9
|
+
<path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />
|
10
10
|
</Layout>
|
package/dist/Trash2.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="trash-2" {...Astro.props}>
|
7
|
+
<path d="M10 11v6" />
|
8
|
+
<path d="M14 11v6" />
|
9
|
+
<path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" />
|
7
10
|
<path d="M3 6h18" />
|
8
|
-
<path d="
|
9
|
-
<path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" />
|
10
|
-
<line x1="10" x2="10" y1="11" y2="17" />
|
11
|
-
<line x1="14" x2="14" y1="11" y2="17" />
|
11
|
+
<path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />
|
12
12
|
</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>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="wifi-sync" {...Astro.props}>
|
7
|
+
<path d="M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5" />
|
8
|
+
<path d="M11.965 14.105h4" />
|
9
|
+
<path d="M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5" />
|
10
|
+
<path d="M2 8.82a15 15 0 0 1 20 0" />
|
11
|
+
<path d="M21.965 22.105v-4" />
|
12
|
+
<path d="M5 12.86a10 10 0 0 1 3-2.032" />
|
13
|
+
<path d="M8.5 16.429h.01" />
|
14
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -164,6 +164,7 @@ export { default as BadgePoundSterling } from './BadgePoundSterling.astro'
|
|
164
164
|
export { default as BadgeQuestionMark } from './BadgeQuestionMark.astro'
|
165
165
|
export { default as BadgeRussianRuble } from './BadgeRussianRuble.astro'
|
166
166
|
export { default as BadgeSwissFranc } from './BadgeSwissFranc.astro'
|
167
|
+
export { default as BadgeTurkishLira } from './BadgeTurkishLira.astro'
|
167
168
|
export { default as BadgeX } from './BadgeX.astro'
|
168
169
|
export { default as BaggageClaim } from './BaggageClaim.astro'
|
169
170
|
export { default as Ban } from './Ban.astro'
|
@@ -689,6 +690,7 @@ export { default as FileOutput } from './FileOutput.astro'
|
|
689
690
|
export { default as FilePen } from './FilePen.astro'
|
690
691
|
export { default as FilePenLine } from './FilePenLine.astro'
|
691
692
|
export { default as FilePieChart } from './FilePieChart.astro'
|
693
|
+
export { default as FilePlay } from './FilePlay.astro'
|
692
694
|
export { default as FilePlus } from './FilePlus.astro'
|
693
695
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
694
696
|
export { default as FileQuestion } from './FileQuestion.astro'
|
@@ -709,6 +711,7 @@ export { default as FileUp } from './FileUp.astro'
|
|
709
711
|
export { default as FileUser } from './FileUser.astro'
|
710
712
|
export { default as FileVideo } from './FileVideo.astro'
|
711
713
|
export { default as FileVideo2 } from './FileVideo2.astro'
|
714
|
+
export { default as FileVideoCamera } from './FileVideoCamera.astro'
|
712
715
|
export { default as FileVolume } from './FileVolume.astro'
|
713
716
|
export { default as FileVolume2 } from './FileVolume2.astro'
|
714
717
|
export { default as FileWarning } from './FileWarning.astro'
|
@@ -867,6 +870,7 @@ export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
|
867
870
|
export { default as HardDriveUpload } from './HardDriveUpload.astro'
|
868
871
|
export { default as HardHat } from './HardHat.astro'
|
869
872
|
export { default as Hash } from './Hash.astro'
|
873
|
+
export { default as HatGlasses } from './HatGlasses.astro'
|
870
874
|
export { default as Haze } from './Haze.astro'
|
871
875
|
export { default as HdmiPort } from './HdmiPort.astro'
|
872
876
|
export { default as Heading } from './Heading.astro'
|
@@ -1326,6 +1330,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
|
1326
1330
|
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1327
1331
|
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1328
1332
|
export { default as ReceiptText } from './ReceiptText.astro'
|
1333
|
+
export { default as ReceiptTurkishLira } from './ReceiptTurkishLira.astro'
|
1329
1334
|
export { default as RectangleCircle } from './RectangleCircle.astro'
|
1330
1335
|
export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
|
1331
1336
|
export { default as RectangleGoggles } from './RectangleGoggles.astro'
|
@@ -1505,6 +1510,7 @@ export { default as Split } from './Split.astro'
|
|
1505
1510
|
export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
|
1506
1511
|
export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
1507
1512
|
export { default as Spool } from './Spool.astro'
|
1513
|
+
export { default as Spotlight } from './Spotlight.astro'
|
1508
1514
|
export { default as SprayCan } from './SprayCan.astro'
|
1509
1515
|
export { default as Sprout } from './Sprout.astro'
|
1510
1516
|
export { default as Square } from './Square.astro'
|
@@ -1550,6 +1556,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
|
|
1550
1556
|
export { default as SquareMousePointer } from './SquareMousePointer.astro'
|
1551
1557
|
export { default as SquareParking } from './SquareParking.astro'
|
1552
1558
|
export { default as SquareParkingOff } from './SquareParkingOff.astro'
|
1559
|
+
export { default as SquarePause } from './SquarePause.astro'
|
1553
1560
|
export { default as SquarePen } from './SquarePen.astro'
|
1554
1561
|
export { default as SquarePercent } from './SquarePercent.astro'
|
1555
1562
|
export { default as SquarePi } from './SquarePi.astro'
|
@@ -1566,6 +1573,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
|
1566
1573
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1567
1574
|
export { default as SquareSquare } from './SquareSquare.astro'
|
1568
1575
|
export { default as SquareStack } from './SquareStack.astro'
|
1576
|
+
export { default as SquareStop } from './SquareStop.astro'
|
1569
1577
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1570
1578
|
export { default as SquareUser } from './SquareUser.astro'
|
1571
1579
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
@@ -1698,6 +1706,7 @@ export { default as TriangleRight } from './TriangleRight.astro'
|
|
1698
1706
|
export { default as Trophy } from './Trophy.astro'
|
1699
1707
|
export { default as Truck } from './Truck.astro'
|
1700
1708
|
export { default as TruckElectric } from './TruckElectric.astro'
|
1709
|
+
export { default as TurkishLira } from './TurkishLira.astro'
|
1701
1710
|
export { default as Turtle } from './Turtle.astro'
|
1702
1711
|
export { default as Tv } from './Tv.astro'
|
1703
1712
|
export { default as Tv2 } from './Tv2.astro'
|
@@ -1807,6 +1816,7 @@ export { default as WifiHigh } from './WifiHigh.astro'
|
|
1807
1816
|
export { default as WifiLow } from './WifiLow.astro'
|
1808
1817
|
export { default as WifiOff } from './WifiOff.astro'
|
1809
1818
|
export { default as WifiPen } from './WifiPen.astro'
|
1819
|
+
export { default as WifiSync } from './WifiSync.astro'
|
1810
1820
|
export { default as WifiZero } from './WifiZero.astro'
|
1811
1821
|
export { default as Wind } from './Wind.astro'
|
1812
1822
|
export { default as WindArrowDown } from './WindArrowDown.astro'
|
package/dist/index.js
CHANGED
@@ -159,6 +159,7 @@ export { default as BadgePoundSterling } from './BadgePoundSterling.astro'
|
|
159
159
|
export { default as BadgeQuestionMark } from './BadgeQuestionMark.astro'
|
160
160
|
export { default as BadgeRussianRuble } from './BadgeRussianRuble.astro'
|
161
161
|
export { default as BadgeSwissFranc } from './BadgeSwissFranc.astro'
|
162
|
+
export { default as BadgeTurkishLira } from './BadgeTurkishLira.astro'
|
162
163
|
export { default as BadgeX } from './BadgeX.astro'
|
163
164
|
export { default as BaggageClaim } from './BaggageClaim.astro'
|
164
165
|
export { default as Ban } from './Ban.astro'
|
@@ -684,6 +685,7 @@ export { default as FileOutput } from './FileOutput.astro'
|
|
684
685
|
export { default as FilePen } from './FilePen.astro'
|
685
686
|
export { default as FilePenLine } from './FilePenLine.astro'
|
686
687
|
export { default as FilePieChart } from './FilePieChart.astro'
|
688
|
+
export { default as FilePlay } from './FilePlay.astro'
|
687
689
|
export { default as FilePlus } from './FilePlus.astro'
|
688
690
|
export { default as FilePlus2 } from './FilePlus2.astro'
|
689
691
|
export { default as FileQuestion } from './FileQuestion.astro'
|
@@ -704,6 +706,7 @@ export { default as FileUp } from './FileUp.astro'
|
|
704
706
|
export { default as FileUser } from './FileUser.astro'
|
705
707
|
export { default as FileVideo } from './FileVideo.astro'
|
706
708
|
export { default as FileVideo2 } from './FileVideo2.astro'
|
709
|
+
export { default as FileVideoCamera } from './FileVideoCamera.astro'
|
707
710
|
export { default as FileVolume } from './FileVolume.astro'
|
708
711
|
export { default as FileVolume2 } from './FileVolume2.astro'
|
709
712
|
export { default as FileWarning } from './FileWarning.astro'
|
@@ -862,6 +865,7 @@ export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
|
862
865
|
export { default as HardDriveUpload } from './HardDriveUpload.astro'
|
863
866
|
export { default as HardHat } from './HardHat.astro'
|
864
867
|
export { default as Hash } from './Hash.astro'
|
868
|
+
export { default as HatGlasses } from './HatGlasses.astro'
|
865
869
|
export { default as Haze } from './Haze.astro'
|
866
870
|
export { default as HdmiPort } from './HdmiPort.astro'
|
867
871
|
export { default as Heading } from './Heading.astro'
|
@@ -1321,6 +1325,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
|
1321
1325
|
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1322
1326
|
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1323
1327
|
export { default as ReceiptText } from './ReceiptText.astro'
|
1328
|
+
export { default as ReceiptTurkishLira } from './ReceiptTurkishLira.astro'
|
1324
1329
|
export { default as RectangleCircle } from './RectangleCircle.astro'
|
1325
1330
|
export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
|
1326
1331
|
export { default as RectangleGoggles } from './RectangleGoggles.astro'
|
@@ -1500,6 +1505,7 @@ export { default as Split } from './Split.astro'
|
|
1500
1505
|
export { default as SplitSquareHorizontal } from './SplitSquareHorizontal.astro'
|
1501
1506
|
export { default as SplitSquareVertical } from './SplitSquareVertical.astro'
|
1502
1507
|
export { default as Spool } from './Spool.astro'
|
1508
|
+
export { default as Spotlight } from './Spotlight.astro'
|
1503
1509
|
export { default as SprayCan } from './SprayCan.astro'
|
1504
1510
|
export { default as Sprout } from './Sprout.astro'
|
1505
1511
|
export { default as Square } from './Square.astro'
|
@@ -1545,6 +1551,7 @@ export { default as SquareMinus } from './SquareMinus.astro'
|
|
1545
1551
|
export { default as SquareMousePointer } from './SquareMousePointer.astro'
|
1546
1552
|
export { default as SquareParking } from './SquareParking.astro'
|
1547
1553
|
export { default as SquareParkingOff } from './SquareParkingOff.astro'
|
1554
|
+
export { default as SquarePause } from './SquarePause.astro'
|
1548
1555
|
export { default as SquarePen } from './SquarePen.astro'
|
1549
1556
|
export { default as SquarePercent } from './SquarePercent.astro'
|
1550
1557
|
export { default as SquarePi } from './SquarePi.astro'
|
@@ -1561,6 +1568,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
|
1561
1568
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1562
1569
|
export { default as SquareSquare } from './SquareSquare.astro'
|
1563
1570
|
export { default as SquareStack } from './SquareStack.astro'
|
1571
|
+
export { default as SquareStop } from './SquareStop.astro'
|
1564
1572
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1565
1573
|
export { default as SquareUser } from './SquareUser.astro'
|
1566
1574
|
export { default as SquareUserRound } from './SquareUserRound.astro'
|
@@ -1693,6 +1701,7 @@ export { default as TriangleRight } from './TriangleRight.astro'
|
|
1693
1701
|
export { default as Trophy } from './Trophy.astro'
|
1694
1702
|
export { default as Truck } from './Truck.astro'
|
1695
1703
|
export { default as TruckElectric } from './TruckElectric.astro'
|
1704
|
+
export { default as TurkishLira } from './TurkishLira.astro'
|
1696
1705
|
export { default as Turtle } from './Turtle.astro'
|
1697
1706
|
export { default as Tv } from './Tv.astro'
|
1698
1707
|
export { default as Tv2 } from './Tv2.astro'
|
@@ -1802,6 +1811,7 @@ export { default as WifiHigh } from './WifiHigh.astro'
|
|
1802
1811
|
export { default as WifiLow } from './WifiLow.astro'
|
1803
1812
|
export { default as WifiOff } from './WifiOff.astro'
|
1804
1813
|
export { default as WifiPen } from './WifiPen.astro'
|
1814
|
+
export { default as WifiSync } from './WifiSync.astro'
|
1805
1815
|
export { default as WifiZero } from './WifiZero.astro'
|
1806
1816
|
export { default as Wind } from './Wind.astro'
|
1807
1817
|
export { default as WindArrowDown } from './WindArrowDown.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": {
|