From e01dcf70e708054d840193580a0fb8df742c0cdd Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 4 Nov 2019 19:50:42 +0800 Subject: [PATCH] Add Veeam icon (#1877) * Add Veeam icon * Optimize the SVG Forgot to optimize it under SVGOMG. --- _data/simple-icons.json | 5 +++++ icons/veeam.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/veeam.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9dcd65abf6d9..625e031862a0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3621,6 +3621,11 @@ "hex": "1563FF", "source": "https://www.hashicorp.com/brand#vagrant" }, + { + "title": "Veeam", + "hex": "00B336", + "source": "https://www.veeam.com/newsroom/veeam-graphics.html" + }, { "title": "Venmo", "hex": "3D95CE", diff --git a/icons/veeam.svg b/icons/veeam.svg new file mode 100644 index 000000000000..468581adacdb --- /dev/null +++ b/icons/veeam.svg @@ -0,0 +1 @@ +Veeam icon \ No newline at end of file