From 5b16d5a55f939c951a3ae287655102b4322fbc30 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Thu, 17 Mar 2022 06:14:53 +0100 Subject: [PATCH] Add lens icon (#6853) Co-authored-by: Sachin Raja --- _data/simple-icons.json | 5 +++++ icons/lens.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lens.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index aaaa1742..31a68e45 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5626,6 +5626,11 @@ "hex": "E2231A", "source": "https://news.lenovo.com/press-kits/" }, + { + "title": "Lens", + "hex": "3D90CE", + "source": "https://github.com/lensapp/lens/blob/3cc12d9599b655a366e7a34c356d2a84654b2466/docs/img/lens-logo-icon.svg" + }, { "title": "Lerna", "hex": "2F0268", diff --git a/icons/lens.svg b/icons/lens.svg new file mode 100644 index 00000000..87739f98 --- /dev/null +++ b/icons/lens.svg @@ -0,0 +1 @@ +Lens \ No newline at end of file