lucide-astro 0.324.0 → 0.330.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Anchor.astro +2 -2
- package/dist/CircleDashed.astro +8 -8
- package/dist/Clover.astro +3 -5
- package/dist/FileImage.astro +2 -2
- package/dist/FileSymlink.astro +2 -3
- package/dist/FolderOutput.astro +1 -1
- package/dist/FolderSymlink.astro +1 -2
- package/dist/Images.astro +11 -0
- package/dist/Radical.astro +8 -0
- package/dist/SquareRadical.astro +9 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/Anchor.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<
|
8
|
-
<line x1="12" x2="12" y1="22" y2="8" />
|
7
|
+
<path d="M12 22V8" />
|
9
8
|
<path d="M5 12H2a10 10 0 0 0 20 0h-3" />
|
9
|
+
<circle cx="12" cy="5" r="3" />
|
10
10
|
</Layout>
|
package/dist/CircleDashed.astro
CHANGED
@@ -4,12 +4,12 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M10.1 2.
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="
|
13
|
-
<path d="
|
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.721a10 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.279 17.609a10 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.391 20.279a10 10 0 0 1-2.69-2.7" />
|
15
15
|
</Layout>
|
package/dist/Clover.astro
CHANGED
@@ -4,9 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M16.
|
8
|
-
<path d="
|
9
|
-
<path d="
|
10
|
-
<path d="M7.8 20.2a2.7 2.7 0 0 0 3.81 0l.4-.38.4.4a2.7 2.7 0 0 0 3.82 0c1.06-1.06 1.12-2.85-.21-4.21l-4-4-4 4c-1.33 1.36-1.27 3.15-.2 4.2z" />
|
11
|
-
<path d="m7 17-5 5" />
|
7
|
+
<path d="M16.17 7.83 2 22" />
|
8
|
+
<path d="M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12" />
|
9
|
+
<path d="m7.83 7.83 8.34 8.34" />
|
12
10
|
</Layout>
|
package/dist/FileImage.astro
CHANGED
@@ -6,6 +6,6 @@ export type { Props } from './index.d.ts'
|
|
6
6
|
<Layout {...Astro.props}>
|
7
7
|
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
|
8
8
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
-
<circle cx="10" cy="
|
10
|
-
<path d="m20 17-1.
|
9
|
+
<circle cx="10" cy="12" r="2" />
|
10
|
+
<path d="m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" />
|
11
11
|
</Layout>
|
package/dist/FileSymlink.astro
CHANGED
@@ -4,8 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout {...Astro.props}>
|
7
|
-
<path d="M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v7" />
|
8
|
-
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
7
|
<path d="m10 18 3-3-3-3" />
|
10
|
-
<path d="
|
8
|
+
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
9
|
+
<path d="M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" />
|
11
10
|
</Layout>
|
package/dist/FolderOutput.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="M2 7.
|
7
|
+
<path d="M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5" />
|
8
8
|
<path d="M2 13h10" />
|
9
9
|
<path d="m5 10-3 3 3 3" />
|
10
10
|
</Layout>
|
package/dist/FolderSymlink.astro
CHANGED
@@ -4,7 +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 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" />
|
8
8
|
<path d="m8 16 3-3-3-3" />
|
9
|
-
<path d="M2 16v-1a2 2 0 0 1 2-2h6" />
|
10
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="M18 22H4a2 2 0 0 1-2-2V6" />
|
8
|
+
<path d="m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18" />
|
9
|
+
<circle cx="12" cy="8" r="2" />
|
10
|
+
<rect width="16" height="16" x="6" y="2" rx="2" />
|
11
|
+
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -761,6 +761,7 @@ export { default as ImageDown } from './ImageDown.astro'
|
|
761
761
|
export { default as ImageMinus } from './ImageMinus.astro'
|
762
762
|
export { default as ImageOff } from './ImageOff.astro'
|
763
763
|
export { default as ImagePlus } from './ImagePlus.astro'
|
764
|
+
export { default as Images } from './Images.astro'
|
764
765
|
export { default as Import } from './Import.astro'
|
765
766
|
export { default as Inbox } from './Inbox.astro'
|
766
767
|
export { default as Indent } from './Indent.astro'
|
@@ -1099,6 +1100,7 @@ export { default as Quote } from './Quote.astro'
|
|
1099
1100
|
export { default as Rabbit } from './Rabbit.astro'
|
1100
1101
|
export { default as Radar } from './Radar.astro'
|
1101
1102
|
export { default as Radiation } from './Radiation.astro'
|
1103
|
+
export { default as Radical } from './Radical.astro'
|
1102
1104
|
export { default as Radio } from './Radio.astro'
|
1103
1105
|
export { default as RadioReceiver } from './RadioReceiver.astro'
|
1104
1106
|
export { default as RadioTower } from './RadioTower.astro'
|
@@ -1287,6 +1289,7 @@ export { default as SquareGantt } from './SquareGantt.astro'
|
|
1287
1289
|
export { default as SquareKanban } from './SquareKanban.astro'
|
1288
1290
|
export { default as SquareKanbanDashed } from './SquareKanbanDashed.astro'
|
1289
1291
|
export { default as SquarePen } from './SquarePen.astro'
|
1292
|
+
export { default as SquareRadical } from './SquareRadical.astro'
|
1290
1293
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1291
1294
|
export { default as SquareStack } from './SquareStack.astro'
|
1292
1295
|
export { default as SquareUser } from './SquareUser.astro'
|
package/dist/index.js
CHANGED
@@ -756,6 +756,7 @@ export { default as ImageDown } from './ImageDown.astro'
|
|
756
756
|
export { default as ImageMinus } from './ImageMinus.astro'
|
757
757
|
export { default as ImageOff } from './ImageOff.astro'
|
758
758
|
export { default as ImagePlus } from './ImagePlus.astro'
|
759
|
+
export { default as Images } from './Images.astro'
|
759
760
|
export { default as Import } from './Import.astro'
|
760
761
|
export { default as Inbox } from './Inbox.astro'
|
761
762
|
export { default as Indent } from './Indent.astro'
|
@@ -1094,6 +1095,7 @@ export { default as Quote } from './Quote.astro'
|
|
1094
1095
|
export { default as Rabbit } from './Rabbit.astro'
|
1095
1096
|
export { default as Radar } from './Radar.astro'
|
1096
1097
|
export { default as Radiation } from './Radiation.astro'
|
1098
|
+
export { default as Radical } from './Radical.astro'
|
1097
1099
|
export { default as Radio } from './Radio.astro'
|
1098
1100
|
export { default as RadioReceiver } from './RadioReceiver.astro'
|
1099
1101
|
export { default as RadioTower } from './RadioTower.astro'
|
@@ -1282,6 +1284,7 @@ export { default as SquareGantt } from './SquareGantt.astro'
|
|
1282
1284
|
export { default as SquareKanban } from './SquareKanban.astro'
|
1283
1285
|
export { default as SquareKanbanDashed } from './SquareKanbanDashed.astro'
|
1284
1286
|
export { default as SquarePen } from './SquarePen.astro'
|
1287
|
+
export { default as SquareRadical } from './SquareRadical.astro'
|
1285
1288
|
export { default as SquareSlash } from './SquareSlash.astro'
|
1286
1289
|
export { default as SquareStack } from './SquareStack.astro'
|
1287
1290
|
export { default as SquareUser } from './SquareUser.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.330.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.330.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|