From 9a29414581ecaa35f6e26f0d20a6925ec8b831d0 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 2 Oct 2023 15:51:24 +0800 Subject: [PATCH] Add DJI icon (#9547) --- _data/simple-icons.json | 5 +++++ icons/dji.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dji.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d6b21aec..61510c76 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3637,6 +3637,11 @@ "hex": "092E20", "source": "https://www.djangoproject.com/community/logos/" }, + { + "title": "DJI", + "hex": "000000", + "source": "https://www.dji.com" + }, { "title": "Dlib", "hex": "008000", diff --git a/icons/dji.svg b/icons/dji.svg new file mode 100644 index 00000000..83a9df45 --- /dev/null +++ b/icons/dji.svg @@ -0,0 +1 @@ +DJI \ No newline at end of file