diff --git a/public/icons.json b/public/icons.json index 367e8a7..fede5de 100644 --- a/public/icons.json +++ b/public/icons.json @@ -35,6 +35,7 @@ "bus.svg": [ "bus", "vehicle", "transportation", "red" ], "calculator.svg": [ "calculator", "ui-icon", "math", "black" ], "calendar.svg": [ "calendar", "ui-icon", "date", "time", "white", "red" ], + "california-roll.svg" : [ "california-roll", "food", "sushi", "japan", "rice", "orange" ], "camera-polaroid.svg": [ "camera-polaroid", "grey-gray" ], "camera.svg": [ "camera", "grey-gray" ], "candycane.svg": [ "candycane", "xmas", "christmas", "festive", "red", "white" ], @@ -60,6 +61,7 @@ "clipboard.svg": [ "clipboard", "ui-icon", "cut", "copy", "paste" ], "clock.svg": [ "clock", "ui-icon", "time", "white" ], "cloud.svg": [ "cloud", "ui-icon", "weather", "white" ], + "clownfish.svg": [ "clownfish", "fish", "animal", "nemo", "full-body", "orange" ], "coffee.svg": [ "coffee", "drink", "beverage", "orange" ], "coffee-takeaway.svg": [ "coffee-takeaway", "drink", "beverage", "orange" ], "control-panel.svg": [ "control-panel", "mixer", "ui-icon", "settings", "preferences", "blue" ], @@ -89,6 +91,7 @@ "file-picture.svg": [ "file-picture", "paper", "drawing", "painting", "ui-icon", "blue" ], "file-text.svg": [ "file-text", "paper", "ui-icon", "blue" ], "file.svg": [ "file", "paper", "ui-icon", "blue" ], + "fish.svg": [ "fish", "animal", "full-body", "blue" ], "firefox.svg": [ "firefox", "browser", "logo", "orange" ], "folder.svg": [ "folder", "ui-icon", "orange", "yellow" ], "fox.svg": [ "fox", "animal", "full-body", "orange" ], @@ -147,6 +150,7 @@ "nasilemak.svg": [ "nasilemak", "food", "malaysia", "green" ], "noodles.svg": [ "noodles", "food", "yellow" ], "nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ], + "onigiri.svg" : [ "onigiri", "food", "japan", "rice", "white", "green" ], "outbox.svg": [ "outbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ], "panda.svg": [ "panda", "animal", "bear", "full-body", "black", "white" ], "paper-bag.svg": [ "paper-bag", "ui-icon", "pink" ], @@ -187,6 +191,8 @@ "safari.svg": [ "safari", "browser", "logo", "blue" ], "sakura.svg": [ "sakura", "flower", "plant", "petals", "pink" ], "sakura-tree.svg": [ "sakura-tree", "plant", "pink" ], + "salmon-maki.svg" : [ "salmon-maki", "food", "sushi", "makizushi", "japan", "rice", "salmon", "green" ], + "salmon-nigiri.svg" : [ "salmon-nigiri", "food", "sushi", "japan", "rice", "salmon", "orange" ], "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" ], @@ -217,6 +223,7 @@ "stonks.svg": [ "stonks", "meme", "mememan" ], "surprised-pikachu.svg": [ "surprised-pikachu", "meme", "pokemon", "yellow" ], "take-my-money.svg": [ "take-my-money", "meme", "shut-up", "fry", "futurama", "red" ], + "tamago-nigiri.svg" : [ "tamago-nigiri", "food", "sushi", "japan", "rice", "yellow" ], "tang-yuan.svg": [ "tang-yuan", "food", "bowl", "glutinous-rice-balls", "winter-solstice", "chinese", "red" ], "tapir-baby.svg": [ "tapir-baby", "tapir", "baby", "animal", "full-body", "brown" ], "tapir.svg": [ "tapir", "animal", "full-body", "black-white" ], @@ -247,6 +254,7 @@ "xmas-stocking.svg": [ "xmas-stocking", "xmas", "christmas", "socks", "festive", "red" ], "yacht.svg": [ "yacht", "ship", "transportation" ], "youtube.svg": [ "youtube", "logo", "play", "red" ], + "zongzi.svg" : [ "zongzi", "food", "dumpling", "chinese", "taiwan", "rice", "green" ], "zoom-in.svg": [ "zoom-in", "zoom", "ui-icon", "magnifier", "brown", "white" ], "zoom-out.svg": [ "zoom-out", "zoom", "ui-icon", "magnifier", "brown", "white" ] } \ No newline at end of file diff --git a/public/icons/california-roll.svg b/public/icons/california-roll.svg new file mode 100644 index 0000000..237c030 --- /dev/null +++ b/public/icons/california-roll.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/clownfish.svg b/public/icons/clownfish.svg new file mode 100644 index 0000000..cd85dc9 --- /dev/null +++ b/public/icons/clownfish.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/fish.svg b/public/icons/fish.svg new file mode 100644 index 0000000..0dcb161 --- /dev/null +++ b/public/icons/fish.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/icons/onigiri.svg b/public/icons/onigiri.svg new file mode 100644 index 0000000..6b8bfe0 --- /dev/null +++ b/public/icons/onigiri.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/icons/salmon-maki.svg b/public/icons/salmon-maki.svg new file mode 100644 index 0000000..4ede0b4 --- /dev/null +++ b/public/icons/salmon-maki.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/salmon-nigiri.svg b/public/icons/salmon-nigiri.svg new file mode 100644 index 0000000..83d4ca9 --- /dev/null +++ b/public/icons/salmon-nigiri.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/icons/tamago-nigiri.svg b/public/icons/tamago-nigiri.svg new file mode 100644 index 0000000..456433e --- /dev/null +++ b/public/icons/tamago-nigiri.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/zongzi.svg b/public/icons/zongzi.svg new file mode 100644 index 0000000..198f793 --- /dev/null +++ b/public/icons/zongzi.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file