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>
This commit is contained in:
Paula Barszcz 2022-07-22 12:49:18 +02:00 committed by GitHub
parent e32a64975d
commit 16f87eda5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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",

View file

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>electron-builder</title><path d="M12 7.01a3.506 3.506 0 003.506-3.505A3.506 3.506 0 0012 0a3.506 3.506 0 00-3.506 3.506A3.506 3.506 0 0012 7.01m0 4.137C9.243 8.588 5.574 7.01 1.484 7.01v12.852C5.574 19.863 9.243 21.44 12 24c2.757-2.56 6.426-4.137 10.516-4.137V7.01c-4.09 0-7.759 1.578-10.516 4.137z"/></svg>

After

Width:  |  Height:  |  Size: 385 B