Add Element icon (#473)

* Add Element icon

* Make element icon slightly smaller

* Implement suggestions by @edent to reduce file size further

Co-authored-by: Zak McCreery <zak@zqfm.net>
This commit is contained in:
Zak McCreery
2020-11-08 06:37:17 -05:00
committed by GitHub
parent d166e5f19d
commit d93875eb31
4 changed files with 15 additions and 0 deletions

6
images/svg/element.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Element" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><circle cx="256" cy="256" fill="#0dbd8b" r="192"/><path d="m234.85,153.25c46.35,0.47 81.6,37.79 81.6,81.6" fill="none" stroke="#ffffff" stroke-width="28.155" stroke-linecap="round" id="a"/><use href="#a" transform="rotate(90 256 256)"/><use href="#a" transform="rotate(180 256 256)"/><use href="#a" transform="rotate(270 256 256)"/></svg>

After

Width:  |  Height:  |  Size: 486 B