diff --git a/public/icons/duck.svg b/public/icons/duck.svg new file mode 100644 index 0000000..42bfaac --- /dev/null +++ b/public/icons/duck.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/mallard.svg b/public/icons/mallard.svg new file mode 100644 index 0000000..9e7a340 --- /dev/null +++ b/public/icons/mallard.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/rubber-duck.svg b/public/icons/rubber-duck.svg new file mode 100644 index 0000000..13a79c6 --- /dev/null +++ b/public/icons/rubber-duck.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index 96a44df..e37f4af 100644 --- a/src/icons.json +++ b/src/icons.json @@ -56,6 +56,7 @@ "dog.svg": [ "dog", "full-body", "animal", "brown" ], "dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ], "dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ], + "duck.svg": [ "duck", "full-body", "animal", "white" ], "dollar.svg": [ "dollar", "ui-icon", "yellow" ], "earth.svg": [ "earth", "globe", "global", "world", "ui-icon", "blue" ], "edit.svg": [ "edit", "pencil", "paper", "ui-icon", "brown" ], @@ -83,6 +84,7 @@ "mail.svg": [ "mail", "email", "e-mail", "envelope", "ui-icon", "brown" ], "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", "full-body", "animal", "green", "white" ], "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" ], @@ -105,6 +107,7 @@ "rabbit-white.svg": [ "rabbit-white", "bunny", "full-body", "animal", "white" ], "reddit-detailed.svg": [ "reddit-detailed", "logo", "red" ], "reddit.svg": [ "reddit", "logo", "red" ], + "rubber-duck.svg": [ "rubber-duck", "toy", "animal", "yellow" ], "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" ],