From cb05549fd027681ad97fe9cb53b3a3f2328a70f6 Mon Sep 17 00:00:00 2001 From: PHONG Date: Wed, 16 Jun 2021 21:49:08 +0700 Subject: [PATCH] Add ByteDance (#5909) * Add ByteDance * Update simple-icons.json Fix wrong HEX code * Update new HEX color for ByteDance --- _data/simple-icons.json | 5 +++++ icons/bytedance.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/bytedance.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3998730a3..7911a690b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1342,6 +1342,11 @@ "hex": "551DEF", "source": "https://byte.co/byte" }, + { + "title": "ByteDance", + "hex": "3C8CFF", + "source": "https://www.bytedance.com/" + }, { "title": "C", "hex": "A8B9CC", diff --git a/icons/bytedance.svg b/icons/bytedance.svg new file mode 100644 index 000000000..e899733ec --- /dev/null +++ b/icons/bytedance.svg @@ -0,0 +1 @@ +ByteDance \ No newline at end of file