From cf05bd766fb949f6f88f1532cae968c5ad68c583 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Tue, 30 May 2023 20:56:17 +0100 Subject: [PATCH] Add missing playing cards suit icons (#1018) * Add `spade` (missing playing card suit) icon * Add `club` (missing playing card suit) icon * Improve `heart` and `diamond` metadata * Update spade.svg * Optimize club.svg --------- Co-authored-by: Karsa --- icons/club.json | 13 +++++++++++++ icons/club.svg | 14 ++++++++++++++ icons/diamond.json | 8 ++++++-- icons/heart.json | 8 ++++++-- icons/spade.json | 13 +++++++++++++ icons/spade.svg | 14 ++++++++++++++ 6 files changed, 66 insertions(+), 4 deletions(-) create mode 100644 icons/club.json create mode 100644 icons/club.svg create mode 100644 icons/spade.json create mode 100644 icons/spade.svg diff --git a/icons/club.json b/icons/club.json new file mode 100644 index 000000000..2a03439f3 --- /dev/null +++ b/icons/club.json @@ -0,0 +1,13 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "shape", + "suit", + "playing", + "cards" + ], + "categories": [ + "shapes", + "gaming" + ] +} diff --git a/icons/club.svg b/icons/club.svg new file mode 100644 index 000000000..e041e3aba --- /dev/null +++ b/icons/club.svg @@ -0,0 +1,14 @@ + + + + diff --git a/icons/diamond.json b/icons/diamond.json index 664412b64..e5eadb98c 100644 --- a/icons/diamond.json +++ b/icons/diamond.json @@ -5,9 +5,13 @@ "rectangle", "oblique", "rhombus", - "shape" + "shape", + "suit", + "playing", + "cards" ], "categories": [ - "shapes" + "shapes", + "gaming" ] } \ No newline at end of file diff --git a/icons/heart.json b/icons/heart.json index 6946c367f..b12c2fe15 100644 --- a/icons/heart.json +++ b/icons/heart.json @@ -3,13 +3,17 @@ "tags": [ "like", "love", - "emotion" + "emotion", + "suit", + "playing", + "cards" ], "categories": [ "medical", "social", "multimedia", "emoji", - "gaming" + "gaming", + "shapes" ] } \ No newline at end of file diff --git a/icons/spade.json b/icons/spade.json new file mode 100644 index 000000000..2a03439f3 --- /dev/null +++ b/icons/spade.json @@ -0,0 +1,13 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "shape", + "suit", + "playing", + "cards" + ], + "categories": [ + "shapes", + "gaming" + ] +} diff --git a/icons/spade.svg b/icons/spade.svg new file mode 100644 index 000000000..70863d4c4 --- /dev/null +++ b/icons/spade.svg @@ -0,0 +1,14 @@ + + + +