lucide-astro 0.535.0 → 0.537.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/AArrowDown.astro +3 -3
- package/dist/AArrowUp.astro +3 -3
- package/dist/BotMessageSquare.astro +3 -3
- package/dist/CakeSlice.astro +2 -2
- package/dist/CircleStar.astro +9 -0
- package/dist/Hospital.astro +5 -6
- package/dist/MessageCircle.astro +1 -1
- package/dist/MessageCircleCode.astro +3 -3
- package/dist/MessageCircleDashed.astro +8 -8
- package/dist/MessageCircleHeart.astro +2 -2
- package/dist/MessageCircleMore.astro +1 -1
- package/dist/MessageCircleOff.astro +2 -2
- package/dist/MessageCirclePlus.astro +1 -1
- package/dist/MessageCircleQuestion.astro +1 -1
- package/dist/MessageCircleQuestionMark.astro +1 -1
- package/dist/MessageCircleReply.astro +2 -2
- package/dist/MessageCircleWarning.astro +1 -1
- package/dist/MessageCircleX.astro +1 -1
- package/dist/MessageSquare.astro +1 -1
- package/dist/MessageSquareCode.astro +3 -3
- package/dist/MessageSquareDashed.astro +13 -9
- package/dist/MessageSquareDiff.astro +4 -4
- package/dist/MessageSquareDot.astro +2 -2
- package/dist/MessageSquareHeart.astro +2 -2
- package/dist/MessageSquareLock.astro +3 -3
- package/dist/MessageSquareMore.astro +4 -4
- package/dist/MessageSquareOff.astro +2 -2
- package/dist/MessageSquarePlus.astro +3 -3
- package/dist/MessageSquareQuote.astro +3 -3
- package/dist/MessageSquareReply.astro +3 -3
- package/dist/MessageSquareShare.astro +3 -3
- package/dist/MessageSquareText.astro +4 -3
- package/dist/MessageSquareWarning.astro +3 -3
- package/dist/MessageSquareX.astro +3 -3
- package/dist/MessagesSquare.astro +2 -2
- package/dist/School.astro +5 -5
- package/dist/Spade.astro +1 -1
- package/dist/SquareStar.astro +9 -0
- package/dist/Turntable.astro +11 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/AArrowDown.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="a-arrow-down" {...Astro.props}>
|
7
|
-
<path d="M3.5 13h6" />
|
8
|
-
<path d="m2 16 4.5-9 4.5 9" />
|
9
|
-
<path d="M18 7v9" />
|
10
7
|
<path d="m14 12 4 4 4-4" />
|
8
|
+
<path d="M18 16V7" />
|
9
|
+
<path d="m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" />
|
10
|
+
<path d="M3.304 13h6.392" />
|
11
11
|
</Layout>
|
package/dist/AArrowUp.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="a-arrow-up" {...Astro.props}>
|
7
|
-
<path d="M3.5 13h6" />
|
8
|
-
<path d="m2 16 4.5-9 4.5 9" />
|
9
|
-
<path d="M18 16V7" />
|
10
7
|
<path d="m14 11 4-4 4 4" />
|
8
|
+
<path d="M18 16V7" />
|
9
|
+
<path d="m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" />
|
10
|
+
<path d="M3.304 13h6.392" />
|
11
11
|
</Layout>
|
@@ -5,9 +5,9 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="bot-message-square" {...Astro.props}>
|
7
7
|
<path d="M12 6V2H8" />
|
8
|
-
<path d="m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z" />
|
9
|
-
<path d="M2 12h2" />
|
10
|
-
<path d="M9 11v2" />
|
11
8
|
<path d="M15 11v2" />
|
9
|
+
<path d="M2 12h2" />
|
12
10
|
<path d="M20 12h2" />
|
11
|
+
<path d="M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z" />
|
12
|
+
<path d="M9 11v2" />
|
13
13
|
</Layout>
|
package/dist/CakeSlice.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cake-slice" {...Astro.props}>
|
7
|
-
<circle cx="9" cy="7" r="2" />
|
8
|
-
<path d="M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6" />
|
9
7
|
<path d="M16 13H3" />
|
10
8
|
<path d="M16 17H3" />
|
9
|
+
<path d="m7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6" />
|
10
|
+
<circle cx="9" cy="7" r="2" />
|
11
11
|
</Layout>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="circle-star" {...Astro.props}>
|
7
|
+
<path d="M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" />
|
8
|
+
<circle cx="12" cy="12" r="10" />
|
9
|
+
</Layout>
|
package/dist/Hospital.astro
CHANGED
@@ -4,10 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="hospital" {...Astro.props}>
|
7
|
-
<path d="M12
|
8
|
-
<path d="M14
|
9
|
-
<path d="M14
|
10
|
-
<path d="
|
11
|
-
<path d="M18
|
12
|
-
<path d="M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18" />
|
7
|
+
<path d="M12 7v4" />
|
8
|
+
<path d="M14 21v-3a2 2 0 0 0-4 0v3" />
|
9
|
+
<path d="M14 9h-4" />
|
10
|
+
<path d="M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2" />
|
11
|
+
<path d="M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16" />
|
13
12
|
</Layout>
|
package/dist/MessageCircle.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-code" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m14
|
9
|
-
<path d="
|
7
|
+
<path d="m10 9-3 3 3 3" />
|
8
|
+
<path d="m14 15 3-3-3-3" />
|
9
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
10
10
|
</Layout>
|
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-dashed" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="M3.
|
14
|
-
<path d="
|
7
|
+
<path d="M10.1 2.182a10 10 0 0 1 3.8 0" />
|
8
|
+
<path d="M13.9 21.818a10 10 0 0 1-3.8 0" />
|
9
|
+
<path d="M17.609 3.72a10 10 0 0 1 2.69 2.7" />
|
10
|
+
<path d="M2.182 13.9a10 10 0 0 1 0-3.8" />
|
11
|
+
<path d="M20.28 17.61a10 10 0 0 1-2.7 2.69" />
|
12
|
+
<path d="M21.818 10.1a10 10 0 0 1 0 3.8" />
|
13
|
+
<path d="M3.721 6.391a10 10 0 0 1 2.7-2.69" />
|
14
|
+
<path d="m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98" />
|
15
15
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-heart" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
|
+
<path d="M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z" />
|
9
9
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-more" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="M8 12h.01" />
|
9
9
|
<path d="M12 12h.01" />
|
10
10
|
<path d="M16 12h.01" />
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-off" {...Astro.props}>
|
7
|
-
<path d="M20.5 14.9A9 9 0 0 0 9.1 3.5" />
|
8
7
|
<path d="m2 2 20 20" />
|
9
|
-
<path d="
|
8
|
+
<path d="M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989" />
|
9
|
+
<path d="M8.35 2.69A10 10 0 0 1 21.3 15.65" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-plus" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="M8 12h8" />
|
9
9
|
<path d="M12 8v8" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-question-mark" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
9
9
|
<path d="M12 17h.01" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-question-mark" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
9
9
|
<path d="M12 17h.01" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-reply" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="m10 15-3-3 3-3" />
|
9
|
-
<path d="M7
|
9
|
+
<path d="M7 12h8a2 2 0 0 1 2 2v1" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-warning" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="M12 8v4" />
|
9
9
|
<path d="M12 16h.01" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-circle-x" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />
|
8
8
|
<path d="m15 9-6 6" />
|
9
9
|
<path d="m9 9 6 6" />
|
10
10
|
</Layout>
|
package/dist/MessageSquare.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
8
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-code" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="m10 8-3 3 3 3" />
|
9
|
+
<path d="m14 14 3-3-3-3" />
|
10
10
|
</Layout>
|
@@ -4,13 +4,17 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-dashed" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="
|
14
|
-
<path d="
|
15
|
-
<path d="
|
7
|
+
<path d="M12 19h.01" />
|
8
|
+
<path d="M12 3h.01" />
|
9
|
+
<path d="M16 19h.01" />
|
10
|
+
<path d="M16 3h.01" />
|
11
|
+
<path d="M2 13h.01" />
|
12
|
+
<path d="M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8" />
|
13
|
+
<path d="M2 5a2 2 0 0 1 2-2" />
|
14
|
+
<path d="M2 9h.01" />
|
15
|
+
<path d="M20 3a2 2 0 0 1 2 2" />
|
16
|
+
<path d="M22 13h.01" />
|
17
|
+
<path d="M22 17a2 2 0 0 1-2 2" />
|
18
|
+
<path d="M22 9h.01" />
|
19
|
+
<path d="M8 3h.01" />
|
16
20
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-diff" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M10 15h4" />
|
9
|
+
<path d="M10 9h4" />
|
10
|
+
<path d="M12 7v4" />
|
11
11
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-dot" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<circle cx="
|
7
|
+
<path d="M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7" />
|
8
|
+
<circle cx="19" cy="6" r="3" />
|
9
9
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-heart" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5" />
|
9
9
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-lock" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<rect x="
|
7
|
+
<path d="M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10" />
|
8
|
+
<path d="M20 15v-2a2 2 0 0 0-4 0v2" />
|
9
|
+
<rect x="14" y="15" width="8" height="5" rx="1" />
|
10
10
|
</Layout>
|
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-more" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M12 11h.01" />
|
9
|
+
<path d="M16 11h.01" />
|
10
|
+
<path d="M8 11h.01" />
|
11
11
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-off" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826" />
|
8
8
|
<path d="m2 2 20 20" />
|
9
|
-
<path d="
|
9
|
+
<path d="M8.656 3H20a2 2 0 0 1 2 2v11.344" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-plus" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M12
|
9
|
-
<path d="M9
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M12 8v6" />
|
9
|
+
<path d="M9 11h6" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-quote" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M14 13a2 2 0 0 0 2-2V9h-2" />
|
9
|
+
<path d="M8 13a2 2 0 0 0 2-2V9H8" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-reply" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m10
|
9
|
-
<path d="M17
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="m10 8-3 3 3 3" />
|
9
|
+
<path d="M17 14v-1a2 2 0 0 0-2-2H7" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-share" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M16
|
9
|
-
<path d="m16
|
7
|
+
<path d="M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4" />
|
8
|
+
<path d="M16 3h6v6" />
|
9
|
+
<path d="m16 9 6-6" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-text" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M7 11h10" />
|
9
|
+
<path d="M7 15h6" />
|
10
|
+
<path d="M7 7h8" />
|
10
11
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-warning" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M12
|
9
|
-
<path d="M12
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M12 15h.01" />
|
9
|
+
<path d="M12 7v4" />
|
10
10
|
</Layout>
|
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="message-square-x" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="m14.5
|
9
|
-
<path d="m9.5
|
7
|
+
<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="m14.5 8.5-5 5" />
|
9
|
+
<path d="m9.5 8.5 5 5" />
|
10
10
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="messages-square" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" />
|
8
|
+
<path d="M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1" />
|
9
9
|
</Layout>
|
package/dist/School.astro
CHANGED
@@ -4,10 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="school" {...Astro.props}>
|
7
|
-
<path d="M14
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="M6
|
7
|
+
<path d="M14 21v-3a2 2 0 0 0-4 0v3" />
|
8
|
+
<path d="M18 5v16" />
|
9
|
+
<path d="m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6" />
|
10
|
+
<path d="m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11" />
|
11
|
+
<path d="M6 5v16" />
|
12
12
|
<circle cx="12" cy="9" r="2" />
|
13
13
|
</Layout>
|
package/dist/Spade.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="spade" {...Astro.props}>
|
7
|
-
<path d="M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z" />
|
8
7
|
<path d="M12 18v4" />
|
8
|
+
<path d="M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5" />
|
9
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 iconName="square-star" {...Astro.props}>
|
7
|
+
<path d="M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" />
|
8
|
+
<rect x="3" y="3" width="18" height="18" rx="2" />
|
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 iconName="turntable" {...Astro.props}>
|
7
|
+
<path d="M10 12.01h.01" />
|
8
|
+
<path d="M18 8v4a8 8 0 0 1-1.07 4" />
|
9
|
+
<circle cx="10" cy="12" r="4" />
|
10
|
+
<rect x="2" y="4" width="20" height="16" rx="2" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -444,6 +444,7 @@ export { default as CircleSlash } from './CircleSlash.astro'
|
|
444
444
|
export { default as CircleSlash2 } from './CircleSlash2.astro'
|
445
445
|
export { default as CircleSlashed } from './CircleSlashed.astro'
|
446
446
|
export { default as CircleSmall } from './CircleSmall.astro'
|
447
|
+
export { default as CircleStar } from './CircleStar.astro'
|
447
448
|
export { default as CircleStop } from './CircleStop.astro'
|
448
449
|
export { default as CircleUser } from './CircleUser.astro'
|
449
450
|
export { default as CircleUserRound } from './CircleUserRound.astro'
|
@@ -1580,6 +1581,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
|
1580
1581
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1581
1582
|
export { default as SquareSquare } from './SquareSquare.astro'
|
1582
1583
|
export { default as SquareStack } from './SquareStack.astro'
|
1584
|
+
export { default as SquareStar } from './SquareStar.astro'
|
1583
1585
|
export { default as SquareStop } from './SquareStop.astro'
|
1584
1586
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1585
1587
|
export { default as SquareUser } from './SquareUser.astro'
|
@@ -1714,6 +1716,7 @@ export { default as Trophy } from './Trophy.astro'
|
|
1714
1716
|
export { default as Truck } from './Truck.astro'
|
1715
1717
|
export { default as TruckElectric } from './TruckElectric.astro'
|
1716
1718
|
export { default as TurkishLira } from './TurkishLira.astro'
|
1719
|
+
export { default as Turntable } from './Turntable.astro'
|
1717
1720
|
export { default as Turtle } from './Turtle.astro'
|
1718
1721
|
export { default as Tv } from './Tv.astro'
|
1719
1722
|
export { default as Tv2 } from './Tv2.astro'
|
package/dist/index.js
CHANGED
@@ -439,6 +439,7 @@ export { default as CircleSlash } from './CircleSlash.astro'
|
|
439
439
|
export { default as CircleSlash2 } from './CircleSlash2.astro'
|
440
440
|
export { default as CircleSlashed } from './CircleSlashed.astro'
|
441
441
|
export { default as CircleSmall } from './CircleSmall.astro'
|
442
|
+
export { default as CircleStar } from './CircleStar.astro'
|
442
443
|
export { default as CircleStop } from './CircleStop.astro'
|
443
444
|
export { default as CircleUser } from './CircleUser.astro'
|
444
445
|
export { default as CircleUserRound } from './CircleUserRound.astro'
|
@@ -1575,6 +1576,7 @@ export { default as SquareSplitHorizontal } from './SquareSplitHorizontal.astro'
|
|
1575
1576
|
export { default as SquareSplitVertical } from './SquareSplitVertical.astro'
|
1576
1577
|
export { default as SquareSquare } from './SquareSquare.astro'
|
1577
1578
|
export { default as SquareStack } from './SquareStack.astro'
|
1579
|
+
export { default as SquareStar } from './SquareStar.astro'
|
1578
1580
|
export { default as SquareStop } from './SquareStop.astro'
|
1579
1581
|
export { default as SquareTerminal } from './SquareTerminal.astro'
|
1580
1582
|
export { default as SquareUser } from './SquareUser.astro'
|
@@ -1709,6 +1711,7 @@ export { default as Trophy } from './Trophy.astro'
|
|
1709
1711
|
export { default as Truck } from './Truck.astro'
|
1710
1712
|
export { default as TruckElectric } from './TruckElectric.astro'
|
1711
1713
|
export { default as TurkishLira } from './TurkishLira.astro'
|
1714
|
+
export { default as Turntable } from './Turntable.astro'
|
1712
1715
|
export { default as Turtle } from './Turtle.astro'
|
1713
1716
|
export { default as Tv } from './Tv.astro'
|
1714
1717
|
export { default as Tv2 } from './Tv2.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.537.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.537.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|