Update icon for Emmet

This commit is contained in:
Ramya Achutha Rao 2018-02-28 11:17:25 -08:00
parent 8e8749fdda
commit 31f3a21523
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="393px" height="393px" viewBox="0 0 393 393" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
<title>Emmet icon</title>
<desc>Created with Sketch.</desc>
<defs>
<linearGradient x1="98.6086902%" y1="50%" x2="50%" y2="50%" id="linearGradient-1">
<stop stop-color="#CEFBAD" offset="0%"></stop>
<stop stop-color="#CEFBAD" offset="83.6972535%"></stop>
<stop stop-color="#000000" stop-opacity="0" offset="100%"></stop>
</linearGradient>
<path d="M221,250.014289 L221,285 L116,348 L116,48 L221,111 L221,145.985711 L146,100.985711 L146,168.653571 L195.5,198 L146,227.346429 L146,295.014289 L221,250.014289 Z M261,226.014289 L307.690481,198 L261,169.985711 L261,135 L366,198 L261,261 L261,226.014289 Z" id="path-2"></path>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Emmet-icon" transform="translate(196.500000, 196.500000) rotate(-45.000000) translate(-196.500000, -196.500000) ">
<circle id="Oval-8" fill="#25272B" cx="196.5" cy="196.5" r="196.5"></circle>
<g id="Base">
<use fill="#92C131" xlink:href="#path-2"></use>
<use fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -7,6 +7,7 @@
"engines": {
"vscode": "^1.13.0"
},
"icon": "images/icon.svg",
"categories": [
"Other"
],