From 3c335d9a1295ad8bb83c524f3c11fa173fc7aa55 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Tue, 19 Oct 2021 05:08:13 +0300 Subject: [PATCH] Added 4chan icon (#6682) * Added 4chan icon * Fixed 4chan icon Co-authored-by: Jorge Amado Soria Ramirez --- _data/simple-icons.json | 5 +++++ icons/4chan.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/4chan.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cabb6c000..3fcc917ef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -30,6 +30,11 @@ "hex": "000000", "source": "https://www.42.fr/" }, + { + "title": "4chan", + "hex": "006600", + "source": "https://www.4chan.org/" + }, { "title": "4D", "hex": "004088", diff --git a/icons/4chan.svg b/icons/4chan.svg new file mode 100644 index 000000000..c5c2e7f18 --- /dev/null +++ b/icons/4chan.svg @@ -0,0 +1 @@ +4chan \ No newline at end of file