From 4fc5c78c35e0845ca1a0fdf8911e696c07bc9b3b Mon Sep 17 00:00:00 2001 From: ryanmurphyNSCC <144235834+ryanmurphyNSCC@users.noreply.github.com> Date: Sat, 18 May 2024 12:22:24 -0300 Subject: [PATCH] Add Dota 2 icon (#10574) Co-authored-by: Alexandre Paradis --- _data/simple-icons.json | 5 +++++ icons/dota2.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dota2.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5f498673..369ca054 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4288,6 +4288,11 @@ "hex": "FF3008", "source": "https://www.doordash.com/about/" }, + { + "title": "Dota 2", + "hex": "BF2E1A", + "source": "https://commons.wikimedia.org/wiki/File:Dota_logo.svg" + }, { "title": "Douban", "hex": "2D963D", diff --git a/icons/dota2.svg b/icons/dota2.svg new file mode 100644 index 00000000..b0e21230 --- /dev/null +++ b/icons/dota2.svg @@ -0,0 +1 @@ +Dota 2 \ No newline at end of file