From 815770c93e5ee990e0418921971b26dd7835371f Mon Sep 17 00:00:00 2001 From: David Klebanoff Date: Tue, 19 Feb 2019 01:50:29 -0800 Subject: [PATCH] Added Let's Encrypt. (#1222) * Added Let's Encrypt. * Encode the apostrophe. * Convert single quote to apostrophe. --- _data/simple-icons.json | 5 +++++ icons/letsencrypt.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/letsencrypt.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 36ec66d5..312148aa 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1290,6 +1290,11 @@ "hex": "F89F1B", "source": "https://leetcode.com" }, + { + "title": "Let’s Encrypt", + "hex": "003A70", + "source": "https://letsencrypt.org/trademarks/" + }, { "title": "Letterboxd", "hex": "00D735", diff --git a/icons/letsencrypt.svg b/icons/letsencrypt.svg new file mode 100644 index 00000000..f9d4b3d9 --- /dev/null +++ b/icons/letsencrypt.svg @@ -0,0 +1 @@ +Let's Encrypt icon \ No newline at end of file