lucide-astro 0.456.0 → 0.460.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/Bath.astro +5 -5
- package/dist/CloudAlert.astro +10 -0
- package/dist/Cross.astro +1 -1
- package/dist/Drill.astro +3 -4
- package/dist/EqualApproximately.astro +9 -0
- package/dist/HandPlatter.astro +4 -4
- package/dist/HardHat.astro +2 -2
- package/dist/Heading4.astro +3 -3
- package/dist/LaptopMinimalCheck.astro +10 -0
- package/dist/Puzzle.astro +1 -1
- package/dist/School.astro +2 -2
- package/dist/Toilet.astro +9 -0
- package/dist/Vegan.astro +2 -2
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
package/dist/Bath.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="bath" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<
|
9
|
-
<
|
10
|
-
<
|
11
|
-
<
|
7
|
+
<path d="M10 4 8 6" />
|
8
|
+
<path d="M17 19v2" />
|
9
|
+
<path d="M2 12h20" />
|
10
|
+
<path d="M7 19v2" />
|
11
|
+
<path d="M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5" />
|
12
12
|
</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="cloud-alert" {...Astro.props}>
|
7
|
+
<path d="M12 12v4" />
|
8
|
+
<path d="M12 20h.01" />
|
9
|
+
<path d="M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708" />
|
10
|
+
</Layout>
|
package/dist/Cross.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="cross" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z" />
|
8
8
|
</Layout>
|
package/dist/Drill.astro
CHANGED
@@ -4,11 +4,10 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="drill" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z" />
|
8
|
+
<path d="M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8" />
|
9
9
|
<path d="M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3" />
|
10
|
+
<path d="M18 6h4" />
|
10
11
|
<path d="m5 10-2 8" />
|
11
|
-
<path d="M12 10v3c0 .6-.4 1-1 1H8" />
|
12
12
|
<path d="m7 18 2-8" />
|
13
|
-
<path d="M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z" />
|
14
13
|
</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="equal-approximately" {...Astro.props}>
|
7
|
+
<path d="M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" />
|
8
|
+
<path d="M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" />
|
9
|
+
</Layout>
|
package/dist/HandPlatter.astro
CHANGED
@@ -5,9 +5,9 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="hand-platter" {...Astro.props}>
|
7
7
|
<path d="M12 3V2" />
|
8
|
-
<path d="
|
8
|
+
<path d="m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5" />
|
9
|
+
<path d="M2 14h12a2 2 0 0 1 0 4h-2" />
|
9
10
|
<path d="M4 10h16" />
|
10
|
-
<path d="
|
11
|
-
<path d="
|
12
|
-
<path d="M5 14v7H2" />
|
11
|
+
<path d="M5 10a7 7 0 0 1 14 0" />
|
12
|
+
<path d="M5 14v6a1 1 0 0 1-1 1H2" />
|
13
13
|
</Layout>
|
package/dist/HardHat.astro
CHANGED
@@ -4,8 +4,8 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="hard-hat" {...Astro.props}>
|
7
|
-
<path d="M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z" />
|
8
7
|
<path d="M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5" />
|
9
|
-
<path d="M4 15v-3a6 6 0 0 1 6-6" />
|
10
8
|
<path d="M14 6a6 6 0 0 1 6 6v3" />
|
9
|
+
<path d="M4 15v-3a6 6 0 0 1 6-6" />
|
10
|
+
<rect x="2" y="15" width="20" height="4" rx="1" />
|
11
11
|
</Layout>
|
package/dist/Heading4.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="heading-4" {...Astro.props}>
|
7
|
-
<path d="M4 12h8" />
|
8
|
-
<path d="M4 18V6" />
|
9
7
|
<path d="M12 18V6" />
|
10
|
-
<path d="M17
|
8
|
+
<path d="M17 10v3a1 1 0 0 0 1 1h3" />
|
11
9
|
<path d="M21 10v8" />
|
10
|
+
<path d="M4 12h8" />
|
11
|
+
<path d="M4 18V6" />
|
12
12
|
</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="laptop-minimal-check" {...Astro.props}>
|
7
|
+
<path d="M2 20h20" />
|
8
|
+
<path d="m9 10 2 2 4-4" />
|
9
|
+
<rect x="3" y="4" width="18" height="12" rx="2" />
|
10
|
+
</Layout>
|
package/dist/Puzzle.astro
CHANGED
@@ -4,5 +4,5 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="puzzle" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" />
|
8
8
|
</Layout>
|
package/dist/School.astro
CHANGED
@@ -5,9 +5,9 @@ export type { Props } from './index.d.ts'
|
|
5
5
|
|
6
6
|
<Layout iconName="school" {...Astro.props}>
|
7
7
|
<path d="M14 22v-4a2 2 0 1 0-4 0v4" />
|
8
|
-
<path d="m18 10
|
8
|
+
<path d="m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10" />
|
9
9
|
<path d="M18 5v17" />
|
10
|
-
<path d="m4 6
|
10
|
+
<path d="m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6" />
|
11
11
|
<path d="M6 5v17" />
|
12
12
|
<circle cx="12" cy="9" r="2" />
|
13
13
|
</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="toilet" {...Astro.props}>
|
7
|
+
<path d="M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18" />
|
8
|
+
<path d="M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8" />
|
9
|
+
</Layout>
|
package/dist/Vegan.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="vegan" {...Astro.props}>
|
7
|
+
<path d="M16 8q6 0 6-6-6 0-6 6" />
|
8
|
+
<path d="M17.41 3.59a10 10 0 1 0 3 3" />
|
7
9
|
<path d="M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14" />
|
8
|
-
<path d="M16 8c4 0 6-2 6-6-4 0-6 2-6 6" />
|
9
|
-
<path d="M17.41 3.6a10 10 0 1 0 3 3" />
|
10
10
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -462,6 +462,7 @@ export { default as ClockAlert } from './ClockAlert.astro'
|
|
462
462
|
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
463
463
|
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
464
464
|
export { default as Cloud } from './Cloud.astro'
|
465
|
+
export { default as CloudAlert } from './CloudAlert.astro'
|
465
466
|
export { default as CloudCog } from './CloudCog.astro'
|
466
467
|
export { default as CloudDownload } from './CloudDownload.astro'
|
467
468
|
export { default as CloudDrizzle } from './CloudDrizzle.astro'
|
@@ -598,6 +599,7 @@ export { default as EggOff } from './EggOff.astro'
|
|
598
599
|
export { default as Ellipsis } from './Ellipsis.astro'
|
599
600
|
export { default as EllipsisVertical } from './EllipsisVertical.astro'
|
600
601
|
export { default as Equal } from './Equal.astro'
|
602
|
+
export { default as EqualApproximately } from './EqualApproximately.astro'
|
601
603
|
export { default as EqualNot } from './EqualNot.astro'
|
602
604
|
export { default as EqualSquare } from './EqualSquare.astro'
|
603
605
|
export { default as Eraser } from './Eraser.astro'
|
@@ -909,6 +911,7 @@ export { default as Languages } from './Languages.astro'
|
|
909
911
|
export { default as Laptop } from './Laptop.astro'
|
910
912
|
export { default as Laptop2 } from './Laptop2.astro'
|
911
913
|
export { default as LaptopMinimal } from './LaptopMinimal.astro'
|
914
|
+
export { default as LaptopMinimalCheck } from './LaptopMinimalCheck.astro'
|
912
915
|
export { default as Lasso } from './Lasso.astro'
|
913
916
|
export { default as LassoSelect } from './LassoSelect.astro'
|
914
917
|
export { default as Laugh } from './Laugh.astro'
|
@@ -1588,6 +1591,7 @@ export { default as TimerOff } from './TimerOff.astro'
|
|
1588
1591
|
export { default as TimerReset } from './TimerReset.astro'
|
1589
1592
|
export { default as ToggleLeft } from './ToggleLeft.astro'
|
1590
1593
|
export { default as ToggleRight } from './ToggleRight.astro'
|
1594
|
+
export { default as Toilet } from './Toilet.astro'
|
1591
1595
|
export { default as Tornado } from './Tornado.astro'
|
1592
1596
|
export { default as Torus } from './Torus.astro'
|
1593
1597
|
export { default as Touchpad } from './Touchpad.astro'
|
package/dist/index.js
CHANGED
@@ -457,6 +457,7 @@ export { default as ClockAlert } from './ClockAlert.astro'
|
|
457
457
|
export { default as ClockArrowDown } from './ClockArrowDown.astro'
|
458
458
|
export { default as ClockArrowUp } from './ClockArrowUp.astro'
|
459
459
|
export { default as Cloud } from './Cloud.astro'
|
460
|
+
export { default as CloudAlert } from './CloudAlert.astro'
|
460
461
|
export { default as CloudCog } from './CloudCog.astro'
|
461
462
|
export { default as CloudDownload } from './CloudDownload.astro'
|
462
463
|
export { default as CloudDrizzle } from './CloudDrizzle.astro'
|
@@ -593,6 +594,7 @@ export { default as EggOff } from './EggOff.astro'
|
|
593
594
|
export { default as Ellipsis } from './Ellipsis.astro'
|
594
595
|
export { default as EllipsisVertical } from './EllipsisVertical.astro'
|
595
596
|
export { default as Equal } from './Equal.astro'
|
597
|
+
export { default as EqualApproximately } from './EqualApproximately.astro'
|
596
598
|
export { default as EqualNot } from './EqualNot.astro'
|
597
599
|
export { default as EqualSquare } from './EqualSquare.astro'
|
598
600
|
export { default as Eraser } from './Eraser.astro'
|
@@ -904,6 +906,7 @@ export { default as Languages } from './Languages.astro'
|
|
904
906
|
export { default as Laptop } from './Laptop.astro'
|
905
907
|
export { default as Laptop2 } from './Laptop2.astro'
|
906
908
|
export { default as LaptopMinimal } from './LaptopMinimal.astro'
|
909
|
+
export { default as LaptopMinimalCheck } from './LaptopMinimalCheck.astro'
|
907
910
|
export { default as Lasso } from './Lasso.astro'
|
908
911
|
export { default as LassoSelect } from './LassoSelect.astro'
|
909
912
|
export { default as Laugh } from './Laugh.astro'
|
@@ -1583,6 +1586,7 @@ export { default as TimerOff } from './TimerOff.astro'
|
|
1583
1586
|
export { default as TimerReset } from './TimerReset.astro'
|
1584
1587
|
export { default as ToggleLeft } from './ToggleLeft.astro'
|
1585
1588
|
export { default as ToggleRight } from './ToggleRight.astro'
|
1589
|
+
export { default as Toilet } from './Toilet.astro'
|
1586
1590
|
export { default as Tornado } from './Tornado.astro'
|
1587
1591
|
export { default as Torus } from './Torus.astro'
|
1588
1592
|
export { default as Touchpad } from './Touchpad.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.460.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.460.0",
|
30
30
|
"semver": "^7.5.4"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|