From 762585dbce1957796937d10409a3e75edd16e4c8 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Fri, 21 Jul 2023 06:33:54 -0700 Subject: [PATCH] Add apache storm (#8966) * Add Apache Storm icon * Add JSON data for Apache Storm * Update _data/simple-icons.json --- _data/simple-icons.json | 6 ++++++ icons/apachestorm.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 icons/apachestorm.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a9a0cc85c..b439efd0d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -955,6 +955,12 @@ "hex": "E25A1C", "source": "https://apache.org/logos/" }, + { + "title": "Apache Storm", + "hex": "225593", + "source": "https://apache.org/logos", + "guidelines": "https://www.apache.org/foundation/marks" + }, { "title": "Apache Tomcat", "hex": "F8DC75", diff --git a/icons/apachestorm.svg b/icons/apachestorm.svg new file mode 100644 index 000000000..b6d0c3682 --- /dev/null +++ b/icons/apachestorm.svg @@ -0,0 +1 @@ +Apache Storm \ No newline at end of file