From d0233c37b045351f573cdefe86b3ee531f78097a Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Fri, 26 May 2017 19:45:25 +0200 Subject: [PATCH] Adds Yandex logo Fix #449 Yandex uses multiple different brand colors; the red "Y" in their logo was used as color source --- _data/simple-icons.json | 5 +++++ icons/yandex.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/yandex.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 41e53d5c..61a58779 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1580,6 +1580,11 @@ "hex": "0072C6", "source": "https://developer.yammer.com/docs/branding-guide" }, + { + "title": "Yandex", + "hex": "FF0000", + "source": "https://yandex.com/company/general_info/logotype_rules" + }, { "title": "Yelp", "hex": "C41200", diff --git a/icons/yandex.svg b/icons/yandex.svg new file mode 100644 index 00000000..dfba6bc3 --- /dev/null +++ b/icons/yandex.svg @@ -0,0 +1 @@ + \ No newline at end of file