From 3e5c85662e7b6cfc8586050922896544a981af8d Mon Sep 17 00:00:00 2001 From: Niraj Giri <51747980+nirajgiriXD@users.noreply.github.com> Date: Wed, 16 Aug 2023 01:01:08 +0530 Subject: [PATCH] Add Local Icon (#9221) * Add local icon * Change hex code to capital letter * Update source * Update icons/local.svg Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> * Update _data/simple-icons.json Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --------- Co-authored-by: nirajgirixd Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/local.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/local.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 709905e9e..6e898a866 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7172,6 +7172,11 @@ "hex": "10B146", "source": "https://lmms.io/branding" }, + { + "title": "Local", + "hex": "51BB7B", + "source": "https://localwp.com" + }, { "title": "Lodash", "hex": "3492FF", diff --git a/icons/local.svg b/icons/local.svg new file mode 100644 index 000000000..ee937825e --- /dev/null +++ b/icons/local.svg @@ -0,0 +1 @@ +Local \ No newline at end of file