From 13daa745dd47341252e32e1ce71dce88b75a8d3d Mon Sep 17 00:00:00 2001 From: Gabriele D'Arrigo Date: Thu, 13 Dec 2018 11:02:20 +0100 Subject: [PATCH] Added DAZN icon (#1118) * Fix: add the missing svg title --- _data/simple-icons.json | 5 +++++ icons/dazn.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/dazn.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 642dca47..a85b89d7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -440,6 +440,11 @@ "hex": "0066DC", "source": "http://press.dailymotion.com/?page_id=346" }, + { + "title": "DAZN", + "hex": "F8F8F5", + "source": "https://media.dazn.com/en/assets/" + }, { "title": "Debian", "hex": "A81D33", diff --git a/icons/dazn.svg b/icons/dazn.svg new file mode 100644 index 00000000..5e5d8507 --- /dev/null +++ b/icons/dazn.svg @@ -0,0 +1 @@ +DAZN icon \ No newline at end of file