From 70b29a67c0d415aacd147009a8f16ac5b1550336 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Thu, 12 Sep 2024 03:43:40 +0800 Subject: [PATCH] Added 2 new vehicles --- public/icons.json | 2 ++ public/icons/fire-engine.svg | 11 +++++++++++ public/icons/rocket.svg | 10 ++++++++++ 3 files changed, 23 insertions(+) create mode 100644 public/icons/fire-engine.svg create mode 100644 public/icons/rocket.svg diff --git a/public/icons.json b/public/icons.json index f23878b..a9a2205 100644 --- a/public/icons.json +++ b/public/icons.json @@ -101,6 +101,7 @@ "file.svg": [ "file", "paper", "ui-icon", "blue" ], "fish.svg": [ "fish", "animal", "full-body", "blue" ], "fire.svg": [ "fire", "orange" ], + "fire-engine.svg": [ "fire-engine", "fire-truck", "emergency-vehicle", "vehicle", "transportation", "red" ], "firefox.svg": [ "firefox", "browser", "logo", "orange" ], "folder.svg": [ "folder", "ui-icon", "orange", "yellow" ], "fox.svg": [ "fox", "animal", "full-body", "orange" ], @@ -205,6 +206,7 @@ "rice.svg": [ "rice", "food", "bowl", "red" ], "rickroll.svg": [ "rickroll", "rickrolling", "rick-rolling", "never-gonna", "give-you-up", "let-you-down", "run-around-desert-you", "meme", "black" ], "robot.svg": [ "robot", "ui-icon", "machine", "grey-gray" ], + "rocket.svg": [ "rocket", "vehicle", "transportation", "space", "red" ], "rose.svg": [ "rose", "flower", "petals", "plant", "leaves", "leaf", "red", "green" ], "rubber-duck.svg": [ "rubber-duck", "toy", "animal", "yellow" ], "rudolph.svg": [ "rudolph", "the-red-nosed-reindeer", "animal", "full-body", "xmas", "christmas", "festive", "brown" ], diff --git a/public/icons/fire-engine.svg b/public/icons/fire-engine.svg new file mode 100644 index 0000000..798824f --- /dev/null +++ b/public/icons/fire-engine.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/rocket.svg b/public/icons/rocket.svg new file mode 100644 index 0000000..9771f2d --- /dev/null +++ b/public/icons/rocket.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file