lucide-astro 0.528.0 → 0.532.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/Castle.astro +8 -9
- package/dist/ClipboardClock.astro +12 -0
- package/dist/Handbag.astro +9 -0
- package/dist/LocationEdit.astro +1 -1
- package/dist/MapMinus.astro +11 -0
- package/dist/MapPinPen.astro +10 -0
- package/dist/Shovel.astro +3 -3
- package/dist/UserStar.astro +10 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/package.json +2 -2
package/dist/Castle.astro
CHANGED
@@ -4,13 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="castle" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="M15
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="
|
14
|
-
<path d="
|
15
|
-
<path d="M14 4V2" />
|
7
|
+
<path d="M10 5V3" />
|
8
|
+
<path d="M14 5V3" />
|
9
|
+
<path d="M15 21v-3a3 3 0 0 0-6 0v3" />
|
10
|
+
<path d="M18 3v8" />
|
11
|
+
<path d="M18 5H6" />
|
12
|
+
<path d="M22 11H2" />
|
13
|
+
<path d="M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9" />
|
14
|
+
<path d="M6 3v8" />
|
16
15
|
</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="clipboard-clock" {...Astro.props}>
|
7
|
+
<path d="M16 14v2.2l1.6 1" />
|
8
|
+
<path d="M16 4h2a2 2 0 0 1 2 2v.832" />
|
9
|
+
<path d="M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2" />
|
10
|
+
<circle cx="16" cy="16" r="6" />
|
11
|
+
<rect x="8" y="2" width="8" height="4" rx="1" />
|
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 iconName="handbag" {...Astro.props}>
|
7
|
+
<path d="M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z" />
|
8
|
+
<path d="M8 11V6a4 4 0 0 1 8 0v5" />
|
9
|
+
</Layout>
|
package/dist/LocationEdit.astro
CHANGED
@@ -3,7 +3,7 @@ import Layout from './.Layout.astro'
|
|
3
3
|
export type { Props } from './index.d.ts'
|
4
4
|
---
|
5
5
|
|
6
|
-
<Layout iconName="
|
6
|
+
<Layout iconName="map-pin-pen" {...Astro.props}>
|
7
7
|
<path d="M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" />
|
8
8
|
<path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
|
9
9
|
<circle cx="10" cy="10" r="3" />
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="map-minus" {...Astro.props}>
|
7
|
+
<path d="m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14" />
|
8
|
+
<path d="M15 5.764V14" />
|
9
|
+
<path d="M21 18h-6" />
|
10
|
+
<path d="M9 3.236v15" />
|
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="map-pin-pen" {...Astro.props}>
|
7
|
+
<path d="M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" />
|
8
|
+
<path d="M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" />
|
9
|
+
<circle cx="10" cy="10" r="3" />
|
10
|
+
</Layout>
|
package/dist/Shovel.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="shovel" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z" />
|
8
|
+
<path d="M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z" />
|
9
|
+
<path d="m9 15 7.879-7.878" />
|
10
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="user-star" {...Astro.props}>
|
7
|
+
<path d="M16.051 12.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-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" />
|
8
|
+
<path d="M8 15H7a4 4 0 0 0-4 4v2" />
|
9
|
+
<circle cx="10" cy="7" r="4" />
|
10
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -453,6 +453,7 @@ export { default as Citrus } from './Citrus.astro'
|
|
453
453
|
export { default as Clapperboard } from './Clapperboard.astro'
|
454
454
|
export { default as Clipboard } from './Clipboard.astro'
|
455
455
|
export { default as ClipboardCheck } from './ClipboardCheck.astro'
|
456
|
+
export { default as ClipboardClock } from './ClipboardClock.astro'
|
456
457
|
export { default as ClipboardCopy } from './ClipboardCopy.astro'
|
457
458
|
export { default as ClipboardEdit } from './ClipboardEdit.astro'
|
458
459
|
export { default as ClipboardList } from './ClipboardList.astro'
|
@@ -864,6 +865,7 @@ export { default as HandHeart } from './HandHeart.astro'
|
|
864
865
|
export { default as HandHelping } from './HandHelping.astro'
|
865
866
|
export { default as HandMetal } from './HandMetal.astro'
|
866
867
|
export { default as HandPlatter } from './HandPlatter.astro'
|
868
|
+
export { default as Handbag } from './Handbag.astro'
|
867
869
|
export { default as Handshake } from './Handshake.astro'
|
868
870
|
export { default as HardDrive } from './HardDrive.astro'
|
869
871
|
export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
@@ -1038,6 +1040,7 @@ export { default as MailX } from './MailX.astro'
|
|
1038
1040
|
export { default as Mailbox } from './Mailbox.astro'
|
1039
1041
|
export { default as Mails } from './Mails.astro'
|
1040
1042
|
export { default as Map } from './Map.astro'
|
1043
|
+
export { default as MapMinus } from './MapMinus.astro'
|
1041
1044
|
export { default as MapPin } from './MapPin.astro'
|
1042
1045
|
export { default as MapPinCheck } from './MapPinCheck.astro'
|
1043
1046
|
export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
|
@@ -1045,6 +1048,7 @@ export { default as MapPinHouse } from './MapPinHouse.astro'
|
|
1045
1048
|
export { default as MapPinMinus } from './MapPinMinus.astro'
|
1046
1049
|
export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
|
1047
1050
|
export { default as MapPinOff } from './MapPinOff.astro'
|
1051
|
+
export { default as MapPinPen } from './MapPinPen.astro'
|
1048
1052
|
export { default as MapPinPlus } from './MapPinPlus.astro'
|
1049
1053
|
export { default as MapPinPlusInside } from './MapPinPlusInside.astro'
|
1050
1054
|
export { default as MapPinX } from './MapPinX.astro'
|
@@ -1759,6 +1763,7 @@ export { default as UserRoundX } from './UserRoundX.astro'
|
|
1759
1763
|
export { default as UserSearch } from './UserSearch.astro'
|
1760
1764
|
export { default as UserSquare } from './UserSquare.astro'
|
1761
1765
|
export { default as UserSquare2 } from './UserSquare2.astro'
|
1766
|
+
export { default as UserStar } from './UserStar.astro'
|
1762
1767
|
export { default as UserX } from './UserX.astro'
|
1763
1768
|
export { default as UserX2 } from './UserX2.astro'
|
1764
1769
|
export { default as Users } from './Users.astro'
|
package/dist/index.js
CHANGED
@@ -448,6 +448,7 @@ export { default as Citrus } from './Citrus.astro'
|
|
448
448
|
export { default as Clapperboard } from './Clapperboard.astro'
|
449
449
|
export { default as Clipboard } from './Clipboard.astro'
|
450
450
|
export { default as ClipboardCheck } from './ClipboardCheck.astro'
|
451
|
+
export { default as ClipboardClock } from './ClipboardClock.astro'
|
451
452
|
export { default as ClipboardCopy } from './ClipboardCopy.astro'
|
452
453
|
export { default as ClipboardEdit } from './ClipboardEdit.astro'
|
453
454
|
export { default as ClipboardList } from './ClipboardList.astro'
|
@@ -859,6 +860,7 @@ export { default as HandHeart } from './HandHeart.astro'
|
|
859
860
|
export { default as HandHelping } from './HandHelping.astro'
|
860
861
|
export { default as HandMetal } from './HandMetal.astro'
|
861
862
|
export { default as HandPlatter } from './HandPlatter.astro'
|
863
|
+
export { default as Handbag } from './Handbag.astro'
|
862
864
|
export { default as Handshake } from './Handshake.astro'
|
863
865
|
export { default as HardDrive } from './HardDrive.astro'
|
864
866
|
export { default as HardDriveDownload } from './HardDriveDownload.astro'
|
@@ -1033,6 +1035,7 @@ export { default as MailX } from './MailX.astro'
|
|
1033
1035
|
export { default as Mailbox } from './Mailbox.astro'
|
1034
1036
|
export { default as Mails } from './Mails.astro'
|
1035
1037
|
export { default as Map } from './Map.astro'
|
1038
|
+
export { default as MapMinus } from './MapMinus.astro'
|
1036
1039
|
export { default as MapPin } from './MapPin.astro'
|
1037
1040
|
export { default as MapPinCheck } from './MapPinCheck.astro'
|
1038
1041
|
export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
|
@@ -1040,6 +1043,7 @@ export { default as MapPinHouse } from './MapPinHouse.astro'
|
|
1040
1043
|
export { default as MapPinMinus } from './MapPinMinus.astro'
|
1041
1044
|
export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
|
1042
1045
|
export { default as MapPinOff } from './MapPinOff.astro'
|
1046
|
+
export { default as MapPinPen } from './MapPinPen.astro'
|
1043
1047
|
export { default as MapPinPlus } from './MapPinPlus.astro'
|
1044
1048
|
export { default as MapPinPlusInside } from './MapPinPlusInside.astro'
|
1045
1049
|
export { default as MapPinX } from './MapPinX.astro'
|
@@ -1754,6 +1758,7 @@ export { default as UserRoundX } from './UserRoundX.astro'
|
|
1754
1758
|
export { default as UserSearch } from './UserSearch.astro'
|
1755
1759
|
export { default as UserSquare } from './UserSquare.astro'
|
1756
1760
|
export { default as UserSquare2 } from './UserSquare2.astro'
|
1761
|
+
export { default as UserStar } from './UserStar.astro'
|
1757
1762
|
export { default as UserX } from './UserX.astro'
|
1758
1763
|
export { default as UserX2 } from './UserX2.astro'
|
1759
1764
|
export { default as Users } from './Users.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.532.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.532.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|