lucide-astro 0.487.0 → 0.492.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/HeartMinus.astro +9 -0
- package/dist/HeartPlus.astro +10 -0
- package/dist/Layers2.astro +2 -2
- package/dist/LetterText.astro +1 -1
- package/dist/PiggyBank.astro +3 -3
- package/dist/Pipette.astro +3 -3
- package/dist/RotateCcwKey.astro +12 -0
- package/dist/Text.astro +3 -3
- package/dist/TextCursorInput.astro +4 -4
- package/dist/TextSelect.astro +11 -11
- package/dist/TextSelection.astro +11 -11
- package/dist/ToggleLeft.astro +2 -2
- package/dist/ToggleRight.astro +2 -2
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
import Layout from './.Layout.astro'
|
3
|
+
export type { Props } from './index.d.ts'
|
4
|
+
---
|
5
|
+
|
6
|
+
<Layout iconName="heart-minus" {...Astro.props}>
|
7
|
+
<path d="M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5" />
|
8
|
+
<path d="M15 15h6" />
|
9
|
+
</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="heart-plus" {...Astro.props}>
|
7
|
+
<path d="M13.5 19.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5A5.5 5.5 0 0 1 7.5 3c1.76 0 3 .5 4.5 2 1.5-1.5 2.74-2 4.5-2a5.5 5.5 0 0 1 5.402 6.5" />
|
8
|
+
<path d="M15 15h6" />
|
9
|
+
<path d="M18 12v6" />
|
10
|
+
</Layout>
|
package/dist/Layers2.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="layers-2" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
7
|
+
<path d="M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z" />
|
8
|
+
<path d="m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845" />
|
9
9
|
</Layout>
|
package/dist/LetterText.astro
CHANGED
package/dist/PiggyBank.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="piggy-bank" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z" />
|
8
|
+
<path d="M16 10h.01" />
|
9
|
+
<path d="M2 8v1a2 2 0 0 0 2 2h1" />
|
10
10
|
</Layout>
|
package/dist/Pipette.astro
CHANGED
@@ -4,7 +4,7 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="pipette" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="
|
9
|
-
<path d="
|
7
|
+
<path d="m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12" />
|
8
|
+
<path d="m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z" />
|
9
|
+
<path d="m2 22 .414-.414" />
|
10
10
|
</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="rotate-ccw-key" {...Astro.props}>
|
7
|
+
<path d="m14.5 9.5 1 1" />
|
8
|
+
<path d="m15.5 8.5-4 4" />
|
9
|
+
<path d="M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8" />
|
10
|
+
<path d="M3 3v5h5" />
|
11
|
+
<circle cx="10" cy="14" r="2" />
|
12
|
+
</Layout>
|
package/dist/Text.astro
CHANGED
@@ -4,9 +4,9 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="text-cursor-input" {...Astro.props}>
|
7
|
-
<path d="
|
8
|
-
<path d="M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5" />
|
9
|
-
<path d="M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" />
|
7
|
+
<path d="M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6" />
|
10
8
|
<path d="M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7" />
|
11
|
-
<path d="
|
9
|
+
<path d="M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" />
|
10
|
+
<path d="M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1" />
|
11
|
+
<path d="M9 6v12" />
|
12
12
|
</Layout>
|
package/dist/TextSelect.astro
CHANGED
@@ -4,19 +4,19 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="text-select" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M14 21h1" />
|
8
|
+
<path d="M14 3h1" />
|
8
9
|
<path d="M19 3a2 2 0 0 1 2 2" />
|
10
|
+
<path d="M21 14v1" />
|
9
11
|
<path d="M21 19a2 2 0 0 1-2 2" />
|
10
|
-
<path d="M5 21a2 2 0 0 1-2-2" />
|
11
|
-
<path d="M9 3h1" />
|
12
|
-
<path d="M9 21h1" />
|
13
|
-
<path d="M14 3h1" />
|
14
|
-
<path d="M14 21h1" />
|
15
|
-
<path d="M3 9v1" />
|
16
12
|
<path d="M21 9v1" />
|
17
13
|
<path d="M3 14v1" />
|
18
|
-
<path d="
|
19
|
-
<
|
20
|
-
<
|
21
|
-
<
|
14
|
+
<path d="M3 9v1" />
|
15
|
+
<path d="M5 21a2 2 0 0 1-2-2" />
|
16
|
+
<path d="M5 3a2 2 0 0 0-2 2" />
|
17
|
+
<path d="M7 12h10" />
|
18
|
+
<path d="M7 16h6" />
|
19
|
+
<path d="M7 8h8" />
|
20
|
+
<path d="M9 21h1" />
|
21
|
+
<path d="M9 3h1" />
|
22
22
|
</Layout>
|
package/dist/TextSelection.astro
CHANGED
@@ -4,19 +4,19 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="text-select" {...Astro.props}>
|
7
|
-
<path d="
|
7
|
+
<path d="M14 21h1" />
|
8
|
+
<path d="M14 3h1" />
|
8
9
|
<path d="M19 3a2 2 0 0 1 2 2" />
|
10
|
+
<path d="M21 14v1" />
|
9
11
|
<path d="M21 19a2 2 0 0 1-2 2" />
|
10
|
-
<path d="M5 21a2 2 0 0 1-2-2" />
|
11
|
-
<path d="M9 3h1" />
|
12
|
-
<path d="M9 21h1" />
|
13
|
-
<path d="M14 3h1" />
|
14
|
-
<path d="M14 21h1" />
|
15
|
-
<path d="M3 9v1" />
|
16
12
|
<path d="M21 9v1" />
|
17
13
|
<path d="M3 14v1" />
|
18
|
-
<path d="
|
19
|
-
<
|
20
|
-
<
|
21
|
-
<
|
14
|
+
<path d="M3 9v1" />
|
15
|
+
<path d="M5 21a2 2 0 0 1-2-2" />
|
16
|
+
<path d="M5 3a2 2 0 0 0-2 2" />
|
17
|
+
<path d="M7 12h10" />
|
18
|
+
<path d="M7 16h6" />
|
19
|
+
<path d="M7 8h8" />
|
20
|
+
<path d="M9 21h1" />
|
21
|
+
<path d="M9 3h1" />
|
22
22
|
</Layout>
|
package/dist/ToggleLeft.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="toggle-left" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<circle cx="9" cy="12" r="3" />
|
8
|
+
<rect width="20" height="14" x="2" y="5" rx="7" />
|
9
9
|
</Layout>
|
package/dist/ToggleRight.astro
CHANGED
@@ -4,6 +4,6 @@ export type { Props } from './index.d.ts'
|
|
4
4
|
---
|
5
5
|
|
6
6
|
<Layout iconName="toggle-right" {...Astro.props}>
|
7
|
-
<
|
8
|
-
<
|
7
|
+
<circle cx="15" cy="12" r="3" />
|
8
|
+
<rect width="20" height="14" x="2" y="5" rx="7" />
|
9
9
|
</Layout>
|
package/dist/index.d.ts
CHANGED
@@ -857,7 +857,9 @@ export { default as Headset } from './Headset.astro'
|
|
857
857
|
export { default as Heart } from './Heart.astro'
|
858
858
|
export { default as HeartCrack } from './HeartCrack.astro'
|
859
859
|
export { default as HeartHandshake } from './HeartHandshake.astro'
|
860
|
+
export { default as HeartMinus } from './HeartMinus.astro'
|
860
861
|
export { default as HeartOff } from './HeartOff.astro'
|
862
|
+
export { default as HeartPlus } from './HeartPlus.astro'
|
861
863
|
export { default as HeartPulse } from './HeartPulse.astro'
|
862
864
|
export { default as Heater } from './Heater.astro'
|
863
865
|
export { default as HelpCircle } from './HelpCircle.astro'
|
@@ -1322,6 +1324,7 @@ export { default as RollerCoaster } from './RollerCoaster.astro'
|
|
1322
1324
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1323
1325
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1324
1326
|
export { default as RotateCcw } from './RotateCcw.astro'
|
1327
|
+
export { default as RotateCcwKey } from './RotateCcwKey.astro'
|
1325
1328
|
export { default as RotateCcwSquare } from './RotateCcwSquare.astro'
|
1326
1329
|
export { default as RotateCw } from './RotateCw.astro'
|
1327
1330
|
export { default as RotateCwSquare } from './RotateCwSquare.astro'
|
package/dist/index.js
CHANGED
@@ -852,7 +852,9 @@ export { default as Headset } from './Headset.astro'
|
|
852
852
|
export { default as Heart } from './Heart.astro'
|
853
853
|
export { default as HeartCrack } from './HeartCrack.astro'
|
854
854
|
export { default as HeartHandshake } from './HeartHandshake.astro'
|
855
|
+
export { default as HeartMinus } from './HeartMinus.astro'
|
855
856
|
export { default as HeartOff } from './HeartOff.astro'
|
857
|
+
export { default as HeartPlus } from './HeartPlus.astro'
|
856
858
|
export { default as HeartPulse } from './HeartPulse.astro'
|
857
859
|
export { default as Heater } from './Heater.astro'
|
858
860
|
export { default as HelpCircle } from './HelpCircle.astro'
|
@@ -1317,6 +1319,7 @@ export { default as RollerCoaster } from './RollerCoaster.astro'
|
|
1317
1319
|
export { default as Rotate3D } from './Rotate3D.astro'
|
1318
1320
|
export { default as Rotate3d } from './Rotate3d.astro'
|
1319
1321
|
export { default as RotateCcw } from './RotateCcw.astro'
|
1322
|
+
export { default as RotateCcwKey } from './RotateCcwKey.astro'
|
1320
1323
|
export { default as RotateCcwSquare } from './RotateCcwSquare.astro'
|
1321
1324
|
export { default as RotateCw } from './RotateCw.astro'
|
1322
1325
|
export { default as RotateCwSquare } from './RotateCwSquare.astro'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lucide-astro",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.492.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.492.0",
|
38
38
|
"semver": "^7.5.4"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|