From b67f54edd58d2ca0a2fcc4268aaa10769f19f10e Mon Sep 17 00:00:00 2001 From: ChevySSinSD <47265616+ChevySSinSD@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:52:51 -0700 Subject: [PATCH] Add htop icon (#7263) Co-authored-by: Adam Rusted --- _data/simple-icons.json | 5 +++++ icons/htop.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/htop.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 220f43ac..1b3c07b3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5673,6 +5673,11 @@ "hex": "E34F26", "source": "https://www.w3.org/html/logo/" }, + { + "title": "htop", + "hex": "009020", + "source": "https://github.com/htop-dev/htop/blob/03d5e4746f53bd07daf68638d714a7fec336297b/htop.svg" + }, { "title": "HTTPie", "hex": "73DC8C", diff --git a/icons/htop.svg b/icons/htop.svg new file mode 100644 index 00000000..9d955ae6 --- /dev/null +++ b/icons/htop.svg @@ -0,0 +1 @@ +htop \ No newline at end of file