lucide-astro 0.524.0 → 0.526.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/BadgeTurkishLira.astro +10 -0
- package/dist/Ban.astro +1 -1
- package/dist/Brain.astro +8 -9
- package/dist/Cable.astro +7 -5
- package/dist/CircleParkingOff.astro +6 -4
- package/dist/Edit3.astro +2 -2
- package/dist/Flag.astro +1 -2
- package/dist/FlagOff.astro +3 -3
- package/dist/Magnet.astro +2 -2
- package/dist/Megaphone.astro +3 -2
- package/dist/MegaphoneOff.astro +5 -4
- package/dist/ParkingCircleOff.astro +6 -4
- package/dist/PenLine.astro +2 -2
- package/dist/PencilLine.astro +3 -3
- package/dist/Podcast.astro +2 -2
- package/dist/ReceiptTurkishLira.astro +10 -0
- package/dist/Shrub.astro +3 -3
- package/dist/SunMoon.astro +3 -7
- package/dist/ToolCase.astro +11 -0
- package/dist/Trash.astro +2 -2
- package/dist/Trash2.astro +4 -4
- package/dist/TurkishLira.astro +10 -0
- package/dist/WifiSync.astro +14 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/package.json +2 -2
@@ -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/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/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/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/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/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>
|
@@ -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/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/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/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/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>
|
@@ -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'
|
@@ -1326,6 +1327,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
|
1326
1327
|
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1327
1328
|
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1328
1329
|
export { default as ReceiptText } from './ReceiptText.astro'
|
1330
|
+
export { default as ReceiptTurkishLira } from './ReceiptTurkishLira.astro'
|
1329
1331
|
export { default as RectangleCircle } from './RectangleCircle.astro'
|
1330
1332
|
export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
|
1331
1333
|
export { default as RectangleGoggles } from './RectangleGoggles.astro'
|
@@ -1666,6 +1668,7 @@ export { default as TimerReset } from './TimerReset.astro'
|
|
1666
1668
|
export { default as ToggleLeft } from './ToggleLeft.astro'
|
1667
1669
|
export { default as ToggleRight } from './ToggleRight.astro'
|
1668
1670
|
export { default as Toilet } from './Toilet.astro'
|
1671
|
+
export { default as ToolCase } from './ToolCase.astro'
|
1669
1672
|
export { default as Tornado } from './Tornado.astro'
|
1670
1673
|
export { default as Torus } from './Torus.astro'
|
1671
1674
|
export { default as Touchpad } from './Touchpad.astro'
|
@@ -1697,6 +1700,7 @@ export { default as TriangleRight } from './TriangleRight.astro'
|
|
1697
1700
|
export { default as Trophy } from './Trophy.astro'
|
1698
1701
|
export { default as Truck } from './Truck.astro'
|
1699
1702
|
export { default as TruckElectric } from './TruckElectric.astro'
|
1703
|
+
export { default as TurkishLira } from './TurkishLira.astro'
|
1700
1704
|
export { default as Turtle } from './Turtle.astro'
|
1701
1705
|
export { default as Tv } from './Tv.astro'
|
1702
1706
|
export { default as Tv2 } from './Tv2.astro'
|
@@ -1806,6 +1810,7 @@ export { default as WifiHigh } from './WifiHigh.astro'
|
|
1806
1810
|
export { default as WifiLow } from './WifiLow.astro'
|
1807
1811
|
export { default as WifiOff } from './WifiOff.astro'
|
1808
1812
|
export { default as WifiPen } from './WifiPen.astro'
|
1813
|
+
export { default as WifiSync } from './WifiSync.astro'
|
1809
1814
|
export { default as WifiZero } from './WifiZero.astro'
|
1810
1815
|
export { default as Wind } from './Wind.astro'
|
1811
1816
|
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'
|
@@ -1321,6 +1322,7 @@ export { default as ReceiptPoundSterling } from './ReceiptPoundSterling.astro'
|
|
1321
1322
|
export { default as ReceiptRussianRuble } from './ReceiptRussianRuble.astro'
|
1322
1323
|
export { default as ReceiptSwissFranc } from './ReceiptSwissFranc.astro'
|
1323
1324
|
export { default as ReceiptText } from './ReceiptText.astro'
|
1325
|
+
export { default as ReceiptTurkishLira } from './ReceiptTurkishLira.astro'
|
1324
1326
|
export { default as RectangleCircle } from './RectangleCircle.astro'
|
1325
1327
|
export { default as RectangleEllipsis } from './RectangleEllipsis.astro'
|
1326
1328
|
export { default as RectangleGoggles } from './RectangleGoggles.astro'
|
@@ -1661,6 +1663,7 @@ export { default as TimerReset } from './TimerReset.astro'
|
|
1661
1663
|
export { default as ToggleLeft } from './ToggleLeft.astro'
|
1662
1664
|
export { default as ToggleRight } from './ToggleRight.astro'
|
1663
1665
|
export { default as Toilet } from './Toilet.astro'
|
1666
|
+
export { default as ToolCase } from './ToolCase.astro'
|
1664
1667
|
export { default as Tornado } from './Tornado.astro'
|
1665
1668
|
export { default as Torus } from './Torus.astro'
|
1666
1669
|
export { default as Touchpad } from './Touchpad.astro'
|
@@ -1692,6 +1695,7 @@ export { default as TriangleRight } from './TriangleRight.astro'
|
|
1692
1695
|
export { default as Trophy } from './Trophy.astro'
|
1693
1696
|
export { default as Truck } from './Truck.astro'
|
1694
1697
|
export { default as TruckElectric } from './TruckElectric.astro'
|
1698
|
+
export { default as TurkishLira } from './TurkishLira.astro'
|
1695
1699
|
export { default as Turtle } from './Turtle.astro'
|
1696
1700
|
export { default as Tv } from './Tv.astro'
|
1697
1701
|
export { default as Tv2 } from './Tv2.astro'
|
@@ -1801,6 +1805,7 @@ export { default as WifiHigh } from './WifiHigh.astro'
|
|
1801
1805
|
export { default as WifiLow } from './WifiLow.astro'
|
1802
1806
|
export { default as WifiOff } from './WifiOff.astro'
|
1803
1807
|
export { default as WifiPen } from './WifiPen.astro'
|
1808
|
+
export { default as WifiSync } from './WifiSync.astro'
|
1804
1809
|
export { default as WifiZero } from './WifiZero.astro'
|
1805
1810
|
export { default as Wind } from './Wind.astro'
|
1806
1811
|
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.526.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.526.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|