Skip to content

Commit

Permalink
Add card glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed May 18, 2024
1 parent a01283b commit 977129e
Show file tree
Hide file tree
Showing 8 changed files with 966 additions and 3 deletions.
54 changes: 54 additions & 0 deletions glyphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2888,6 +2888,15 @@
"code-name": "icon-smile",
"tags": []
},
{
"code": "U+2660",
"category": "icon",
"name": "full spade",
"code-name": "icon-full-spade",
"tags": [],
"character": "",
"codepoint": 9824
},
{
"code": "U+2661",
"category": "icon",
Expand All @@ -2897,6 +2906,33 @@
"code-name": "icon-empty-heart",
"tags": []
},
{
"code": "U+2662",
"category": "icon",
"name": "empty diamond",
"code-name": "icon-empty-diamond",
"tags": [],
"character": "",
"codepoint": 9826
},
{
"code": "U+2663",
"category": "icon",
"name": "full club",
"code-name": "icon-full-club",
"tags": [],
"character": "",
"codepoint": 9827
},
{
"code": "U+2664",
"category": "icon",
"name": "empty spade",
"code-name": "icon-empty-spade",
"tags": [],
"character": "",
"codepoint": 9828
},
{
"code": "U+2665",
"category": "icon",
Expand All @@ -2906,6 +2942,24 @@
"code-name": "icon-full-heart",
"tags": []
},
{
"code": "U+2666",
"category": "icon",
"name": "full diamond",
"code-name": "icon-full-diamond",
"tags": [],
"character": "",
"codepoint": 9830
},
{
"code": "U+2667",
"category": "icon",
"name": "empty club",
"code-name": "icon-empty-club",
"tags": [],
"character": "",
"codepoint": 9831
},
{
"code": "U+2673",
"category": "icon",
Expand Down
97 changes: 97 additions & 0 deletions glyphs/icons/icon-club-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions glyphs/icons/icon-club-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions glyphs/icons/icon-diamond-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 977129e

Please sign in to comment.