From 49436ec007b2b181fb08f332b3e8b07b8b576d5e Mon Sep 17 00:00:00 2001 From: Rcoleman956 <97488950+Rcoleman956@users.noreply.github.com> Date: Fri, 4 Mar 2022 18:59:59 -0500 Subject: [PATCH] Add Simplenote icon (#7170) * Add Simplenote icon * Fix hex code Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/simplenote.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/simplenote.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 659d512c0..da375db5f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9170,6 +9170,11 @@ "type": "CC0-1.0" } }, + { + "title": "Simplenote", + "hex": "3361CC", + "source": "https://en.wikipedia.org/wiki/File:Simplenote_logo.svg" + }, { "title": "Sina Weibo", "hex": "E6162D", diff --git a/icons/simplenote.svg b/icons/simplenote.svg new file mode 100644 index 000000000..a98988699 --- /dev/null +++ b/icons/simplenote.svg @@ -0,0 +1 @@ +Simplenote \ No newline at end of file