From 6a607a2b4367c537667e87b6b1b68df803e7c1e2 Mon Sep 17 00:00:00 2001 From: jmmendivil Date: Thu, 24 Oct 2019 16:26:00 -0500 Subject: [PATCH] add roundcube icon (#1821) * add roundcube icon * remove roundcube fill attribute * capitalize brand name --- _data/simple-icons.json | 7 ++++++- icons/roundcube.svg | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/roundcube.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 980e7e3d..87131515 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1170,7 +1170,7 @@ "title": "GIMP", "hex": "5C5543", "source": "https://www.gimp.org/about/linking.html#wilber-the-gimp-mascot" - }, + }, { "title": "Git", "hex": "F05032", @@ -2761,6 +2761,11 @@ "hex": "525DDC", "source": "https://roots.io/" }, + { + "title": "Roundcube", + "hex": "37BEFF", + "source": "https://roundcube.net/images/roundcube_logo_icon.svg" + }, { "title": "RSS", "hex": "FFA500", diff --git a/icons/roundcube.svg b/icons/roundcube.svg new file mode 100644 index 00000000..4703a589 --- /dev/null +++ b/icons/roundcube.svg @@ -0,0 +1 @@ +Roundcube icon \ No newline at end of file