From c29fa0df6d424dc275032799077294e774e9e757 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Wed, 8 May 2024 16:06:52 +0800 Subject: [PATCH] Added whale and Docker logo --- public/icons.json | 2 ++ public/icons/docker.svg | 12 ++++++++++++ public/icons/whale.svg | 11 +++++++++++ 3 files changed, 25 insertions(+) create mode 100644 public/icons/docker.svg create mode 100644 public/icons/whale.svg diff --git a/public/icons.json b/public/icons.json index fede5de..26c6804 100644 --- a/public/icons.json +++ b/public/icons.json @@ -73,6 +73,7 @@ "device-tablet.svg": [ "device-tablet", "device", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ], "device-smartphone.svg": [ "device-smartphone", "device", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ], "diglett.svg": [ "diglett", "pokemon", "brown" ], + "docker.svg": [ "docker", "logo", "whale", "blue" ], "dog.svg": [ "dog", "full-body", "animal", "brown" ], "dog-beagle.svg": [ "dog-beagle", "dog", "face", "animal", "brown" ], "dog-shiba.svg": [ "dog-shiba", "dog", "face", "animal", "orange" ], @@ -244,6 +245,7 @@ "users.svg": [ "users", "ui-icon", "blue" ], "watermelon.svg": [ "watermelon", "fruit", "food", "red" ], "waze.svg": [ "waze", "logo", "car", "white" ], + "whale.svg": [ "whale", "animal", "full-body", "blue" ], "wifi.svg": [ "wifi", "ui-icon", "black" ], "wine.svg": [ "wine", "drink", "beverage", "glass", "red" ], "wombat.svg": [ "wombat", "square-poop", "animal", "full-body", "brown" ], diff --git a/public/icons/docker.svg b/public/icons/docker.svg new file mode 100644 index 0000000..dd8a8fa --- /dev/null +++ b/public/icons/docker.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/icons/whale.svg b/public/icons/whale.svg new file mode 100644 index 0000000..446e24e --- /dev/null +++ b/public/icons/whale.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file