From be2bbdb4f3228b394e4cca198f026c92a9e955aa Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:32:09 -0400 Subject: [PATCH] Add UnJS icon (#10565) Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 11 +++++++++++ icons/unjs.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 icons/unjs.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fb8dd0f2..a6b5bbd9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -16246,6 +16246,17 @@ "source": "https://brand.unity.com", "guidelines": "https://brand.unity.com" }, + { + "title": "UnJS", + "hex": "ECDC5A", + "source": "https://unjs.io", + "guidelines": "https://unjs.io/design-kit", + "aliases": { + "aka": [ + "Unified JavaScript" + ] + } + }, { "title": "Unlicense", "hex": "808080", diff --git a/icons/unjs.svg b/icons/unjs.svg new file mode 100644 index 00000000..34f5caac --- /dev/null +++ b/icons/unjs.svg @@ -0,0 +1 @@ +UnJS \ No newline at end of file