From 37c1d688164652a38a1817f204dd235929f4e1a0 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Thu, 2 May 2024 14:04:18 +0800 Subject: [PATCH] Added new icons --- public/icons.json | 4 ++++ public/icons/lu-rou-fan.svg | 13 +++++++++++++ public/icons/microphone.svg | 7 +++++++ public/icons/music.svg | 3 +++ public/icons/rice.svg | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 public/icons/lu-rou-fan.svg create mode 100644 public/icons/microphone.svg create mode 100644 public/icons/music.svg create mode 100644 public/icons/rice.svg diff --git a/public/icons.json b/public/icons.json index 30e3e86..367e8a7 100644 --- a/public/icons.json +++ b/public/icons.json @@ -120,6 +120,7 @@ "light-bulb-on.svg": [ "light-bulb-on", "ui-icon", "yellow", "dark" ], "lion.svg": [ "lion", "animal", "full-body", "orange" ], "lock.svg": [ "lock", "ui-icon", "yellow", "orange" ], + "lu-rou-fan.svg": [ "lu-rou-fan", "food", "rice", "bowl", "taiwan", "brown" ], "luggage.svg": [ "luggage", "bag", "travel", "pink" ], "magnifier.svg": [ "magnifier", "zoom", "ui-icon", "brown", "white", "search" ], "mail.svg": [ "mail", "email", "e-mail", "envelope", "ui-icon", "brown" ], @@ -134,6 +135,7 @@ "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" ], "messages.svg": [ "messages", "conversations", "chat-bubbles", "private-messages", "direct-messages", "pm", "dm", "ui-icon", "blue" ], + "microphone.svg": [ "microphone", "ui-icon", "music", "black" ], "microsoft-edge.svg": [ "microsoft-edge", "browser", "logo", "blue" ], "mistletoe.svg": [ "mistletoe", "xmas", "christmas", "festive", "red", "green" ], "monkey.svg": [ "monkey", "animal", "full-body", "brown" ], @@ -141,6 +143,7 @@ "monkey-walk.svg": [ "monkey-walk", "monkey", "animal", "full-body", "brown" ], "moon.svg": [ "moon", "ui-icon", "yellow", "dark" ], "mount-fuji.svg": [ "mount-fuji", "mountain", "hills", "japan", "snow", "travel", "blue" ], + "music.svg": [ "music", "ui-icon", "quaver", "eight-note", "black" ], "nasilemak.svg": [ "nasilemak", "food", "malaysia", "green" ], "noodles.svg": [ "noodles", "food", "yellow" ], "nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ], @@ -173,6 +176,7 @@ "reddit-detailed.svg": [ "reddit-detailed", "reddit", "logo", "red" ], "reddit.svg": [ "reddit", "logo", "red" ], "ribbon.svg": [ "ribbon", "red" ], + "rice.svg": [ "rice", "food", "bowl", "red" ], "rickroll.svg": [ "rickroll", "rickrolling", "rick-rolling", "never-gonna", "give-you-up", "let-you-down", "run-around-desert-you", "meme", "black" ], "robot.svg": [ "robot", "ui-icon", "machine", "grey-gray" ], "rose.svg": [ "rose", "flower", "petals", "plant", "leaves", "leaf", "red", "green" ], diff --git a/public/icons/lu-rou-fan.svg b/public/icons/lu-rou-fan.svg new file mode 100644 index 0000000..f35f92c --- /dev/null +++ b/public/icons/lu-rou-fan.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/microphone.svg b/public/icons/microphone.svg new file mode 100644 index 0000000..5225d6b --- /dev/null +++ b/public/icons/microphone.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/music.svg b/public/icons/music.svg new file mode 100644 index 0000000..6d9b497 --- /dev/null +++ b/public/icons/music.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/icons/rice.svg b/public/icons/rice.svg new file mode 100644 index 0000000..98b06eb --- /dev/null +++ b/public/icons/rice.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file