From f9a04c044cca420a1b34b1791ab3ee6a0833d2e3 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Tue, 23 Apr 2024 04:38:01 +0800 Subject: [PATCH] Added new icons --- public/icons/mario-jump.svg | 17 +++++++++++++++++ public/icons/mario.svg | 16 ++++++++++++++++ public/icons/sakura-tree.svg | 4 ++++ public/icons/sakura.svg | 8 ++++++++ public/icons/truck-fast.svg | 8 ++++++++ public/icons/truck.svg | 8 ++++++++ src/icons.json | 8 +++++++- 7 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 public/icons/mario-jump.svg create mode 100644 public/icons/mario.svg create mode 100644 public/icons/sakura-tree.svg create mode 100644 public/icons/sakura.svg create mode 100644 public/icons/truck-fast.svg create mode 100644 public/icons/truck.svg diff --git a/public/icons/mario-jump.svg b/public/icons/mario-jump.svg new file mode 100644 index 0000000..21fdd66 --- /dev/null +++ b/public/icons/mario-jump.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/mario.svg b/public/icons/mario.svg new file mode 100644 index 0000000..829142c --- /dev/null +++ b/public/icons/mario.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/sakura-tree.svg b/public/icons/sakura-tree.svg new file mode 100644 index 0000000..b06a622 --- /dev/null +++ b/public/icons/sakura-tree.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/icons/sakura.svg b/public/icons/sakura.svg new file mode 100644 index 0000000..c13c3c8 --- /dev/null +++ b/public/icons/sakura.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icons/truck-fast.svg b/public/icons/truck-fast.svg new file mode 100644 index 0000000..bb209d4 --- /dev/null +++ b/public/icons/truck-fast.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icons/truck.svg b/public/icons/truck.svg new file mode 100644 index 0000000..ac0f985 --- /dev/null +++ b/public/icons/truck.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index 40cebc0..bc5a550 100644 --- a/src/icons.json +++ b/src/icons.json @@ -117,6 +117,8 @@ "mailbox.svg": [ "mailbox", "inbox", "mail-box", "email", "e-mail", "envelope", "ui-icon", "red" ], "mallard.svg": [ "mallard", "duck", "pigeon", "bird", "full-body", "animal", "green" ], "mango.svg": [ "mango", "fruit", "food", "yellow" ], + "mario.svg": [ "mario", "game", "super mario", "nintendo", "red" ], + "mario-jump.svg": [ "mario-jump", "game", "super mario", "nintendo", "red" ], "meowth.svg": [ "meowth", "pokemon", "cat", "yellow" ], "message.svg": [ "message", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ], "message-typing.svg": [ "message-typing", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ], @@ -156,12 +158,14 @@ "reddit.svg": [ "reddit", "logo", "red" ], "ribbon.svg": [ "ribbon", "red" ], "rickroll.svg": [ "rickroll", "rickrolling", "rick-rolling", "never-gonna", "give-you-up", "let-you-down", "run-around-desert-you", "meme", "black" ], - "rose.svg": [ "rose", "flose", "petals", "plant", "leaves", "leaf", "red", "green" ], + "rose.svg": [ "rose", "flower", "petals", "plant", "leaves", "leaf", "red", "green" ], "rubber-duck.svg": [ "rubber-duck", "toy", "animal", "yellow" ], "rudolph.svg": [ "rudolph", "the-red-nosed-reindeer", "animal", "full-body", "xmas", "christmas", "festive", "brown" ], "sacabambaspis.svg": [ "sacabambaspis", "animal", "meme", "fish", "grey-gray" ], "sad-pepe.svg": [ "sad-pepe", "meme", "frog", "green" ], "safari.svg": [ "safari", "browser", "logo", "blue" ], + "sakura.svg": [ "sakura", "flower", "plant", "petals", "pink" ], + "sakura-tree.svg": [ "sakura-tree", "plant", "pink" ], "santa-face.svg": [ "santa-face", "xmas", "christmas", "festive", "red", "human" ], "santa.svg": [ "santa-full", "xmas", "christmas", "festive", "red", "human" ], "save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ], @@ -195,6 +199,8 @@ "this-is-fine.svg": [ "this-is-fine", "meme", "dog", "yellow", "orange" ], "thumb-down.svg": [ "thumb-down", "ui-icon", "pink", "good", "upvote" ], "thumb-up.svg": [ "thumb-up", "ui-icon", "blue", "bad", "downvote" ], + "truck.svg": [ "truck", "vehicle", "shipping", "delivery", "transportation", "blue" ], + "truck-fast.svg": [ "truck", "vehicle", "shipping", "delivery", "transportation", "blue" ], "twitter-detailed.svg": [ "twitter-detailed", "logo", "bird", "blue" ], "twitter.svg": [ "twitter", "logo", "bird", "blue" ], "unicorn.svg": [ "unicorn", "horse", "animal", "full-body", "rainbow", "white", "colorful-colourful" ],