From 8dcacfd69ac7243f67ba7c593b9f0e791417d7bf Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Sat, 4 Sep 2021 22:26:53 -0700 Subject: [PATCH] Handlebars.js Icon (#6468) * Attempt * Optimize and fix lint errors * Alphabetical order and title change * Remove package-lock * Rename Co-authored-by: Jorge Amado Soria Ramirez --- _data/simple-icons.json | 5 +++++ icons/handlebarsdotjs.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/handlebarsdotjs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 12b53a81f..5ac47df62 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3940,6 +3940,11 @@ "source": "https://www.hackster.io/branding#logos", "guidelines": "https://www.hackster.io/branding" }, + { + "title": "Handlebars.js", + "hex": "000000", + "source": "https://raw.githubusercontent.com/handlebars-lang/docs/master/src/.vuepress/public/icons/handlebarsjs-icon.svg" + }, { "title": "Handshake", "hex": "FF2F1C", diff --git a/icons/handlebarsdotjs.svg b/icons/handlebarsdotjs.svg new file mode 100644 index 000000000..2c88505f4 --- /dev/null +++ b/icons/handlebarsdotjs.svg @@ -0,0 +1 @@ +Handlebars.js \ No newline at end of file