Skip to content

Commit a94044c

Browse files
karsa-mistmereKarsaericfennisjguddas
authored
feat(icons): added chess pieces (#1945)
* fix(icons): add more Lucide-ish rounding to sparkle icons * chore(icons): sharpen points ever so slightly for better visual weight * chore(icons): update sparkles & moon-star icon as per Discord * feat(icons): added chess icons * chore(icons): revert commits from #1937 * chore(icons): revert commits from #1937 * Update icons/chess-rook.svg * Update icons/chess-rook.svg * Update icons/chess-rook.json * fix(icons/chess): finetune queen & adjust bases for better scalability * fix(icons/chess): decrease rook base width * fix(icons/chess): decrease knight base width * fix(icons/chess): fix linting issue with chess-rook.json --------- Co-authored-by: Karsa <[email protected]> Co-authored-by: Eric Fennis <[email protected]> Co-authored-by: Jakob Guddas <[email protected]>
1 parent 2c46ea9 commit a94044c

12 files changed

+201
-0
lines changed

icons/chess-bishop.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere"
5+
],
6+
"tags": [
7+
"mitre",
8+
"miter",
9+
"piece",
10+
"board game",
11+
"religion"
12+
],
13+
"categories": [
14+
"gaming",
15+
"emoji"
16+
]
17+
}

icons/chess-bishop.svg

Lines changed: 16 additions & 0 deletions
Loading

icons/chess-king.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere"
5+
],
6+
"tags": [
7+
"ruler",
8+
"crown",
9+
"piece",
10+
"board game",
11+
"stalemate"
12+
],
13+
"categories": [
14+
"gaming",
15+
"emoji"
16+
]
17+
}

icons/chess-king.svg

Lines changed: 16 additions & 0 deletions
Loading

icons/chess-knight.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere"
5+
],
6+
"tags": [
7+
"piece",
8+
"horse",
9+
"board game"
10+
],
11+
"categories": [
12+
"gaming",
13+
"emoji"
14+
]
15+
}

icons/chess-knight.svg

Lines changed: 17 additions & 0 deletions
Loading

icons/chess-pawn.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere"
5+
],
6+
"tags": [
7+
"piece",
8+
"board game"
9+
],
10+
"categories": [
11+
"gaming",
12+
"emoji"
13+
]
14+
}

icons/chess-pawn.svg

Lines changed: 17 additions & 0 deletions
Loading

icons/chess-queen.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "../icon.schema.json",
3+
"contributors": [
4+
"karsa-mistmere"
5+
],
6+
"tags": [
7+
"ruler",
8+
"crown",
9+
"piece",
10+
"board game",
11+
"stalemate"
12+
],
13+
"categories": [
14+
"gaming",
15+
"emoji"
16+
]
17+
}

icons/chess-queen.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)