Redraw icons to fit 20x20 canvas better

Change-Id: I1222cbcb1e78ded144f1ac1e6376bfebb32be3c7
This commit is contained in:
Ed Sanders 2018-03-22 14:38:43 +00:00 committed by Jforrester
parent e04e5ee28a
commit 6d042da104
2 changed files with 12 additions and 14 deletions

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="2 2 20 20">
<g id="chemistry-flask">
<path id="flask" d="M9.5 6a.5.5 0 1 0 0 1h.5v2.36l-3.61 5.876c-.38.614-.37 1.338-.046 1.875.324.538.943.89 1.656.89h9c.713 0 1.33-.352 1.654-.89.324-.535.335-1.257-.043-1.872L15 9.358V7h.5a.5.5 0 1 0 0-1h-1a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .074.262l3.686 6c.202.33.174.606.037.834-.137.227-.402.404-.797.404H8c-.395 0-.66-.178-.8-.406-.136-.228-.165-.503.038-.83a.5.5 0 0 0 .002-.002l3.686-6A.5.5 0 0 0 11 9.5v-3a.5.5 0 0 0-.5-.5z" />
<path id="liquid" d="M10.568 12.254L8.268 16h8.464l-1.67-2.72c-1.296.227-2.944-.89-4.494-1.026zm.924 1.223a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1.002-1 1 1 0 0 1 1.002-1z" />
<circle id="bubble1" cx="12.866" cy="4.359" r="1.021" />
<circle id="bubble2" cx="12.325" cy="7.585" r=".787" />
<circle id="bubble3" cx="13.071" cy="11.155" r="1.095" />
</g>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
<title>chem</title>
<path d="M5 3v2l1-.002v2.36l-4.61 7.877c-.38.614-.37 1.338-.046 1.875.324.538.943.89 1.656.89h14c.713 0 1.33-.353 1.654-.89.324-.536.335-1.258-.043-1.873L14 7.357V4.999h1V3h-2.5a.5.5 0 0 0-.5.5v4c0 .092.025.402.074.48l3.94 6.783c.202.33.174.606.037.834-.137.227-.402.404-.797.404H4.746c-.395 0-.66-.179-.8-.407-.136-.228-.165-.503.038-.83.001 0 .002 0 .002-.002l3.94-6.782C7.974 7.9 8 7.591 8 7.5v-4a.5.5 0 0 0-.5-.5z" id="flask"/>
<path d="M7.3 11.056L5 15h10l-1.67-2.918c-1.296.227-4.48-.89-6.03-1.026zm1.181 1.399a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" id="liquid"/>
<circle r="1.154" cy="2.424" cx="10.617" id="bubble1" stroke-width="1.13"/>
<ellipse ry=".654" rx=".643" cy="5.589" cx="9.469" id="bubble2" stroke-width=".824"/>
<circle r="1.095" cy="9.673" cx="10.734" id="bubble3"/>
</svg>

Before

Width:  |  Height:  |  Size: 1002 B

After

Width:  |  Height:  |  Size: 950 B

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="2 2 20 20">
<g id="math">
<path id="sigma" d="M 13.609,11.391 10.004,16.004 16,16 l 0,-1 1,0 0,3 -10,0 5,-6 -5,-6 10,0 0,3 -1,0 0,-2 -6,0 3.609,4.391" />
</g>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" height="20" width="20">
<title>math</title>
<path d="M12.643 8.829L7.495 15H14.5v-1.5H16V18H3l6.666-8L3 2h13v4h-1.5V3.5H8.112" id="sigma"/>
</svg>

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 254 B