lucide-astro 0.408.0 → 0.412.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/CalendarMinus.astro +3 -3
- package/dist/DraftingCompass.astro +3 -3
- package/dist/Eye.astro +1 -1
- package/dist/EyeOff.astro +4 -4
- package/dist/ImagePlus.astro +4 -4
- package/dist/LetterText.astro +12 -0
- package/dist/PhilippinePeso.astro +10 -0
- package/dist/PlugZap2.astro +5 -5
- package/dist/Ribbon.astro +5 -5
- package/dist/ScanEye.astro +1 -1
- package/dist/View.astro +2 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
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="
|
7
|
+
<path d="M16 19h6" />
|
8
8
|
<path d="M16 2v4" />
|
9
|
-
<path d="M21
|
9
|
+
<path d="M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" />
|
10
10
|
<path d="M3 10h18" />
|
11
|
-
<path d="
|
11
|
+
<path d="M8 2v4" />
|
12
12
|
</Layout>
|
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<circle cx="12" cy="5" r="2" />
|
8
|
-
<path d="m3 21 8.02-14.26" />
|
9
7
|
<path d="m12.99 6.74 1.93 3.44" />
|
10
|
-
<path d="M19
|
8
|
+
<path d="M19.136 12a10 10 0 0 1-14.271 0" />
|
11
9
|
<path d="m21 21-2.16-3.84" />
|
10
|
+
<path d="m3 21 8.02-14.26" />
|
11
|
+
<circle cx="12" cy="5" r="2" />
|
12
12
|
</Layout>
|
package/dist/Eye.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="M2
|
7
|
+
<path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" />
|
8
8
|
<circle cx="12" cy="12" r="3" />
|
9
9
|
</Layout>
|
package/dist/EyeOff.astro
CHANGED
@@ -4,8 +4,8 @@ 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="
|
10
|
-
<
|
7
|
+
<path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" />
|
8
|
+
<path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" />
|
9
|
+
<path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" />
|
10
|
+
<path d="m2 2 20 20" />
|
11
11
|
</Layout>
|
package/dist/ImagePlus.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="
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<circle cx="9" cy="9" r="2" />
|
7
|
+
<path d="M16 5h6" />
|
8
|
+
<path d="M19 2v6" />
|
9
|
+
<path d="M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5" />
|
11
10
|
<path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" />
|
11
|
+
<circle cx="9" cy="9" r="2" />
|
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="M15 12h6" />
|
8
|
+
<path d="M15 6h6" />
|
9
|
+
<path d="m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13" />
|
10
|
+
<path d="M3 18h18" />
|
11
|
+
<path d="M4 11h6" />
|
12
|
+
</Layout>
|
package/dist/PlugZap2.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="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" />
|
8
|
+
<path d="m2 22 3-3" />
|
9
|
+
<path d="M7.5 13.5 10 11" />
|
10
|
+
<path d="M10.5 16.5 13 14" />
|
11
|
+
<path d="m18 3-4 4h6l-4 4" />
|
12
12
|
</Layout>
|
package/dist/Ribbon.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="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
7
|
+
<path d="M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22" />
|
8
|
+
<path d="m12 18 2.57-3.5" />
|
9
|
+
<path d="M6.243 9.016a7 7 0 0 1 11.507-.009" />
|
10
|
+
<path d="M9.35 14.53 12 11.22" />
|
11
|
+
<path d="M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z" />
|
12
12
|
</Layout>
|
package/dist/ScanEye.astro
CHANGED
@@ -9,5 +9,5 @@ export type { Props } from './index.d.ts'
|
|
9
9
|
<path d="M21 17v2a2 2 0 0 1-2 2h-2" />
|
10
10
|
<path d="M7 21H5a2 2 0 0 1-2-2v-2" />
|
11
11
|
<circle cx="12" cy="12" r="1" />
|
12
|
-
<path d="
|
12
|
+
<path d="M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0" />
|
13
13
|
</Layout>
|
package/dist/View.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M5 12s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z" />
|
8
|
-
<path d="M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" />
|
9
7
|
<path d="M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2" />
|
10
8
|
<path d="M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2" />
|
9
|
+
<circle cx="12" cy="12" r="1" />
|
10
|
+
<path d="M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0" />
|
11
11
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -880,6 +880,7 @@ export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
|
880
880
|
export { default as Leaf } from './Leaf.astro'
|
881
881
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
882
882
|
export { default as Lectern } from './Lectern.astro'
|
883
|
+
export { default as LetterText } from './LetterText.astro'
|
883
884
|
export { default as Library } from './Library.astro'
|
884
885
|
export { default as LibraryBig } from './LibraryBig.astro'
|
885
886
|
export { default as LibrarySquare } from './LibrarySquare.astro'
|
@@ -1130,6 +1131,7 @@ export { default as PercentCircle } from './PercentCircle.astro'
|
|
1130
1131
|
export { default as PercentDiamond } from './PercentDiamond.astro'
|
1131
1132
|
export { default as PercentSquare } from './PercentSquare.astro'
|
1132
1133
|
export { default as PersonStanding } from './PersonStanding.astro'
|
1134
|
+
export { default as PhilippinePeso } from './PhilippinePeso.astro'
|
1133
1135
|
export { default as Phone } from './Phone.astro'
|
1134
1136
|
export { default as PhoneCall } from './PhoneCall.astro'
|
1135
1137
|
export { default as PhoneForwarded } from './PhoneForwarded.astro'
|
package/dist/index.js
CHANGED
@@ -875,6 +875,7 @@ export { default as LayoutTemplate } from './LayoutTemplate.astro'
|
|
875
875
|
export { default as Leaf } from './Leaf.astro'
|
876
876
|
export { default as LeafyGreen } from './LeafyGreen.astro'
|
877
877
|
export { default as Lectern } from './Lectern.astro'
|
878
|
+
export { default as LetterText } from './LetterText.astro'
|
878
879
|
export { default as Library } from './Library.astro'
|
879
880
|
export { default as LibraryBig } from './LibraryBig.astro'
|
880
881
|
export { default as LibrarySquare } from './LibrarySquare.astro'
|
@@ -1125,6 +1126,7 @@ export { default as PercentCircle } from './PercentCircle.astro'
|
|
1125
1126
|
export { default as PercentDiamond } from './PercentDiamond.astro'
|
1126
1127
|
export { default as PercentSquare } from './PercentSquare.astro'
|
1127
1128
|
export { default as PersonStanding } from './PersonStanding.astro'
|
1129
|
+
export { default as PhilippinePeso } from './PhilippinePeso.astro'
|
1128
1130
|
export { default as Phone } from './Phone.astro'
|
1129
1131
|
export { default as PhoneCall } from './PhoneCall.astro'
|
1130
1132
|
export { default as PhoneForwarded } from './PhoneForwarded.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.412.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.412.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|