From 856cf2329a84bc34f38d1a6226e7f9134fa9094a Mon Sep 17 00:00:00 2001 From: Wes White Date: Sat, 16 Mar 2019 05:12:38 -0500 Subject: [PATCH] Adding Reason SVG (#1290) * added reason * moved reason into svg folder * reduced size and set viewbox * updated json file for reason * updated role and title * fixed the icon * re added title * compound Reason icon * Update simple-icons.json --- _data/simple-icons.json | 5 +++++ icons/reason.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/reason.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4f210ff8..bcfe27d3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1975,6 +1975,11 @@ "hex": "8CA1AF", "source": "https://github.com/rtfd/readthedocs.org/blob/master/media/readthedocsbranding.ai" }, + { + "title": "Reason", + "hex": "DD4B39", + "source": "https://reasonml.github.io/img/reason.svg" + }, { "title": "Redbubble", "hex": "E41321", diff --git a/icons/reason.svg b/icons/reason.svg new file mode 100644 index 00000000..98397844 --- /dev/null +++ b/icons/reason.svg @@ -0,0 +1 @@ +Reason icon \ No newline at end of file