From 8dfb55cead4546f3434a69e36641a82efb6c119e Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 8 Jan 2023 22:29:39 +0800 Subject: [PATCH] Add Answer icon (#8161) Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/answer.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/answer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1474b7308..3b4f0fdac 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -753,6 +753,11 @@ "hex": "EE0000", "source": "https://www.ansible.com/logos" }, + { + "title": "Answer", + "hex": "0033FF", + "source": "https://answer.dev/" + }, { "title": "Ansys", "hex": "FFB71B", diff --git a/icons/answer.svg b/icons/answer.svg new file mode 100644 index 000000000..401087253 --- /dev/null +++ b/icons/answer.svg @@ -0,0 +1 @@ +Answer \ No newline at end of file