From a72911c9d495d101664172dcb64d23653fbc307f Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Fri, 21 Jul 2023 06:59:03 -0700 Subject: [PATCH] Add JUCE icon (#8972) --- _data/simple-icons.json | 5 +++++ icons/juce.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/juce.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bd1d8bec..d11797be 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6187,6 +6187,11 @@ "hex": "F7DF1E", "source": "https://cssinjs.org" }, + { + "title": "JUCE", + "hex": "8DC63F", + "source": "https://juce.com" + }, { "title": "Juejin", "hex": "007FFF", diff --git a/icons/juce.svg b/icons/juce.svg new file mode 100644 index 00000000..40001571 --- /dev/null +++ b/icons/juce.svg @@ -0,0 +1 @@ +JUCE \ No newline at end of file