diff --git a/public/icons/avocado.svg b/public/icons/avocado.svg new file mode 100644 index 0000000..5359906 --- /dev/null +++ b/public/icons/avocado.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/elephant.svg b/public/icons/elephant.svg new file mode 100644 index 0000000..bf90e8f --- /dev/null +++ b/public/icons/elephant.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/icons/gingerbread-man.svg b/public/icons/gingerbread-man.svg index aec635c..1f63ae0 100644 --- a/public/icons/gingerbread-man.svg +++ b/public/icons/gingerbread-man.svg @@ -1,13 +1,13 @@ - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/lion.svg b/public/icons/lion.svg new file mode 100644 index 0000000..deda42c --- /dev/null +++ b/public/icons/lion.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/meowth.svg b/public/icons/meowth.svg new file mode 100644 index 0000000..e4ff164 --- /dev/null +++ b/public/icons/meowth.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/ribbon.svg b/public/icons/ribbon.svg new file mode 100644 index 0000000..1e372ff --- /dev/null +++ b/public/icons/ribbon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/snowman.svg b/public/icons/snowman.svg index 78c77ae..33b184c 100644 --- a/public/icons/snowman.svg +++ b/public/icons/snowman.svg @@ -1,15 +1,13 @@ - - - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/xmas-socks.svg b/public/icons/xmas-socks.svg deleted file mode 100644 index 93be681..0000000 --- a/public/icons/xmas-socks.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/public/icons/xmas-stocking.svg b/public/icons/xmas-stocking.svg new file mode 100644 index 0000000..93012a5 --- /dev/null +++ b/public/icons/xmas-stocking.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index ffd1793..4269a33 100644 --- a/src/icons.json +++ b/src/icons.json @@ -9,6 +9,7 @@ "arrow-left.svg": [ "arrow-left", "ui-icon", "blue" ], "arrow-right.svg": [ "arrow-right", "ui-icon", "blue" ], "arrow-up.svg": [ "arrow-up", "ui-icon", "blue" ], + "avocado.svg": [ "avocado", "fruit", "food", "green" ], "banana.svg": [ "banana", "fruit", "food", "yellow" ], "basket.svg": [ "basket", "ui-icon", "red" ], "battery-1-6.svg": [ "battery-1-6", "power", "ui-icon", "red" ], @@ -103,6 +104,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", "white" ], + "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" ], "messages.svg": [ "messages", "conversations", "chat-bubbles", "private-messages", "direct-messages", "pm", "dm", "ui-icon", "blue" ], @@ -133,6 +135,7 @@ "rabbit-white.svg": [ "rabbit-white", "bunny", "full-body", "animal", "white" ], "reddit-detailed.svg": [ "reddit-detailed", "logo", "red" ], "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" ], "rubber-duck.svg": [ "rubber-duck", "toy", "animal", "yellow" ], @@ -173,7 +176,7 @@ "wine.svg": [ "wine", "drink", "beverage", "white", "red" ], "wrench.svg": [ "wrench", "spanner", "settings", "preferences", "ui-icon", "grey-gray" ], "x.svg": [ "x", "twitter", "logo", "black" ], - "xmas-socks.svg": [ "xmas-socks", "xmas", "christmas", "festive", "red" ], + "xmas-stocking.svg": [ "xmas-stocking", "xmas", "christmas", "socks", "festive", "red" ], "youtube.svg": [ "youtube", "logo", "play", "red" ], "zoom-in.svg": [ "zoom-in", "ui-icon", "magnifier", "brown", "white" ], "zoom-out.svg": [ "zoom-out", "ui-icon", "magnifier", "brown", "white" ]