fix(ui): fix away icon shape

Fix #5684.

away icon incorrect changed shape in 84836cf6a0
reviewable/pr5728/r2
Anthony Bilinski 2019-06-27 15:04:51 -07:00
parent 033c49aac3
commit b445031912
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
2 changed files with 18 additions and 4 deletions

View File

@ -3,6 +3,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16.1 16" enable-background="new 0 0 16.1 16" xml:space="preserve">
<path fill="#252325" d="M7.95,0 c-1.9,0-3.8,1.3-3.8,3.9 v 1.9 h-1 c-1.1,0-1.8,0.8-1.8,1.9 v 6.5 c 0,1.1 0.7,1.9 1.9,1.9 h 9.6 c 1.1,0 1.9,-0.8 1.9,-1.9 V 7.6 c 0,-1.1-0.8,-1.9-1.9,-1.9 h-0.9 V 3.8 C 11.85,1.3 9.95,0 7.95,0 Z m 0,1.6 c 1.3,0 2.2,1 2.2,2.2 0.1,1.2-0.4,2.4-2.2,3.1 0.3,-0.5 0.4,-0.7 0.5,-1.2-1.8,0.2-2.7,-0.8-2.7,-1.9 0,-1.1 0.9,-2.2 2.2,-2.2 z"/>
<path fill="#CDBE41" d="M11.45,11 c 0,1.9-1.5,3.4-3.4,3.4-1.9,0-3.4,-1.5-3.4,-3.4 0,-1.9 1.5,-3.4 3.4,-3.4 1.9,0 3.4,1.5 3.4,3.4"/>
<path
fill="#252325"
d="M8,0C6.1,0,4.2,1.3,4.2,3.9v1.9h-1c-1.1,0-1.8,0.8-1.8,1.9v6.5c0,1.1,0.7,1.9,1.9,1.9l9.6,0 c1.1,0,1.9-0.8,1.9-1.9V7.6c0-1.1-0.8-1.9-1.9-1.9h-0.9l0-1.9C11.9,1.3,10,0,8,0z M8,1.6c1.3,0,2.2,1,2.2,2.2C10.3,5,9.8,6.2,8,6.9 c0.3-0.5,0.4-0.7,0.5-1.2C6.7,5.9,5.8,4.9,5.8,3.8S6.7,1.6,8,1.6z"
id="path2" />
<path
d="m 8.05,7.8 c -1.8545455,0 -3.4,1.5 -3.4,3.3 0,1.8 1.5454545,3.3 3.4,3.3 1.8545455,0 3.4,-1.5 3.4,-3.3 0,-1.8 -1.5454545,-3.3 -3.4,-3.3 z m -2.4727273,3.4 c 0,-1.3 1.1333334,-2.4 2.4727273,-2.4 1.3393939,0 2.472727,1.1 2.472727,2.4 z"
id="path4"
inkscape:connector-curvature="0"
style="fill:#cdbe41;stroke-width:1.01503849" />
</svg>

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -3,6 +3,13 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16.1 16" enable-background="new 0 0 16.1 16" xml:space="preserve">
<path fill="#ff9600" d="M7.95,0 c-1.9,0-3.8,1.3-3.8,3.9 v 1.9 h-1 c-1.1,0-1.8,0.8-1.8,1.9 v 6.5 c 0,1.1 0.7,1.9 1.9,1.9 h 9.6 c 1.1,0 1.9,-0.8 1.9,-1.9 V 7.6 c 0,-1.1-0.8,-1.9-1.9,-1.9 h-0.9 V 3.8 C 11.85,1.3 9.95,0 7.95,0 Z m 0,1.6 c 1.3,0 2.2,1 2.2,2.2 0.1,1.2-0.4,2.4-2.2,3.1 0.3,-0.5 0.4,-0.7 0.5,-1.2-1.8,0.2-2.7,-0.8-2.7,-1.9 0,-1.1 0.9,-2.2 2.2,-2.2 z"/>
<path fill="#CDBE41" d="M11.45,11 c 0,1.9-1.5,3.4-3.4,3.4-1.9,0-3.4,-1.5-3.4,-3.4 0,-1.9 1.5,-3.4 3.4,-3.4 1.9,0 3.4,1.5 3.4,3.4"/>
<path
fill="#ff9600"
d="M8,0C6.1,0,4.2,1.3,4.2,3.9v1.9h-1c-1.1,0-1.8,0.8-1.8,1.9v6.5c0,1.1,0.7,1.9,1.9,1.9l9.6,0 c1.1,0,1.9-0.8,1.9-1.9V7.6c0-1.1-0.8-1.9-1.9-1.9h-0.9l0-1.9C11.9,1.3,10,0,8,0z M8,1.6c1.3,0,2.2,1,2.2,2.2C10.3,5,9.8,6.2,8,6.9 c0.3-0.5,0.4-0.7,0.5-1.2C6.7,5.9,5.8,4.9,5.8,3.8S6.7,1.6,8,1.6z"
id="path2" />
<path
d="m 8.05,7.8 c -1.8545455,0 -3.4,1.5 -3.4,3.3 0,1.8 1.5454545,3.3 3.4,3.3 1.8545455,0 3.4,-1.5 3.4,-3.3 0,-1.8 -1.5454545,-3.3 -3.4,-3.3 z m -2.4727273,3.4 c 0,-1.3 1.1333334,-2.4 2.4727273,-2.4 1.3393939,0 2.472727,1.1 2.472727,2.4 z"
id="path4"
inkscape:connector-curvature="0"
style="fill:#cdbe41;stroke-width:1.01503849" />
</svg>

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 1.1 KiB