From 8cf069605d31a8e6d7ba77b440a4848078a1f0e8 Mon Sep 17 00:00:00 2001 From: Ayoub Aabass Date: Mon, 28 Oct 2019 17:07:44 +0100 Subject: [PATCH] Add Abstract icon (#1836) (#1844) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Abstract icon (#1836) * 🐛 hex code had the hash * 🐛 uppercased hex code Co-Authored-By: Gabriel Arazas --- _data/simple-icons.json | 5 +++++ icons/abstract.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/abstract.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 44f343d0..bd6d7168 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -15,6 +15,11 @@ "hex": "00A98F", "source": "https://about.me/assets" }, + { + "title": "Abstract", + "hex": "191A1B", + "source": "https://www.abstract.com/about/" + }, { "title": "ACM", "hex": "0085CA", diff --git a/icons/abstract.svg b/icons/abstract.svg new file mode 100644 index 00000000..210530d6 --- /dev/null +++ b/icons/abstract.svg @@ -0,0 +1 @@ +Abstract icon \ No newline at end of file