From 3fefaf2e6ad432496b275ed7950f0d043bc10155 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Mon, 11 Nov 2024 16:20:27 +0800 Subject: [PATCH] Added latest icons --- public/icons.json | 4 ++++ public/icons/briefcase.svg | 11 +++++++++++ public/icons/bug.svg | 13 +++++++++++++ public/icons/credit-card.svg | 7 +++++++ public/icons/sheep.svg | 12 ++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 public/icons/briefcase.svg create mode 100644 public/icons/bug.svg create mode 100644 public/icons/credit-card.svg create mode 100644 public/icons/sheep.svg diff --git a/public/icons.json b/public/icons.json index 26c4df2..694e05b 100644 --- a/public/icons.json +++ b/public/icons.json @@ -31,9 +31,11 @@ "bookmark.svg": [ "bookmark", "ui-icon", "red" ], "box.svg": [ "box", "shipping", "delivery", "parcel", "brown" ], "bread.svg": [ "bread", "food", "toast", "loaf", "orange" ], + "briefcase.svg": [ "briefcase", "bag", "work", "brown" ], "broccoli.svg": [ "broccoli", "vegetable", "food", "green" ], "brown-mushroom.svg": [ "brown-mushroom", "mushroom", "vegetable", "food", "brown" ], "bubble-tea.svg": [ "bubble-tea", "drink", "beverage", "food", "taiwan", "brown" ], + "bug.svg": [ "bug", "ladybug", "ladybird", "animal", "insect", "full-body", "red" ], "bulbasaur.svg": [ "bulbasaur", "pokemon", "green", "blue" ], "burger-menu.svg": [ "burger-menu", "menu", "ui-icon", "orange" ], "burger.svg": [ "burger", "fast-food", "orange" ], @@ -76,6 +78,7 @@ "copy.svg": [ "copy", "ui-icon", "cut", "paste", "blue" ], "cow.svg": [ "cow", "full-body", "animal", "white" ], "crab.svg": [ "crab", "animal", "food", "full-body", "red" ], + "credit-card.svg": [ "credit-card", "ui-icon", "debit-card", "visa", "mastercard", "white" ], "dancing-man.svg": [ "dancing-man", "people", "party", "disco", "purple" ], "dancing-woman.svg": [ "dancing-woman", "people", "party", "disco", "red" ], "device-computer.svg": [ "device-computer", "device", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ], @@ -241,6 +244,7 @@ "save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ], "scissors.svg": [ "scissors", "ui-icon", "cut", "copy", "paste", "purple", "pink" ], "scooter.svg": [ "scooter", "vehicle", "vespa", "bike", "transportation", "blue" ], + "sheep.svg": [ "sheep", "animal", "full-body", "white" ], "ship.svg": [ "ship", "shipping", "delivery", "transportation", "green" ], "shop.svg": [ "shop", "business", "house", "building", "ui-icon", "grey-gray" ], "shortcake.svg": [ "shortcake", "short-cake", "cake", "strawberry", "food", "dessert", "candles", "orange" ], diff --git a/public/icons/briefcase.svg b/public/icons/briefcase.svg new file mode 100644 index 0000000..82961fe --- /dev/null +++ b/public/icons/briefcase.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/bug.svg b/public/icons/bug.svg new file mode 100644 index 0000000..0574702 --- /dev/null +++ b/public/icons/bug.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/credit-card.svg b/public/icons/credit-card.svg new file mode 100644 index 0000000..30e07c9 --- /dev/null +++ b/public/icons/credit-card.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/sheep.svg b/public/icons/sheep.svg new file mode 100644 index 0000000..0878711 --- /dev/null +++ b/public/icons/sheep.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file