From b43ad0296e38e61cbb42e28e2de2d201b61a14d1 Mon Sep 17 00:00:00 2001 From: cab - 21st <60197499+21st-centuryman@users.noreply.github.com> Date: Tue, 28 May 2024 09:52:27 +0200 Subject: [PATCH] Add LazyVim icon (#11028) --- _data/simple-icons.json | 5 +++++ icons/lazyvim.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/lazyvim.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bab3cfa09..4e128db89 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8549,6 +8549,11 @@ "hex": "000000", "source": "https://sourceforge.net/projects/lazarus/" }, + { + "title": "LazyVim", + "hex": "2E7DE9", + "source": "https://github.com/LazyVim/lazyvim.github.io/blob/db7f1bd035de3f41a75a29f65f36819f6ac152af/static/img/icon.svg" + }, { "title": "LBRY", "hex": "2F9176", diff --git a/icons/lazyvim.svg b/icons/lazyvim.svg new file mode 100644 index 000000000..8234251fb --- /dev/null +++ b/icons/lazyvim.svg @@ -0,0 +1 @@ +LazyVim \ No newline at end of file