From 83c672f70d54b31a478794de8a546acc293f0393 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 19 Sep 2022 16:31:17 +0300 Subject: [PATCH] Add Vitest icon (#7824) Co-authored-by: LitoMore --- _data/simple-icons.json | 5 +++++ icons/vitest.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/vitest.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 40f193798..cb60a67cb 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11920,6 +11920,11 @@ "hex": "F16728", "source": "https://cncf-branding.netlify.app/projects/vitess/" }, + { + "title": "Vitest", + "hex": "6E9F18", + "source": "https://vitest.dev/" + }, { "title": "Vivaldi", "hex": "EF3939", diff --git a/icons/vitest.svg b/icons/vitest.svg new file mode 100644 index 000000000..6462d399d --- /dev/null +++ b/icons/vitest.svg @@ -0,0 +1 @@ +Vitest \ No newline at end of file