From 28085472dfabdae921e6a525327a50278ae815cc Mon Sep 17 00:00:00 2001 From: Jamie King Date: Tue, 28 May 2024 00:30:14 -0700 Subject: [PATCH] Add Apache Superset icon (#10871) --- _data/simple-icons.json | 9 +++++++++ icons/apachesuperset.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/apachesuperset.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index bd162e52..d098a391 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1289,6 +1289,15 @@ "type": "Apache-2.0" } }, + { + "title": "Apache Superset", + "hex": "20A6C9", + "source": "https://apache.org/logos", + "guidelines": "https://www.apache.org/foundation/marks/", + "license": { + "type": "Apache-2.0" + } + }, { "title": "Apache Tomcat", "hex": "F8DC75", diff --git a/icons/apachesuperset.svg b/icons/apachesuperset.svg new file mode 100644 index 00000000..7421ca0a --- /dev/null +++ b/icons/apachesuperset.svg @@ -0,0 +1 @@ +Apache Superset \ No newline at end of file