From 115e660f318009fc7e206de8778a9d1137410532 Mon Sep 17 00:00:00 2001 From: Peter Noble <15157491+PeterShaggyNoble@users.noreply.github.com> Date: Sun, 23 Jul 2023 16:50:12 +0100 Subject: [PATCH] Add NBC (#5431) * Add NBC * Remove "icon" from SVG title --- _data/simple-icons.json | 5 +++++ icons/nbc.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/nbc.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c42095b8..892ef825 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8110,6 +8110,11 @@ "hex": "FF7100", "source": "https://presse.notebooksbilliger.de/presskits/style-guide" }, + { + "title": "NBC", + "hex": "222222", + "source": "https://www.nbcnews.com" + }, { "title": "NDR", "hex": "0C1754", diff --git a/icons/nbc.svg b/icons/nbc.svg new file mode 100644 index 00000000..7b829e37 --- /dev/null +++ b/icons/nbc.svg @@ -0,0 +1 @@ +NBC \ No newline at end of file