From 752cb63274e238a4b255b1d4ef9b87c4fb90c5a6 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Thu, 16 Nov 2023 02:37:27 +0800 Subject: [PATCH] Renamed smartphone icon, added computer and tablet --- public/icons/device-computer.svg | 5 +++++ public/icons/device-smartphone.svg | 5 +++++ public/icons/device-tablet.svg | 5 +++++ src/icons.json | 4 +++- 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 public/icons/device-computer.svg create mode 100644 public/icons/device-smartphone.svg create mode 100644 public/icons/device-tablet.svg diff --git a/public/icons/device-computer.svg b/public/icons/device-computer.svg new file mode 100644 index 0000000..e996ed5 --- /dev/null +++ b/public/icons/device-computer.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/device-smartphone.svg b/public/icons/device-smartphone.svg new file mode 100644 index 0000000..f68ffd0 --- /dev/null +++ b/public/icons/device-smartphone.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/icons/device-tablet.svg b/public/icons/device-tablet.svg new file mode 100644 index 0000000..acd1ff9 --- /dev/null +++ b/public/icons/device-tablet.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/icons.json b/src/icons.json index b1496e8..e8db2a6 100644 --- a/src/icons.json +++ b/src/icons.json @@ -50,6 +50,9 @@ "cloud.svg": [ "cloud", "ui-icon", "white" ], "coffee.svg": [ "coffee", "drink", "beverage", "orange" ], "copy.svg": [ "copy", "ui-icon", "cut", "paste" ], + "device-computer.svg": [ "device-computer", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ], + "device-tablet.svg": [ "device-tablet", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ], + "device-smartphone.svg": [ "device-smartphone", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ], "dog.svg": [ "dog", "full-body", "animal", "brown" ], "dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ], "dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ], @@ -100,7 +103,6 @@ "santa.svg": [ "santa-full", "xmas", "christmas", "festive", "red", "human" ], "save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ], "scissors.svg": [ "scissors", "ui-icon", "cut", "copy", "paste", "purple", "pink" ], - "smartphone.svg": [ "smartphone", "ui-icon", "black", "white", "grey-gray" ], "snowman.svg": [ "snowman", "white" ], "sound-high.svg": [ "sound-high", "ui-icon", "yellow" ], "sound-low.svg": [ "sound-low", "ui-icon", "yellow" ],