From dfe5024f718fc206dbfb81f12cc7c4991efdf52b Mon Sep 17 00:00:00 2001 From: Shuqi Date: Tue, 28 Nov 2023 16:30:00 +0800 Subject: [PATCH] Added pig icon and more tags --- public/icons/pig.svg | 7 +++++++ src/icons.json | 16 +++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 public/icons/pig.svg diff --git a/public/icons/pig.svg b/public/icons/pig.svg new file mode 100644 index 0000000..2f23f62 --- /dev/null +++ b/public/icons/pig.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index 83f857a..e3d1d56 100644 --- a/src/icons.json +++ b/src/icons.json @@ -11,12 +11,12 @@ "arrow-up.svg": [ "arrow-up", "ui-icon", "blue" ], "banana.svg": [ "banana", "fruit", "food", "yellow" ], "basket.svg": [ "basket", "ui-icon", "red" ], - "battery-1-6.svg": [ "battery-1-6", "ui-icon", "red" ], - "battery-2-6.svg": [ "battery-2-6", "ui-icon", "red" ], - "battery-3-6.svg": [ "battery-3-6", "ui-icon", "yellow" ], - "battery-4-6.svg": [ "battery-4-6", "ui-icon", "yellow" ], - "battery-5-6.svg": [ "battery-5-6", "ui-icon", "green" ], - "battery-6-6.svg": [ "battery-6-6", "ui-icon", "green" ], + "battery-1-6.svg": [ "battery-1-6", "power", "ui-icon", "red" ], + "battery-2-6.svg": [ "battery-2-6", "power", "ui-icon", "red" ], + "battery-3-6.svg": [ "battery-3-6", "power", "ui-icon", "yellow" ], + "battery-4-6.svg": [ "battery-4-6", "power", "ui-icon", "yellow" ], + "battery-5-6.svg": [ "battery-5-6", "power", "ui-icon", "green" ], + "battery-6-6.svg": [ "battery-6-6", "power", "ui-icon", "green" ], "bear.svg": [ "bear", "animal", "teddy-bear", "face", "brown" ], "bell.svg": [ "bell", "ui-icon", "yellow" ], "bin.svg": [ "bin", "ui-icon", "grey-gray" ], @@ -94,6 +94,7 @@ "key.svg": [ "key", "ui-icon", "yellow" ], "koala.svg": [ "koala", "animal", "bear", "face", "grey-gray" ], "koala-hug.svg": [ "koala-hug", "animal", "bear", "full-body", "hugging-tree", "grey-gray" ], + "lion.svg": [ "lion", "animal", "full-body", "orange" ], "lock.svg": [ "lock", "ui-icon", "yellow", "orange" ], "luggage.svg": [ "luggage", "bag", "travel", "pink" ], "magnifier.svg": [ "magnifier", "zoom", "ui-icon", "brown", "white", "search" ], @@ -120,6 +121,7 @@ "picture.svg": [ "picture", "drawing", "painting", "ui-icon", "blue" ], "pikachu.svg": [ "pikachu", "pokemon", "mouse", "yellow" ], "pin.svg": [ "pin", "ui-icon", "red" ], + "pig.svg": [ "pig", "animal", "full-body", "pink" ], "pizza-slice.svg": [ "pizza-slice", "food", "orange", "yellow" ], "pizza-whole.svg": [ "pizza-whole", "food", "orange", "yellow", "red" ], "plane.svg": [ "plane", "air-plane", "airplane", "aero-plane", "aeroplane", "aircraft", "vehicle", "transportation", "white", "red" ], @@ -168,7 +170,7 @@ "watermelon.svg": [ "watermelon", "fruit", "food", "red" ], "wifi.svg": [ "wifi", "ui-icon", "black" ], "wine.svg": [ "wine", "drink", "beverage", "white", "red" ], - "wrench.svg": [ "wrench", "ui-icon", "grey-gray" ], + "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" ], "youtube.svg": [ "youtube", "logo", "play", "red" ],