From ec852ea34d33fb16a4c5615daf0e6fd6da2f2a7e Mon Sep 17 00:00:00 2001 From: Asmit Malakannawar <81866614+Asmit2952@users.noreply.github.com> Date: Fri, 17 Dec 2021 06:20:26 +0530 Subject: [PATCH] Add GroupMe icon (#6742) * Added GroupMe icon Signed-off-by: Asmit2952 * update source Co-authored-by: Sachin Raja --- _data/simple-icons.json | 5 +++++ icons/groupme.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/groupme.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b1c597e8..37e37e8c 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4113,6 +4113,11 @@ "hex": "00A672", "source": "https://gridsome.org/logo/" }, + { + "title": "GroupMe", + "hex": "00AFF0", + "source": "https://groupme.com" + }, { "title": "Groupon", "hex": "53A318", diff --git a/icons/groupme.svg b/icons/groupme.svg new file mode 100644 index 00000000..6b3bd1f9 --- /dev/null +++ b/icons/groupme.svg @@ -0,0 +1 @@ +GroupMe \ No newline at end of file