lucide-astro 0.552.0 → 0.553.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/ChessBishop.astro +11 -0
- package/dist/ChessKing.astro +11 -0
- package/dist/ChessKnight.astro +12 -0
- package/dist/ChessPawn.astro +12 -0
- package/dist/ChessQueen.astro +15 -0
- package/dist/ChessRook.astro +14 -0
- package/dist/MousePointer2Off.astro +10 -0
- package/dist/RulerDimensionLine.astro +8 -7
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/package.json +2 -2
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="chess-bishop" {...Astro.props}>
|
|
7
|
+
<path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
8
|
+
<path d="M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18" />
|
|
9
|
+
<path d="m16 7-2.5 2.5" />
|
|
10
|
+
<path d="M9 2h6" />
|
|
11
|
+
</Layout>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="chess-king" {...Astro.props}>
|
|
7
|
+
<path d="M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" />
|
|
8
|
+
<path d="m6.7 18-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1" />
|
|
9
|
+
<path d="M10 4h4" />
|
|
10
|
+
<path d="M12 2v6.818" />
|
|
11
|
+
</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="chess-knight" {...Astro.props}>
|
|
7
|
+
<path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
8
|
+
<path d="M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456" />
|
|
9
|
+
<path d="m15 5 1.425-1.425" />
|
|
10
|
+
<path d="m17 8 1.53-1.53" />
|
|
11
|
+
<path d="M9.713 12.185 7 18" />
|
|
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 iconName="chess-pawn" {...Astro.props}>
|
|
7
|
+
<path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
8
|
+
<path d="m14.5 10 1.5 8" />
|
|
9
|
+
<path d="M7 10h10" />
|
|
10
|
+
<path d="m8 18 1.5-8" />
|
|
11
|
+
<circle cx="12" cy="6" r="4" />
|
|
12
|
+
</Layout>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="chess-queen" {...Astro.props}>
|
|
7
|
+
<path d="M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" />
|
|
8
|
+
<path d="m12.474 5.943 1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402" />
|
|
9
|
+
<path d="m20 9-3 9" />
|
|
10
|
+
<path d="m5.594 8.209 2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34" />
|
|
11
|
+
<path d="M7 18 4 9" />
|
|
12
|
+
<circle cx="12" cy="4" r="2" />
|
|
13
|
+
<circle cx="20" cy="7" r="2" />
|
|
14
|
+
<circle cx="4" cy="7" r="2" />
|
|
15
|
+
</Layout>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Layout from './.Layout.astro'
|
|
3
|
+
export type { Props } from './index.d.ts'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<Layout iconName="chess-rook" {...Astro.props}>
|
|
7
|
+
<path d="M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" />
|
|
8
|
+
<path d="M10 2v2" />
|
|
9
|
+
<path d="M14 2v2" />
|
|
10
|
+
<path d="m17 18-1-9" />
|
|
11
|
+
<path d="M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2" />
|
|
12
|
+
<path d="M6 4h12" />
|
|
13
|
+
<path d="m7 18 1-9" />
|
|
14
|
+
</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="mouse-pointer-2-off" {...Astro.props}>
|
|
7
|
+
<path d="m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551" />
|
|
8
|
+
<path d="M22 2 2 22" />
|
|
9
|
+
<path d="m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779" />
|
|
10
|
+
</Layout>
|
|
@@ -4,11 +4,12 @@ export type { Props } from './index.d.ts'
|
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
<Layout iconName="ruler-dimension-line" {...Astro.props}>
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
<path d="
|
|
10
|
-
<path d="
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
13
|
-
<
|
|
7
|
+
<path d="M10 15v-3" />
|
|
8
|
+
<path d="M14 15v-3" />
|
|
9
|
+
<path d="M18 15v-3" />
|
|
10
|
+
<path d="M2 8V4" />
|
|
11
|
+
<path d="M22 6H2" />
|
|
12
|
+
<path d="M22 8V4" />
|
|
13
|
+
<path d="M6 15v-3" />
|
|
14
|
+
<rect x="2" y="12" width="20" height="8" rx="2" />
|
|
14
15
|
</Layout>
|
package/dist/index.d.ts
CHANGED
|
@@ -377,6 +377,12 @@ export { default as CheckSquare } from './CheckSquare.astro'
|
|
|
377
377
|
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
|
378
378
|
export { default as ChefHat } from './ChefHat.astro'
|
|
379
379
|
export { default as Cherry } from './Cherry.astro'
|
|
380
|
+
export { default as ChessBishop } from './ChessBishop.astro'
|
|
381
|
+
export { default as ChessKing } from './ChessKing.astro'
|
|
382
|
+
export { default as ChessKnight } from './ChessKnight.astro'
|
|
383
|
+
export { default as ChessPawn } from './ChessPawn.astro'
|
|
384
|
+
export { default as ChessQueen } from './ChessQueen.astro'
|
|
385
|
+
export { default as ChessRook } from './ChessRook.astro'
|
|
380
386
|
export { default as ChevronDown } from './ChevronDown.astro'
|
|
381
387
|
export { default as ChevronDownCircle } from './ChevronDownCircle.astro'
|
|
382
388
|
export { default as ChevronDownSquare } from './ChevronDownSquare.astro'
|
|
@@ -1167,6 +1173,7 @@ export { default as Mouse } from './Mouse.astro'
|
|
|
1167
1173
|
export { default as MouseOff } from './MouseOff.astro'
|
|
1168
1174
|
export { default as MousePointer } from './MousePointer.astro'
|
|
1169
1175
|
export { default as MousePointer2 } from './MousePointer2.astro'
|
|
1176
|
+
export { default as MousePointer2Off } from './MousePointer2Off.astro'
|
|
1170
1177
|
export { default as MousePointerBan } from './MousePointerBan.astro'
|
|
1171
1178
|
export { default as MousePointerClick } from './MousePointerClick.astro'
|
|
1172
1179
|
export { default as MousePointerSquareDashed } from './MousePointerSquareDashed.astro'
|
package/dist/index.js
CHANGED
|
@@ -372,6 +372,12 @@ export { default as CheckSquare } from './CheckSquare.astro'
|
|
|
372
372
|
export { default as CheckSquare2 } from './CheckSquare2.astro'
|
|
373
373
|
export { default as ChefHat } from './ChefHat.astro'
|
|
374
374
|
export { default as Cherry } from './Cherry.astro'
|
|
375
|
+
export { default as ChessBishop } from './ChessBishop.astro'
|
|
376
|
+
export { default as ChessKing } from './ChessKing.astro'
|
|
377
|
+
export { default as ChessKnight } from './ChessKnight.astro'
|
|
378
|
+
export { default as ChessPawn } from './ChessPawn.astro'
|
|
379
|
+
export { default as ChessQueen } from './ChessQueen.astro'
|
|
380
|
+
export { default as ChessRook } from './ChessRook.astro'
|
|
375
381
|
export { default as ChevronDown } from './ChevronDown.astro'
|
|
376
382
|
export { default as ChevronDownCircle } from './ChevronDownCircle.astro'
|
|
377
383
|
export { default as ChevronDownSquare } from './ChevronDownSquare.astro'
|
|
@@ -1162,6 +1168,7 @@ export { default as Mouse } from './Mouse.astro'
|
|
|
1162
1168
|
export { default as MouseOff } from './MouseOff.astro'
|
|
1163
1169
|
export { default as MousePointer } from './MousePointer.astro'
|
|
1164
1170
|
export { default as MousePointer2 } from './MousePointer2.astro'
|
|
1171
|
+
export { default as MousePointer2Off } from './MousePointer2Off.astro'
|
|
1165
1172
|
export { default as MousePointerBan } from './MousePointerBan.astro'
|
|
1166
1173
|
export { default as MousePointerClick } from './MousePointerClick.astro'
|
|
1167
1174
|
export { default as MousePointerSquareDashed } from './MousePointerSquareDashed.astro'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lucide-astro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.553.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.553.0",
|
|
38
38
|
"semver": "^7.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|