From 6dde72945397e3142864ec33b87ba09888a120d8 Mon Sep 17 00:00:00 2001 From: Chris Mahoney <44449504+chrimaho@users.noreply.github.com> Date: Mon, 9 Jan 2023 01:10:15 +1100 Subject: [PATCH] New Icon: TNT (#8204) * Add info for new icon `tnt` * Fix linter issue for correct `hex` syntax * Capitalise `hex` code Co-authored-by: chmahone Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/tnt.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tnt.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index d7a74773..fc2b84f2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11601,6 +11601,11 @@ "hex": "1BB91F", "source": "https://github.com/tmux/tmux/tree/f04cc3997629823f0e304d4e4184e2ec93c703f0/logo" }, + { + "title": "TNT", + "hex": "FF6600", + "source": "https://commons.wikimedia.org/wiki/File:TNT_Express_Logo.svg" + }, { "title": "Todoist", "hex": "E44332", diff --git a/icons/tnt.svg b/icons/tnt.svg new file mode 100644 index 00000000..03183124 --- /dev/null +++ b/icons/tnt.svg @@ -0,0 +1 @@ +TNT \ No newline at end of file