lucide-astro 0.312.0 → 0.315.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Calendar.astro +4 -4
- package/dist/CalendarCheck.astro +4 -4
- package/dist/CalendarCheck2.astro +3 -3
- package/dist/CalendarClock.astro +2 -2
- package/dist/CalendarDays.astro +4 -4
- package/dist/CalendarFold.astro +12 -0
- package/dist/CalendarHeart.astro +2 -3
- package/dist/CalendarMinus.astro +4 -4
- package/dist/CalendarMinus2.astro +12 -0
- package/dist/CalendarOff.astro +2 -2
- package/dist/CalendarPlus.astro +5 -5
- package/dist/CalendarPlus2.astro +13 -0
- package/dist/CalendarRange.astro +4 -4
- package/dist/CalendarSearch.astro +2 -2
- package/dist/CalendarX.astro +6 -6
- package/dist/CalendarX2.astro +5 -5
- package/dist/TextSearch.astro +12 -0
- package/dist/TicketCheck.astro +9 -0
- package/dist/TicketMinus.astro +9 -0
- package/dist/TicketPercent.astro +11 -0
- package/dist/TicketPlus.astro +10 -0
- package/dist/TicketSlash.astro +9 -0
- package/dist/TicketX.astro +10 -0
- package/dist/WebhookOff.astro +14 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +11 -0
- package/package.json +2 -2
package/dist/Calendar.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
10
|
+
<path d="M3 10h18" />
|
11
11
|
</Layout>
|
package/dist/CalendarCheck.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
10
|
+
<path d="M3 10h18" />
|
11
11
|
<path d="m9 16 2 2 4-4" />
|
12
12
|
</Layout>
|
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
7
9
|
<path d="M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
|
8
|
-
<
|
9
|
-
<line x1="8" x2="8" y1="2" y2="6" />
|
10
|
-
<line x1="3" x2="21" y1="10" y2="10" />
|
10
|
+
<path d="M3 10h18" />
|
11
11
|
<path d="m16 20 2 2 4-4" />
|
12
12
|
</Layout>
|
package/dist/CalendarClock.astro
CHANGED
@@ -8,6 +8,6 @@ export type { Props } from './index.d.ts'
|
|
8
8
|
<path d="M16 2v4" />
|
9
9
|
<path d="M8 2v4" />
|
10
10
|
<path d="M3 10h5" />
|
11
|
-
<path d="M17.5 17.5 16 16.
|
12
|
-
<
|
11
|
+
<path d="M17.5 17.5 16 16.3V14" />
|
12
|
+
<circle cx="16" cy="16" r="6" />
|
13
13
|
</Layout>
|
package/dist/CalendarDays.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
10
|
+
<path d="M3 10h18" />
|
11
11
|
<path d="M8 14h.01" />
|
12
12
|
<path d="M12 14h.01" />
|
13
13
|
<path d="M16 14h.01" />
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<path d="M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="M15 22v-4a2 2 0 0 1 2-2h4" />
|
12
|
+
</Layout>
|
package/dist/CalendarHeart.astro
CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M16 2v4" />
|
7
|
+
<path d="M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7" />
|
9
8
|
<path d="M8 2v4" />
|
10
|
-
<path d="
|
9
|
+
<path d="M16 2v4" />
|
11
10
|
<path d="M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z" />
|
12
11
|
</Layout>
|
package/dist/CalendarMinus.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
7
9
|
<path d="M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<line x1="3" x2="21" y1="10" y2="10" />
|
11
|
-
<line x1="16" x2="22" y1="19" y2="19" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="M16 19h6" />
|
12
12
|
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="M10 16h4" />
|
12
|
+
</Layout>
|
package/dist/CalendarOff.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4.
|
7
|
+
<path d="M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18" />
|
8
8
|
<path d="M21 15.5V6a2 2 0 0 0-2-2H9.5" />
|
9
9
|
<path d="M16 2v4" />
|
10
10
|
<path d="M3 10h7" />
|
11
11
|
<path d="M21 10h-5.5" />
|
12
|
-
<
|
12
|
+
<path d="m2 2 20 20" />
|
13
13
|
</Layout>
|
package/dist/CalendarPlus.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
7
9
|
<path d="M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<line x1="19" x2="19" y1="16" y2="22" />
|
12
|
-
<line x1="16" x2="22" y1="19" y2="19" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="M16 19h6" />
|
12
|
+
<path d="M19 16v6" />
|
13
13
|
</Layout>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="M10 16h4" />
|
12
|
+
<path d="M12 14v4" />
|
13
|
+
</Layout>
|
package/dist/CalendarRange.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<rect width="18" height="18" x="3" y="4" rx="2"
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
7
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<path d="M3 10h18" />
|
10
|
+
<path d="M8 2v4" />
|
11
11
|
<path d="M17 14h-6" />
|
12
12
|
<path d="M13 18H7" />
|
13
13
|
<path d="M7 14h.01" />
|
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2
|
7
|
+
<path d="M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.5" />
|
8
8
|
<path d="M16 2v4" />
|
9
9
|
<path d="M8 2v4" />
|
10
10
|
<path d="M3 10h18" />
|
11
|
-
<
|
11
|
+
<circle cx="18" cy="18" r="3" />
|
12
12
|
<path d="m22 22-1.5-1.5" />
|
13
13
|
</Layout>
|
package/dist/CalendarX.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
9
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="m14 14-4 4" />
|
12
|
+
<path d="m10 14 4 4" />
|
13
13
|
</Layout>
|
package/dist/CalendarX2.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M8 2v4" />
|
8
|
+
<path d="M16 2v4" />
|
7
9
|
<path d="M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" />
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<line x1="17" x2="22" y1="17" y2="22" />
|
12
|
-
<line x1="17" x2="22" y1="22" y2="17" />
|
10
|
+
<path d="M3 10h18" />
|
11
|
+
<path d="m17 22 5-5" />
|
12
|
+
<path d="m17 17 5 5" />
|
13
13
|
</Layout>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M21 6H3" />
|
8
|
+
<path d="M10 12H3" />
|
9
|
+
<path d="M10 18H3" />
|
10
|
+
<circle cx="17" cy="15" r="3" />
|
11
|
+
<path d="m21 19-1.9-1.9" />
|
12
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="m9 12 2 2 4-4" />
|
9
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="M9 12h6" />
|
9
|
+
</Layout>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="M9 9h.01" />
|
9
|
+
<path d="m15 9-6 6" />
|
10
|
+
<path d="M15 15h.01" />
|
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 {...Astro.props}>
|
7
|
+
<path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="M9 12h6" />
|
9
|
+
<path d="M12 9v6" />
|
10
|
+
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="m9.5 14.5 5-5" />
|
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 {...Astro.props}>
|
7
|
+
<path d="M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" />
|
8
|
+
<path d="m9.5 14.5 5-5" />
|
9
|
+
<path d="m9.5 9.5 5 5" />
|
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 {...Astro.props}>
|
7
|
+
<path d="M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15" />
|
8
|
+
<path d="M9 3.4a4 4 0 0 1 6.52.66" />
|
9
|
+
<path d="m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05" />
|
10
|
+
<path d="M20.3 20.3a4 4 0 0 1-2.3.7" />
|
11
|
+
<path d="M18.6 13a4 4 0 0 1 3.357 3.414" />
|
12
|
+
<path d="m12 6 .6 1" />
|
13
|
+
<path d="m2 2 20 20" />
|
14
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -279,10 +279,13 @@ export { default as CalendarCheck } from './CalendarCheck.astro'
|
|
279
279
|
export { default as CalendarCheck2 } from './CalendarCheck2.astro'
|
280
280
|
export { default as CalendarClock } from './CalendarClock.astro'
|
281
281
|
export { default as CalendarDays } from './CalendarDays.astro'
|
282
|
+
export { default as CalendarFold } from './CalendarFold.astro'
|
282
283
|
export { default as CalendarHeart } from './CalendarHeart.astro'
|
283
284
|
export { default as CalendarMinus } from './CalendarMinus.astro'
|
285
|
+
export { default as CalendarMinus2 } from './CalendarMinus2.astro'
|
284
286
|
export { default as CalendarOff } from './CalendarOff.astro'
|
285
287
|
export { default as CalendarPlus } from './CalendarPlus.astro'
|
288
|
+
export { default as CalendarPlus2 } from './CalendarPlus2.astro'
|
286
289
|
export { default as CalendarRange } from './CalendarRange.astro'
|
287
290
|
export { default as CalendarSearch } from './CalendarSearch.astro'
|
288
291
|
export { default as CalendarX } from './CalendarX.astro'
|
@@ -1335,6 +1338,7 @@ export { default as Text } from './Text.astro'
|
|
1335
1338
|
export { default as TextCursor } from './TextCursor.astro'
|
1336
1339
|
export { default as TextCursorInput } from './TextCursorInput.astro'
|
1337
1340
|
export { default as TextQuote } from './TextQuote.astro'
|
1341
|
+
export { default as TextSearch } from './TextSearch.astro'
|
1338
1342
|
export { default as TextSelect } from './TextSelect.astro'
|
1339
1343
|
export { default as TextSelection } from './TextSelection.astro'
|
1340
1344
|
export { default as Theater } from './Theater.astro'
|
@@ -1344,6 +1348,12 @@ export { default as ThermometerSun } from './ThermometerSun.astro'
|
|
1344
1348
|
export { default as ThumbsDown } from './ThumbsDown.astro'
|
1345
1349
|
export { default as ThumbsUp } from './ThumbsUp.astro'
|
1346
1350
|
export { default as Ticket } from './Ticket.astro'
|
1351
|
+
export { default as TicketCheck } from './TicketCheck.astro'
|
1352
|
+
export { default as TicketMinus } from './TicketMinus.astro'
|
1353
|
+
export { default as TicketPercent } from './TicketPercent.astro'
|
1354
|
+
export { default as TicketPlus } from './TicketPlus.astro'
|
1355
|
+
export { default as TicketSlash } from './TicketSlash.astro'
|
1356
|
+
export { default as TicketX } from './TicketX.astro'
|
1347
1357
|
export { default as Timer } from './Timer.astro'
|
1348
1358
|
export { default as TimerOff } from './TimerOff.astro'
|
1349
1359
|
export { default as TimerReset } from './TimerReset.astro'
|
@@ -1457,6 +1467,7 @@ export { default as Waves } from './Waves.astro'
|
|
1457
1467
|
export { default as Waypoints } from './Waypoints.astro'
|
1458
1468
|
export { default as Webcam } from './Webcam.astro'
|
1459
1469
|
export { default as Webhook } from './Webhook.astro'
|
1470
|
+
export { default as WebhookOff } from './WebhookOff.astro'
|
1460
1471
|
export { default as Weight } from './Weight.astro'
|
1461
1472
|
export { default as Wheat } from './Wheat.astro'
|
1462
1473
|
export { default as WheatOff } from './WheatOff.astro'
|
package/dist/index.js
CHANGED
@@ -274,10 +274,13 @@ export { default as CalendarCheck } from './CalendarCheck.astro'
|
|
274
274
|
export { default as CalendarCheck2 } from './CalendarCheck2.astro'
|
275
275
|
export { default as CalendarClock } from './CalendarClock.astro'
|
276
276
|
export { default as CalendarDays } from './CalendarDays.astro'
|
277
|
+
export { default as CalendarFold } from './CalendarFold.astro'
|
277
278
|
export { default as CalendarHeart } from './CalendarHeart.astro'
|
278
279
|
export { default as CalendarMinus } from './CalendarMinus.astro'
|
280
|
+
export { default as CalendarMinus2 } from './CalendarMinus2.astro'
|
279
281
|
export { default as CalendarOff } from './CalendarOff.astro'
|
280
282
|
export { default as CalendarPlus } from './CalendarPlus.astro'
|
283
|
+
export { default as CalendarPlus2 } from './CalendarPlus2.astro'
|
281
284
|
export { default as CalendarRange } from './CalendarRange.astro'
|
282
285
|
export { default as CalendarSearch } from './CalendarSearch.astro'
|
283
286
|
export { default as CalendarX } from './CalendarX.astro'
|
@@ -1330,6 +1333,7 @@ export { default as Text } from './Text.astro'
|
|
1330
1333
|
export { default as TextCursor } from './TextCursor.astro'
|
1331
1334
|
export { default as TextCursorInput } from './TextCursorInput.astro'
|
1332
1335
|
export { default as TextQuote } from './TextQuote.astro'
|
1336
|
+
export { default as TextSearch } from './TextSearch.astro'
|
1333
1337
|
export { default as TextSelect } from './TextSelect.astro'
|
1334
1338
|
export { default as TextSelection } from './TextSelection.astro'
|
1335
1339
|
export { default as Theater } from './Theater.astro'
|
@@ -1339,6 +1343,12 @@ export { default as ThermometerSun } from './ThermometerSun.astro'
|
|
1339
1343
|
export { default as ThumbsDown } from './ThumbsDown.astro'
|
1340
1344
|
export { default as ThumbsUp } from './ThumbsUp.astro'
|
1341
1345
|
export { default as Ticket } from './Ticket.astro'
|
1346
|
+
export { default as TicketCheck } from './TicketCheck.astro'
|
1347
|
+
export { default as TicketMinus } from './TicketMinus.astro'
|
1348
|
+
export { default as TicketPercent } from './TicketPercent.astro'
|
1349
|
+
export { default as TicketPlus } from './TicketPlus.astro'
|
1350
|
+
export { default as TicketSlash } from './TicketSlash.astro'
|
1351
|
+
export { default as TicketX } from './TicketX.astro'
|
1342
1352
|
export { default as Timer } from './Timer.astro'
|
1343
1353
|
export { default as TimerOff } from './TimerOff.astro'
|
1344
1354
|
export { default as TimerReset } from './TimerReset.astro'
|
@@ -1452,6 +1462,7 @@ export { default as Waves } from './Waves.astro'
|
|
1452
1462
|
export { default as Waypoints } from './Waypoints.astro'
|
1453
1463
|
export { default as Webcam } from './Webcam.astro'
|
1454
1464
|
export { default as Webhook } from './Webhook.astro'
|
1465
|
+
export { default as WebhookOff } from './WebhookOff.astro'
|
1455
1466
|
export { default as Weight } from './Weight.astro'
|
1456
1467
|
export { default as Wheat } from './Wheat.astro'
|
1457
1468
|
export { default as WheatOff } from './WheatOff.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.315.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",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"author": "Aviortheking",
|
27
27
|
"license": "MIT",
|
28
28
|
"devDependencies": {
|
29
|
-
"lucide-static": "0.
|
29
|
+
"lucide-static": "0.315.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|