From 16f87eda5e796f02bec4afea2ff8444059c544c9 Mon Sep 17 00:00:00 2001 From: Paula Barszcz Date: Fri, 22 Jul 2022 12:49:18 +0200 Subject: [PATCH] Add electron-builder icon (#7589) * add Electron Builder icon * modify Electron Builder icon * add svg properties that were missing after vscode s minify SVG command * capitalize letters in hex code of the primary color * modify the icon's height to be exactly 24px * Update _data/simple-icons.json Change the name of the icon to electron-builder Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> * Update icons/electronbuilder.svg Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> * Update _data/simple-icons.json with color whie Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/electronbuilder.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/electronbuilder.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 99f23fef..9054b4a2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3184,6 +3184,11 @@ "hex": "47848F", "source": "https://www.electronjs.org/" }, + { + "title": "electron-builder", + "hex": "FFFFFF", + "source": "https://www.electron.build/" + }, { "title": "Element", "hex": "0DBD8B", diff --git a/icons/electronbuilder.svg b/icons/electronbuilder.svg new file mode 100644 index 00000000..728eaaf5 --- /dev/null +++ b/icons/electronbuilder.svg @@ -0,0 +1 @@ +electron-builder \ No newline at end of file