From 085b78966c838a9aab7ca5bc0de9620fc076c77f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 4 Apr 2024 12:56:58 +0100 Subject: [PATCH] Adds Qwik icon (#10378) * Adds Qwik icon (##7922) * Update _data/simple-icons.json * Remove trailing newline qwik.svg * Fix ordering * Updates with @EatChangmyeong's Qwik icon * Remove trailing newline from Qwik icon * Update icon * Update source * Remove newline * Redo icon --------- Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/qwik.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/qwik.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f0adab3c..f2ca4517 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12534,6 +12534,11 @@ "hex": "5C97FF", "source": "https://about.qwant.com" }, + { + "title": "Qwik", + "hex": "AC7EF4", + "source": "https://github.com/BuilderIO/qwik/blob/c88e53d49dc65020899d770338f4e51f3134611e/packages/docs/public/logos/qwik-logo.svg" + }, { "title": "Qwiklabs", "hex": "F5CD0E", diff --git a/icons/qwik.svg b/icons/qwik.svg new file mode 100644 index 00000000..f0b2ddc8 --- /dev/null +++ b/icons/qwik.svg @@ -0,0 +1 @@ +Qwik \ No newline at end of file