mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-18 08:01:08 +03:00
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:
parent
e32a64975d
commit
16f87eda5e
@ -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",
|
||||
|
1
icons/electronbuilder.svg
Normal file
1
icons/electronbuilder.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user