lucide-astro 0.419.0 → 0.424.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Amphora.astro +13 -0
- package/dist/CalendarSearch.astro +3 -3
- package/dist/CheckCircle.astro +1 -1
- package/dist/CheckSquare.astro +1 -1
- package/dist/CircleCheckBig.astro +1 -1
- package/dist/CloudDownload.astro +3 -3
- package/dist/CloudUpload.astro +2 -2
- package/dist/DownloadCloud.astro +3 -3
- package/dist/MapPinHouse.astro +11 -0
- package/dist/Microchip.astro +18 -0
- package/dist/Omega.astro +8 -0
- package/dist/Pentagon.astro +1 -1
- package/dist/Replace.astro +6 -6
- package/dist/ReplaceAll.astro +8 -8
- package/dist/Skull.astro +3 -4
- package/dist/SquareCheckBig.astro +1 -1
- package/dist/UploadCloud.astro +2 -2
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
@@ -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="M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8" />
|
8
|
+
<path d="M10 5H8a2 2 0 0 0 0 4h.68" />
|
9
|
+
<path d="M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8" />
|
10
|
+
<path d="M14 5h2a2 2 0 0 1 0 4h-.68" />
|
11
|
+
<path d="M18 22H6" />
|
12
|
+
<path d="M9 2h6" />
|
13
|
+
</Layout>
|
@@ -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 2v14a2 2 0 0 0 2 2h7.5" />
|
8
7
|
<path d="M16 2v4" />
|
9
|
-
<path d="
|
8
|
+
<path d="M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25" />
|
9
|
+
<path d="m22 22-1.875-1.875" />
|
10
10
|
<path d="M3 10h18" />
|
11
|
+
<path d="M8 2v4" />
|
11
12
|
<circle cx="18" cy="18" r="3" />
|
12
|
-
<path d="m22 22-1.5-1.5" />
|
13
13
|
</Layout>
|
package/dist/CheckCircle.astro
CHANGED
package/dist/CheckSquare.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5" />
|
7
8
|
<path d="m9 11 3 3L22 4" />
|
8
|
-
<path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" />
|
9
9
|
</Layout>
|
package/dist/CloudDownload.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M12 13v8l-4-4" />
|
8
|
+
<path d="m12 21 4-4" />
|
9
|
+
<path d="M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" />
|
10
10
|
</Layout>
|
package/dist/CloudUpload.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 13v8" />
|
7
8
|
<path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" />
|
8
|
-
<path d="
|
9
|
-
<path d="m16 16-4-4-4 4" />
|
9
|
+
<path d="m8 17 4-4 4 4" />
|
10
10
|
</Layout>
|
package/dist/DownloadCloud.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M12 13v8l-4-4" />
|
8
|
+
<path d="m12 21 4-4" />
|
9
|
+
<path d="M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" />
|
10
10
|
</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="M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z" />
|
8
|
+
<path d="M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2" />
|
9
|
+
<path d="M18 22v-3" />
|
10
|
+
<circle cx="10" cy="10" r="3" />
|
11
|
+
</Layout>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M18 12h2" />
|
8
|
+
<path d="M18 16h2" />
|
9
|
+
<path d="M18 20h2" />
|
10
|
+
<path d="M18 4h2" />
|
11
|
+
<path d="M18 8h2" />
|
12
|
+
<path d="M4 12h2" />
|
13
|
+
<path d="M4 16h2" />
|
14
|
+
<path d="M4 20h2" />
|
15
|
+
<path d="M4 4h2" />
|
16
|
+
<path d="M4 8h2" />
|
17
|
+
<path d="M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z" />
|
18
|
+
</Layout>
|
package/dist/Omega.astro
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout {...Astro.props}>
|
7
|
+
<path d="M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21" />
|
8
|
+
</Layout>
|
package/dist/Pentagon.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z" />
|
8
8
|
</Layout>
|
package/dist/Replace.astro
CHANGED
@@ -4,11 +4,11 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M14
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M14 4a2 2 0 0 1 2-2" />
|
8
|
+
<path d="M16 10a2 2 0 0 1-2-2" />
|
9
|
+
<path d="M20 2a2 2 0 0 1 2 2" />
|
10
|
+
<path d="M22 8a2 2 0 0 1-2 2" />
|
11
11
|
<path d="m3 7 3 3 3-3" />
|
12
|
-
<path d="M6
|
13
|
-
<rect
|
12
|
+
<path d="M6 10V5a3 3 0 0 1 3-3h1" />
|
13
|
+
<rect x="2" y="14" width="8" height="8" rx="2" />
|
14
14
|
</Layout>
|
package/dist/ReplaceAll.astro
CHANGED
@@ -4,13 +4,13 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M14
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
7
|
+
<path d="M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
8
|
+
<path d="M14 4a2 2 0 0 1 2-2" />
|
9
|
+
<path d="M16 10a2 2 0 0 1-2-2" />
|
10
|
+
<path d="M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" />
|
11
|
+
<path d="M20 2a2 2 0 0 1 2 2" />
|
12
|
+
<path d="M22 8a2 2 0 0 1-2 2" />
|
11
13
|
<path d="m3 7 3 3 3-3" />
|
12
|
-
<path d="M6
|
13
|
-
<rect
|
14
|
-
<path d="M14 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2" />
|
15
|
-
<path d="M20 14c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2" />
|
14
|
+
<path d="M6 10V5a 3 3 0 0 1 3-3h1" />
|
15
|
+
<rect x="2" y="14" width="8" height="8" rx="2" />
|
16
16
|
</Layout>
|
package/dist/Skull.astro
CHANGED
@@ -4,9 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<circle cx="9" cy="12" r="1" />
|
8
|
-
<circle cx="15" cy="12" r="1" />
|
9
|
-
<path d="M8 20v2h8v-2" />
|
10
7
|
<path d="m12.5 17-.5-1-.5 1h1z" />
|
11
|
-
<path d="
|
8
|
+
<path d="M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z" />
|
9
|
+
<circle cx="15" cy="12" r="1" />
|
10
|
+
<circle cx="9" cy="12" r="1" />
|
12
11
|
</Layout>
|
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5" />
|
7
8
|
<path d="m9 11 3 3L22 4" />
|
8
|
-
<path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" />
|
9
9
|
</Layout>
|
package/dist/UploadCloud.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
+
<path d="M12 13v8" />
|
7
8
|
<path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" />
|
8
|
-
<path d="
|
9
|
-
<path d="m16 16-4-4-4 4" />
|
9
|
+
<path d="m8 17 4-4 4 4" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -53,6 +53,7 @@ export { default as AlignVerticalSpaceBetween } from './AlignVerticalSpaceBetwee
|
|
53
53
|
export { default as Ambulance } from './Ambulance.astro'
|
54
54
|
export { default as Ampersand } from './Ampersand.astro'
|
55
55
|
export { default as Ampersands } from './Ampersands.astro'
|
56
|
+
export { default as Amphora } from './Amphora.astro'
|
56
57
|
export { default as Anchor } from './Anchor.astro'
|
57
58
|
export { default as Angry } from './Angry.astro'
|
58
59
|
export { default as Annoyed } from './Annoyed.astro'
|
@@ -973,6 +974,7 @@ export { default as Map } from './Map.astro'
|
|
973
974
|
export { default as MapPin } from './MapPin.astro'
|
974
975
|
export { default as MapPinCheck } from './MapPinCheck.astro'
|
975
976
|
export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
|
977
|
+
export { default as MapPinHouse } from './MapPinHouse.astro'
|
976
978
|
export { default as MapPinMinus } from './MapPinMinus.astro'
|
977
979
|
export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
|
978
980
|
export { default as MapPinOff } from './MapPinOff.astro'
|
@@ -1023,6 +1025,7 @@ export { default as Mic } from './Mic.astro'
|
|
1023
1025
|
export { default as Mic2 } from './Mic2.astro'
|
1024
1026
|
export { default as MicOff } from './MicOff.astro'
|
1025
1027
|
export { default as MicVocal } from './MicVocal.astro'
|
1028
|
+
export { default as Microchip } from './Microchip.astro'
|
1026
1029
|
export { default as Microscope } from './Microscope.astro'
|
1027
1030
|
export { default as Microwave } from './Microwave.astro'
|
1028
1031
|
export { default as Milestone } from './Milestone.astro'
|
@@ -1097,6 +1100,7 @@ export { default as Octagon } from './Octagon.astro'
|
|
1097
1100
|
export { default as OctagonAlert } from './OctagonAlert.astro'
|
1098
1101
|
export { default as OctagonPause } from './OctagonPause.astro'
|
1099
1102
|
export { default as OctagonX } from './OctagonX.astro'
|
1103
|
+
export { default as Omega } from './Omega.astro'
|
1100
1104
|
export { default as Option } from './Option.astro'
|
1101
1105
|
export { default as Orbit } from './Orbit.astro'
|
1102
1106
|
export { default as Origami } from './Origami.astro'
|
package/dist/index.js
CHANGED
@@ -48,6 +48,7 @@ export { default as AlignVerticalSpaceBetween } from './AlignVerticalSpaceBetwee
|
|
48
48
|
export { default as Ambulance } from './Ambulance.astro'
|
49
49
|
export { default as Ampersand } from './Ampersand.astro'
|
50
50
|
export { default as Ampersands } from './Ampersands.astro'
|
51
|
+
export { default as Amphora } from './Amphora.astro'
|
51
52
|
export { default as Anchor } from './Anchor.astro'
|
52
53
|
export { default as Angry } from './Angry.astro'
|
53
54
|
export { default as Annoyed } from './Annoyed.astro'
|
@@ -968,6 +969,7 @@ export { default as Map } from './Map.astro'
|
|
968
969
|
export { default as MapPin } from './MapPin.astro'
|
969
970
|
export { default as MapPinCheck } from './MapPinCheck.astro'
|
970
971
|
export { default as MapPinCheckInside } from './MapPinCheckInside.astro'
|
972
|
+
export { default as MapPinHouse } from './MapPinHouse.astro'
|
971
973
|
export { default as MapPinMinus } from './MapPinMinus.astro'
|
972
974
|
export { default as MapPinMinusInside } from './MapPinMinusInside.astro'
|
973
975
|
export { default as MapPinOff } from './MapPinOff.astro'
|
@@ -1018,6 +1020,7 @@ export { default as Mic } from './Mic.astro'
|
|
1018
1020
|
export { default as Mic2 } from './Mic2.astro'
|
1019
1021
|
export { default as MicOff } from './MicOff.astro'
|
1020
1022
|
export { default as MicVocal } from './MicVocal.astro'
|
1023
|
+
export { default as Microchip } from './Microchip.astro'
|
1021
1024
|
export { default as Microscope } from './Microscope.astro'
|
1022
1025
|
export { default as Microwave } from './Microwave.astro'
|
1023
1026
|
export { default as Milestone } from './Milestone.astro'
|
@@ -1092,6 +1095,7 @@ export { default as Octagon } from './Octagon.astro'
|
|
1092
1095
|
export { default as OctagonAlert } from './OctagonAlert.astro'
|
1093
1096
|
export { default as OctagonPause } from './OctagonPause.astro'
|
1094
1097
|
export { default as OctagonX } from './OctagonX.astro'
|
1098
|
+
export { default as Omega } from './Omega.astro'
|
1095
1099
|
export { default as Option } from './Option.astro'
|
1096
1100
|
export { default as Orbit } from './Orbit.astro'
|
1097
1101
|
export { default as Origami } from './Origami.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.424.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.424.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|