From c225bc738d2c7fc1408202d72f8a3de81c9fc2b7 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Thu, 22 Aug 2024 15:19:29 +0800 Subject: [PATCH] Added ghost, teacups and teapots --- public/icons.json | 7 +++++++ public/icons/ghost.svg | 6 ++++++ public/icons/teacup-chinese.svg | 5 +++++ public/icons/teacup-white-gold.svg | 7 +++++++ public/icons/teacup-yixing.svg | 5 +++++ public/icons/teapot-japanese.svg | 8 ++++++++ public/icons/teapot-white-gold.svg | 9 +++++++++ public/icons/teapot-yixing.svg | 7 +++++++ 8 files changed, 54 insertions(+) create mode 100644 public/icons/ghost.svg create mode 100644 public/icons/teacup-chinese.svg create mode 100644 public/icons/teacup-white-gold.svg create mode 100644 public/icons/teacup-yixing.svg create mode 100644 public/icons/teapot-japanese.svg create mode 100644 public/icons/teapot-white-gold.svg create mode 100644 public/icons/teapot-yixing.svg diff --git a/public/icons.json b/public/icons.json index 924ded6..c4756e6 100644 --- a/public/icons.json +++ b/public/icons.json @@ -106,6 +106,7 @@ "fries.svg": [ "fries", "french-fries", "fast-food", "snack", "red", "yellow" ], "game-controller.svg": [ "game-controller", "play-station", "x-box", "nintendo", "buttons", "ui-icon", "purple" ], "gear.svg": [ "gear", "settings", "preferences", "ui-icon", "black" ], + "ghost.svg": [ "ghost", "white", "halloween", "spooky", "festive" ], "gift.svg": [ "gift", "red", "christmas", "xmas", "birthday", "bday", "present", "festive" ], "gingerbread-man.svg": [ "gingerbread-man", "xmas", "christmas", "festive", "brown" ], "github.svg": [ "github", "logo", "black" ], @@ -242,6 +243,12 @@ "tang-yuan.svg": [ "tang-yuan", "food", "bowl", "glutinous-rice-balls", "winter-solstice", "chinese", "red" ], "tapir-baby.svg": [ "tapir-baby", "tapir", "baby", "animal", "full-body", "brown" ], "tapir.svg": [ "tapir", "animal", "full-body", "black-white" ], + "teacup-chinese.svg": [ "teacup-chinese", "beverage", "white" ], + "teacup-white-gold.svg": [ "teacup-white-gold", "beverage", "white" ], + "teacup-yixing.svg": [ "teacup-yixing", "beverage", "brown" ], + "teapot-japanese.svg": [ "teapot-japanese", "beverage", "white" ], + "teapot-white-gold.svg": [ "teapot-white-gold", "beverage", "white" ], + "teapot-yixing.svg": [ "teapot-yixing", "beverage", "brown" ], "tehtarik.svg": [ "tehtarik", "teh-tarik","drink", "beverage", "malaysia", "brown" ], "this-is-fine.svg": [ "this-is-fine", "meme", "dog", "yellow", "orange" ], "thumb-down.svg": [ "thumb-down", "thumb ", "ui-icon", "pink", "good", "upvote" ], diff --git a/public/icons/ghost.svg b/public/icons/ghost.svg new file mode 100644 index 0000000..9717e2e --- /dev/null +++ b/public/icons/ghost.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/teacup-chinese.svg b/public/icons/teacup-chinese.svg new file mode 100644 index 0000000..5eede03 --- /dev/null +++ b/public/icons/teacup-chinese.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/teacup-white-gold.svg b/public/icons/teacup-white-gold.svg new file mode 100644 index 0000000..e8926c0 --- /dev/null +++ b/public/icons/teacup-white-gold.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/teacup-yixing.svg b/public/icons/teacup-yixing.svg new file mode 100644 index 0000000..d15396f --- /dev/null +++ b/public/icons/teacup-yixing.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/teapot-japanese.svg b/public/icons/teapot-japanese.svg new file mode 100644 index 0000000..fc1bfac --- /dev/null +++ b/public/icons/teapot-japanese.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icons/teapot-white-gold.svg b/public/icons/teapot-white-gold.svg new file mode 100644 index 0000000..151de34 --- /dev/null +++ b/public/icons/teapot-white-gold.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/icons/teapot-yixing.svg b/public/icons/teapot-yixing.svg new file mode 100644 index 0000000..0aa838f --- /dev/null +++ b/public/icons/teapot-yixing.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file