From 40b77265380fecb8fbf4ea4d0c05e00def3a0ea5 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Thu, 2 May 2024 12:48:08 +0800 Subject: [PATCH] Added new icons --- public/icons.json | 14 +++++++++----- public/icons/box.svg | 6 ++++++ public/icons/electric-guitar.svg | 9 ++++----- public/icons/github-big.svg | 7 +++++++ public/icons/github.svg | 11 ++++++----- public/icons/maneki-neko.svg | 14 ++++++++++++++ public/icons/tiger-walk.svg | 23 +++++++++++++++++++++++ public/icons/tiger.svg | 21 ++++++++++++++------- 8 files changed, 83 insertions(+), 22 deletions(-) create mode 100644 public/icons/box.svg create mode 100644 public/icons/github-big.svg create mode 100644 public/icons/maneki-neko.svg create mode 100644 public/icons/tiger-walk.svg diff --git a/public/icons.json b/public/icons.json index 486bb85..30e3e86 100644 --- a/public/icons.json +++ b/public/icons.json @@ -27,6 +27,7 @@ "bluetooth.svg": [ "bluetooth", "ui-icon", "blue" ], "book.svg": [ "book", "red" ], "bookmark.svg": [ "bookmark", "ui-icon", "red" ], + "box.svg": [ "box", "shipping", "delivery", "parcel", "brown" ], "bubble-tea.svg": [ "bubble-tea", "drink", "beverage", "food", "taiwan", "brown" ], "bulbasaur.svg": [ "bulbasaur", "pokemon", "green", "blue" ], "burger-menu.svg": [ "burger-menu", "ui-icon", "orange" ], @@ -73,7 +74,7 @@ "dog.svg": [ "dog", "full-body", "animal", "brown" ], "dog-beagle.svg": [ "dog-beagle", "dog", "face", "animal", "brown" ], "dog-shiba.svg": [ "dog-shiba", "dog", "face", "animal", "orange" ], - "dollar.svg": [ "dollar", "ui-icon", "yellow" ], + "dollar.svg": [ "dollar", "ui-icon", "money", "yellow" ], "duck.svg": [ "duck", "dove", "bird", "full-body", "animal", "white" ], "durian.svg": [ "durian", "fruit", "food", "green" ], "earth.svg": [ "earth", "globe", "global", "world", "ui-icon", "blue" ], @@ -97,6 +98,7 @@ "gift.svg": [ "gift", "red", "christmas", "xmas", "birthday", "bday", "present", "festive" ], "gingerbread-man.svg": [ "gingerbread-man", "xmas", "christmas", "festive", "brown" ], "github.svg": [ "github", "logo", "black" ], + "github-big.svg": [ "github-big", "github", "logo", "black" ], "gua-bao.svg": [ "gua-bao", "guabao", "bao", "food", "taiwan", "white", "brown" ], "guitar.svg": [ "guitar", "musical-instrument", "brown" ], "headphones.svg": [ "headphones", "ui-icon", "black", "grey-gray" ], @@ -124,6 +126,7 @@ "mail-open.svg": [ "mail-open", "email", "e-mail", "envelope", "ui-icon", "brown", "blue" ], "mailbox.svg": [ "mailbox", "inbox", "mail-box", "email", "e-mail", "envelope", "ui-icon", "red" ], "mallard.svg": [ "mallard", "duck", "pigeon", "bird", "full-body", "animal", "green" ], + "maneki-neko.svg": [ "maneki-neko", "cat", "money", "fortune", "japan", "white" ], "mango.svg": [ "mango", "fruit", "food", "yellow" ], "mario.svg": [ "mario", "game", "super mario", "nintendo", "red" ], "mario-jump.svg": [ "mario-jump", "game", "super mario", "nintendo", "red" ], @@ -187,9 +190,9 @@ "ship.svg": [ "ship", "shipping", "delivery", "transportation", "green" ], "shop.svg": [ "shop", "business", "house", "building", "ui-icon", "grey-gray" ], "shortcake.svg": [ "shortcake", "short-cake", "cake", "strawberry", "food", "dessert", "candles", "orange" ], - "siumai1.svg": [ "siumai", "dimsum", "food", "hong-kong", "orange" ], - "siumai2.svg": [ "siumai", "dimsum", "food", "hong-kong", "orange" ], - "siumai3.svg": [ "siumai", "dimsum", "food", "hong-kong", "orange" ], + "siumai1.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ], + "siumai2.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ], + "siumai3.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ], "snow.svg": [ "snow", "snowing", "ui-icon", "cloud", "weather", "xmas", "christmas", "festive", "white" ], "snowman.svg": [ "snowman", "xmas", "christmas", "festive", "white" ], "sound-high.svg": [ "sound-high", "sound", "ui-icon", "yellow" ], @@ -217,7 +220,8 @@ "this-is-fine.svg": [ "this-is-fine", "meme", "dog", "yellow", "orange" ], "thumb-down.svg": [ "thumb-down", "thumb ", "ui-icon", "pink", "good", "upvote" ], "thumb-up.svg": [ "thumb-up", "thumb ", "ui-icon", "blue", "bad", "downvote" ], - "tiger.svg": [ "tiger", "animal", "face", "orange", "yellow" ], + "tiger.svg": [ "tiger", "animal", "face", "orange" ], + "tiger-walk.svg": [ "tiger", "animal", "full-body", "orange" ], "tiktok.svg": [ "tiktok", "logo", "douyin", "cyan", "magenta" ], "truck.svg": [ "truck", "vehicle", "shipping", "delivery", "transportation", "blue" ], "truck-fast.svg": [ "truck-fast", "truck", "fast", "vehicle", "shipping", "delivery", "transportation", "blue" ], diff --git a/public/icons/box.svg b/public/icons/box.svg new file mode 100644 index 0000000..32b1a69 --- /dev/null +++ b/public/icons/box.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/electric-guitar.svg b/public/icons/electric-guitar.svg index b30e54e..ab921a1 100644 --- a/public/icons/electric-guitar.svg +++ b/public/icons/electric-guitar.svg @@ -1,10 +1,9 @@ - - - + + - - + + \ No newline at end of file diff --git a/public/icons/github-big.svg b/public/icons/github-big.svg new file mode 100644 index 0000000..26f37fb --- /dev/null +++ b/public/icons/github-big.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/github.svg b/public/icons/github.svg index 26f37fb..97a9032 100644 --- a/public/icons/github.svg +++ b/public/icons/github.svg @@ -1,7 +1,8 @@ - - - - - + + + + + + \ No newline at end of file diff --git a/public/icons/maneki-neko.svg b/public/icons/maneki-neko.svg new file mode 100644 index 0000000..68eb069 --- /dev/null +++ b/public/icons/maneki-neko.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/tiger-walk.svg b/public/icons/tiger-walk.svg new file mode 100644 index 0000000..73d9330 --- /dev/null +++ b/public/icons/tiger-walk.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/tiger.svg b/public/icons/tiger.svg index 0005c18..e2256c8 100644 --- a/public/icons/tiger.svg +++ b/public/icons/tiger.svg @@ -1,9 +1,16 @@ - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file