From 447e34877d46de687edc2b972eab4ce1dffb55e8 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Thu, 10 May 2018 16:25:25 +0200 Subject: [PATCH] Add Mail.Ru icon (#846) * Add Mail.Ru icon Added the icon for Mail.Ru taken from the source provided, using the orange RGB found there as well because of the color of the sites favicon. * Update Mail.Ru color Updated the color for Mail.Ru based on feedback by @birjolaxew using the primary brand color instead of the icon color. --- _data/simple-icons.json | 5 +++++ icons/mailru.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/mailru.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ec3785996..b5d0b3c8a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -985,6 +985,11 @@ "hex": "239AB9", "source": "http://mailchimp.com/about/brand-assets" }, + { + "title": "Mail.Ru", + "hex": "168DE2", + "source": "https://corp.mail.ru/en/press/identity/" + }, { "title": "MakerBot", "hex": "FF1E0D", diff --git a/icons/mailru.svg b/icons/mailru.svg new file mode 100644 index 000000000..0d1e53f66 --- /dev/null +++ b/icons/mailru.svg @@ -0,0 +1 @@ +Mail.Ru icon \ No newline at end of file