Revert svg icon stroke changes

no issue
- reverts "remove hardcoded icon stroke colors"
- revert "add stroke color to button classes, remove icon-specific stoke/fill styles"

Unfortunately these changes had a larger effect than was initially obvious, will PR if these changes still prove to be useful.
This commit is contained in:
Kevin Ansfield 2017-04-15 14:12:52 +01:00
parent 9509e15236
commit f5035fbf2e
22 changed files with 35 additions and 37 deletions

View File

@ -82,8 +82,7 @@
.settings-menu-header .close svg {
height: 12px;
width: 12px;
fill: var(--darkgrey);
stroke: var(--darkgrey);
fill: --var(darkgrey);
}
.settings-menu-header.subview h4 {
@ -103,7 +102,6 @@
.settings-menu-header.subview .back svg path {
fill: var(--darkgrey);
stroke: var(--darkgrey);
}
/* Content

View File

@ -12,7 +12,6 @@
text-decoration: none !important;
user-select: none;
fill: color(var(--lightgrey) l(-27%) blackness(+15%));
stroke: color(var(--lightgrey) l(-27%) blackness(+15%));
border-radius: 5px;
transition: all 0.2s ease;
@ -82,7 +81,6 @@ fieldset[disabled] .gh-btn {
color: color(var(--darkgrey) l(+15%));
text-shadow: 0 1px 0 #fff;
fill: var(--darkgrey);
stroke: var(--darkgrey);
background: linear-gradient(
color(var(--lightgrey) l(-3%)),
color(var(--lightgrey) l(-8%))
@ -122,7 +120,6 @@ fieldset[disabled] .gh-btn {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
stroke: #fff;
background: linear-gradient(
color(var(--blue) blackness(+10%)),
color(var(--blue) l(-15%) saturation(-15%))
@ -163,7 +160,6 @@ fieldset[disabled] .gh-btn {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
stroke: #fff;
background: linear-gradient(
color(var(--green) blackness(+5%)),
color(var(--green) l(-9%) saturation(-9%))
@ -205,7 +201,6 @@ fieldset[disabled] .gh-btn {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
stroke: #fff;
background: linear-gradient(
color(var(--red) blackness(+10%)),
color(var(--red) l(-15%) saturation(-15%))
@ -246,7 +241,6 @@ fieldset[disabled] .gh-btn {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
fill: #fff;
stroke: #fff;
background: linear-gradient(
color(var(--darkgrey) blackness(+10%)),
color(var(--darkgrey) l(-15%) saturation(-15%))
@ -305,6 +299,7 @@ fieldset[disabled] .gh-btn {
width: 1em;
height: 1em;
margin-right: 0.5em;
fill: #fff;
}
.gh-btn-icon-right svg {
@ -312,6 +307,10 @@ fieldset[disabled] .gh-btn {
margin-right: 0;
}
.gh-btn-icon svg path {
stroke: #fff;
}
.gh-btn svg.no-margin {
margin: 0;
}
@ -323,6 +322,7 @@ fieldset[disabled] .gh-btn {
/* Success icon */
path.animated-check-circle {
stroke: white;
stroke-dashoffset: 300;
stroke-dasharray: 300;
animation: dash 4s ease-out forwards;

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M4 6.609v1.391l-2.539.726c-.528.151-.961.724-.961 1.274v.5h5.5M7 6.578v1.422l2.538.726c.529.151.962.724.962 1.274v.5h-5.5"/><ellipse cx="5.5" cy="3.771" rx="3" ry="3.271"/><path d="M8.469 3.198c-.5.5-1.93.476-2.469-.528-1 1-2.625 1-3.434.429M17 6.609v1.391l-2.539.726c-.528.151-.961.724-.961 1.274v.5h5.5M20 6.594v1.406l2.538.726c.529.151.962.724.962 1.274v.5h-5.5"/><ellipse cx="18.5" cy="3.771" rx="3" ry="3.271"/><path d="M21.453 3.195c-.5.5-1.914.479-2.453-.525-1 1-2.625 1-3.434.429M10.5 19.609v1.391l-2.539.726c-.528.151-.961.724-.961 1.274v.5h5.5M13.5 19.609v1.391l2.538.726c.529.151.962.724.962 1.274v.5h-5.5"/><ellipse cx="12" cy="16.771" rx="3" ry="3.271"/><path d="M14.953 16.17c-.5.5-1.914.503-2.453-.5-1 1-2.625 1-3.434.429"/><path stroke-linecap="round" d="M4 12.5l2.5 2.5M20 12.5l-2.5 2.5"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M4 6.609v1.391l-2.539.726c-.528.151-.961.724-.961 1.274v.5h5.5M7 6.578v1.422l2.538.726c.529.151.962.724.962 1.274v.5h-5.5"/><ellipse cx="5.5" cy="3.771" rx="3" ry="3.271"/><path d="M8.469 3.198c-.5.5-1.93.476-2.469-.528-1 1-2.625 1-3.434.429M17 6.609v1.391l-2.539.726c-.528.151-.961.724-.961 1.274v.5h5.5M20 6.594v1.406l2.538.726c.529.151.962.724.962 1.274v.5h-5.5"/><ellipse cx="18.5" cy="3.771" rx="3" ry="3.271"/><path d="M21.453 3.195c-.5.5-1.914.479-2.453-.525-1 1-2.625 1-3.434.429M10.5 19.609v1.391l-2.539.726c-.528.151-.961.724-.961 1.274v.5h5.5M13.5 19.609v1.391l2.538.726c.529.151.962.724.962 1.274v.5h-5.5"/><ellipse cx="12" cy="16.771" rx="3" ry="3.271"/><path d="M14.953 16.17c-.5.5-1.914.503-2.453-.5-1 1-2.625 1-3.434.429"/><path stroke-linecap="round" d="M4 12.5l2.5 2.5M20 12.5l-2.5 2.5"/></g></svg>

Before

Width:  |  Height:  |  Size: 971 B

After

Width:  |  Height:  |  Size: 984 B

View File

@ -5,8 +5,8 @@
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-40" transform="translate(1.000000, 2.000000)" stroke-width="3">
<g id="Stroke-40" transform="translate(1.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="0.4687 0.1798 11.9687 13.3228 23.4687 0.1798"></polyline>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 703 B

After

Width:  |  Height:  |  Size: 719 B

View File

@ -5,8 +5,8 @@
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-42" transform="translate(2.000000, 2.000000)" stroke-width="3">
<g id="Stroke-42" transform="translate(2.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="13.5401 0.4256 0.3971 11.9256 13.5401 23.4256"></polyline>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 720 B

View File

@ -5,8 +5,8 @@
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-43" transform="translate(2.000000, 2.000000)" stroke-width="3">
<g id="Stroke-43" transform="translate(2.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="0.3973 23.4256 13.5403 11.9256 0.3973 0.4256"></polyline>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 720 B

View File

@ -5,8 +5,8 @@
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Stroke-41" transform="translate(1.000000, 2.000000)" stroke-width="3">
<g id="Stroke-41" transform="translate(1.000000, 2.000000)" stroke-width="3" stroke="#0B0B0A">
<polyline points="23.4687 13.3227 11.9687 0.1797 0.4687 13.3227"></polyline>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 718 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M11.5 1.5h12v22h-23v-22h3"/><path d="M11.5 13.5l-4-4-4 4v-13h8zM14.5 7.5h6M14.5 10.5h6M14.5 13.5h6M3.5 16.5h17M3.5 19.5h13"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M11.5 1.5h12v22h-23v-22h3"/><path d="M11.5 13.5l-4-4-4 4v-13h8zM14.5 7.5h6M14.5 10.5h6M14.5 13.5h6M3.5 16.5h17M3.5 19.5h13"/></g></svg>

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 326 B

View File

@ -1,5 +1,5 @@
<svg width="26px" height="26px" viewBox="-1 -1 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="check-circle" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path class="animated-check-circle" d="M19.6004116,2.71490714 C17.5353801,1.0196018 14.8927356,0 12,0 C5.38938053,0 0,5.38938053 0,12 C0,18.6106195 5.38938053,24 12,24 C18.6106195,24 24,18.6106195 24,12 C24,9.71681416 23.3628319,7.59292035 22.2743363,5.78761062 L11.0442478,17.0442478 L5.49557522,11.4955752" id="Shape" stroke-width="2"></path>
<path class="animated-check-circle" d="M19.6004116,2.71490714 C17.5353801,1.0196018 14.8927356,0 12,0 C5.38938053,0 0,5.38938053 0,12 C0,18.6106195 5.38938053,24 12,24 C18.6106195,24 24,18.6106195 24,12 C24,9.71681416 23.3628319,7.59292035 22.2743363,5.78761062 L11.0442478,17.0442478 L5.49557522,11.4955752" id="Shape" stroke="#000000" stroke-width="2"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 622 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M.5 14.5h4v8h-4z"/><path stroke-linecap="round" d="M4.5 21c10.729 3.577 6.771 3.613 19-2.5-1.063-1.062-1.903-1.313-3-1l-4.434 1.471M4.5 15.5h3c2.353 0 4 1.5 4.5 2h3c1.593 0 1.593 2 0 2h-5.5M6.851 12.221c-.544-1.081-.851-2.303-.851-3.596 0-4.417 3.582-8 8-8 4.417 0 8 3.583 8 8 0 2.924-1.568 5.48-3.908 6.877M19.913 3.237s-.348 1.911-1.739 2.606c-1.391-.348-2.782.694-2.435.694.348 0 .695 1.392.695 1.392.349.348 1.044 0 1.044 0 .869.869-1.392 2.436-1.392 2.783s.87.521.347 1.044c-.521.521-1.042.694-1.042.694 0 1.739-1.74 1.739-2.087 1.739-.348 0-1.044-1.392-1.044-1.739s.349-.694.349-1.043c0-.348-.696-1.043-.696-1.043 0-1.392-1.043-1.044-2.087-1.044-1.043 0-1.043-1.392-1.043-1.392s0-2.434 1.739-2.781c1.738-.35 1.738.348 1.738.348.697.694 2.087 0 2.783 0 0 0 .348-2.436-.348-2.088-.695.35-1.319.079-1.39-.694-.102-1.088 3.035-1.739 3.035-1.739"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M.5 14.5h4v8h-4z"/><path stroke-linecap="round" d="M4.5 21c10.729 3.577 6.771 3.613 19-2.5-1.063-1.062-1.903-1.313-3-1l-4.434 1.471M4.5 15.5h3c2.353 0 4 1.5 4.5 2h3c1.593 0 1.593 2 0 2h-5.5M6.851 12.221c-.544-1.081-.851-2.303-.851-3.596 0-4.417 3.582-8 8-8 4.417 0 8 3.583 8 8 0 2.924-1.568 5.48-3.908 6.877M19.913 3.237s-.348 1.911-1.739 2.606c-1.391-.348-2.782.694-2.435.694.348 0 .695 1.392.695 1.392.349.348 1.044 0 1.044 0 .869.869-1.392 2.436-1.392 2.783s.87.521.347 1.044c-.521.521-1.042.694-1.042.694 0 1.739-1.74 1.739-2.087 1.739-.348 0-1.044-1.392-1.044-1.739s.349-.694.349-1.043c0-.348-.696-1.043-.696-1.043 0-1.392-1.043-1.044-2.087-1.044-1.043 0-1.043-1.392-1.043-1.392s0-2.434 1.739-2.781c1.738-.35 1.738.348 1.738.348.697.694 2.087 0 2.783 0 0 0 .348-2.436-.348-2.088-.695.35-1.319.079-1.39-.694-.102-1.088 3.035-1.739 3.035-1.739"/></g></svg>

Before

Width:  |  Height:  |  Size: 1014 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M7.547 9.619c-.465 1.946.158 3.638 3.425 2.877 2.568 2.157 3.842 1.135 4.355-1.014.515-2.148-1.034-6.417-3.232-7.972-1.185 2.803-3.965 3.678-4.548 6.109zM9 20.5h5M9 22.5h5M11.5 22.5v1M11.5 18.5s-1.555-7.863.526-11.168"/><path d="M20.5 9c0-4.693-4.03-8.5-9-8.5-4.971 0-9 3.807-9 8.5 0 3.874 2.747 7.137 6.5 8.161v1.339h5v-1.339c3.753-1.024 6.5-4.287 6.5-8.161z"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M7.547 9.619c-.465 1.946.158 3.638 3.425 2.877 2.568 2.157 3.842 1.135 4.355-1.014.515-2.148-1.034-6.417-3.232-7.972-1.185 2.803-3.965 3.678-4.548 6.109zM9 20.5h5M9 22.5h5M11.5 22.5v1M11.5 18.5s-1.555-7.863.526-11.168"/><path d="M20.5 9c0-4.693-4.03-8.5-9-8.5-4.971 0-9 3.807-9 8.5 0 3.874 2.747 7.137 6.5 8.161v1.339h5v-1.339c3.753-1.024 6.5-4.287 6.5-8.161z"/></g></svg>

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 563 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M.5.5h23v15h-23z"/><path stroke-linecap="round" d="M11.5 15.5v3M6.5 23.5l5-5 5 5M2.5 8.5h4l2-2.5 2 4.5 2.5-3 2 2 3.5-5"/><path d="M2.5 2.5h19v11h-19z"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M.5.5h23v15h-23z"/><path stroke-linecap="round" d="M11.5 15.5v3M6.5 23.5l5-5 5 5M2.5 8.5h4l2-2.5 2 4.5 2.5-3 2 2 3.5-5"/><path d="M2.5 2.5h19v11h-19z"/></g></svg>

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 330 B

View File

@ -5,6 +5,6 @@
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="square">
<path d="M1,2 L41,2" id="Line" stroke-width="2"></path>
<path d="M1,2 L41,2" id="Line" stroke="#000000" stroke-width="2"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 550 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M14.5 12.5l.086.086c.781.781 2.047.781 2.828 0l3.965-3.964c1.166-1.167 1.166-3.075 0-4.243l-1.758-1.757c-1.166-1.167-3.076-1.167-4.242 0l-3.965 3.964c-.781.781-.781 2.047 0 2.829l.086.085M9.5 11.5l-.086-.085c-.781-.781-2.047-.781-2.828 0l-3.965 3.964c-1.166 1.167-1.166 3.076 0 4.243l1.758 1.757c1.166 1.167 3.076 1.167 4.242 0l3.965-3.964c.781-.781.781-2.047 0-2.829l-.086-.086M8.111 15.889l7.778-7.778"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M14.5 12.5l.086.086c.781.781 2.047.781 2.828 0l3.965-3.964c1.166-1.167 1.166-3.075 0-4.243l-1.758-1.757c-1.166-1.167-3.076-1.167-4.242 0l-3.965 3.964c-.781.781-.781 2.047 0 2.829l.086.085M9.5 11.5l-.086-.085c-.781-.781-2.047-.781-2.828 0l-3.965 3.964c-1.166 1.167-1.166 3.076 0 4.243l1.758 1.757c1.166 1.167 3.076 1.167 4.242 0l3.965-3.964c.781-.781.781-2.047 0-2.829l-.086-.086M8.111 15.889l7.778-7.778"/></g></svg>

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 607 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><circle cx="2.5" cy="4.5" r="2"/><path d="M8.569 4.428h14.931"/><circle cx="2.5" cy="12.5" r="2"/><path d="M8.569 12.428h14.931"/><circle cx="2.5" cy="20.5" r="2"/><path d="M8.569 20.427h14.931"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><circle cx="2.5" cy="4.5" r="2"/><path d="M8.569 4.428h14.931"/><circle cx="2.5" cy="12.5" r="2"/><path d="M8.569 12.428h14.931"/><circle cx="2.5" cy="20.5" r="2"/><path d="M8.569 20.427h14.931"/></g></svg>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 388 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M6.5 4.5h17M6.5 12.5h17M6.5 20.5h17M2 6.5v-3.927l-1.5 1.464M2.569 14.5h-2.069c1.48-2 2-1.836 2-2.963 0-.552-.449-.982-1-.982-.553 0-.965.422-.965.974M.5 18.5h1.931l-1 1.537c.826 0 1 .481 1 .981s-.174.982-1 .982h-.931"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M6.5 4.5h17M6.5 12.5h17M6.5 20.5h17M2 6.5v-3.927l-1.5 1.464M2.569 14.5h-2.069c1.48-2 2-1.836 2-2.963 0-.552-.449-.982-1-.982-.553 0-.965.422-.965.974M.5 18.5h1.931l-1 1.537c.826 0 1 .481 1 .981s-.174.982-1 .982h-.931"/></g></svg>

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 420 B

View File

@ -5,8 +5,8 @@
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Rectangle" stroke-width="2" x="2" y="2" width="39" height="30" rx="2"></rect>
<polygon id="M" points="19.5658884 12.6132812 19.5170603 12.6035156 14.9174509 24 13.638154 24 9.03854465 12.6132812 8.98971652 12.6230469 9.18502902 18.375 9.18502902 22.4960938 10.7768259 22.7695312 10.7768259 24 5.66940402 24 5.66940402 22.7695312 7.2612009 22.4960938 7.2612009 11.2949219 5.66940402 11.0214844 5.66940402 9.78125 9.7221384 9.78125 14.2533884 21.3339844 14.3119821 21.3339844 18.8334665 9.78125 22.8959665 9.78125 22.8959665 11.0214844 21.3041696 11.2949219 21.3041696 22.4960938 22.8959665 22.7695312 22.8959665 24 17.7885446 24 17.7885446 22.7695312 19.3803415 22.4960938 19.3803415 18.375"></polygon>
<path d="M36.0769232,18.5010984 L31.0384616,23.53956 L26,18.5010984 M31.0384616,23.53956 L31.0384616,10.4395605" id="Stroke-2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<rect id="Rectangle" stroke="#000000" stroke-width="2" x="2" y="2" width="39" height="30" rx="2"></rect>
<polygon id="M" fill="#000000" points="19.5658884 12.6132812 19.5170603 12.6035156 14.9174509 24 13.638154 24 9.03854465 12.6132812 8.98971652 12.6230469 9.18502902 18.375 9.18502902 22.4960938 10.7768259 22.7695312 10.7768259 24 5.66940402 24 5.66940402 22.7695312 7.2612009 22.4960938 7.2612009 11.2949219 5.66940402 11.0214844 5.66940402 9.78125 9.7221384 9.78125 14.2533884 21.3339844 14.3119821 21.3339844 18.8334665 9.78125 22.8959665 9.78125 22.8959665 11.0214844 21.3041696 11.2949219 21.3041696 22.4960938 22.8959665 22.7695312 22.8959665 24 17.7885446 24 17.7885446 22.7695312 19.3803415 22.4960938 19.3803415 18.375"></polygon>
<path d="M36.0769232,18.5010984 L31.0384616,23.53956 L26,18.5010984 M31.0384616,23.53956 L31.0384616,10.4395605" id="Stroke-2" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M10.661 16.168l-4.95 2.122 2.122-4.951 8.839-8.839 2.828 2.829zM17.664 9.165l-2.828-2.829M10.661 16.168l-2.828-2.829"/><circle cx="12" cy="12" r="11.5"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M10.661 16.168l-4.95 2.122 2.122-4.951 8.839-8.839 2.828 2.829zM17.664 9.165l-2.828-2.829M10.661 16.168l-2.828-2.829"/><circle cx="12" cy="12" r="11.5"/></g></svg>

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 354 B

View File

@ -4,6 +4,6 @@
<title>Slice 1</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
<path d="M20.6875,11 C20.6875,16.5253333 10.84375,31.6666667 10.84375,31.6666667 C10.84375,31.6666667 1,16.5253333 1,11 C1,5.47733333 5.4060625,1 10.84375,1 C16.280125,1 20.6875,5.47733333 20.6875,11 Z M14.78125,11 C14.78125,13.2093333 13.01725,15 10.84375,15 C8.6689375,15 6.90625,13.2093333 6.90625,11 C6.90625,8.792 8.6689375,7 10.84375,7 C13.01725,7 14.78125,8.792 14.78125,11 Z" id="Combined-Shape" stroke-width="2" fill="#fff"></path>
<path d="M20.6875,11 C20.6875,16.5253333 10.84375,31.6666667 10.84375,31.6666667 C10.84375,31.6666667 1,16.5253333 1,11 C1,5.47733333 5.4060625,1 10.84375,1 C16.280125,1 20.6875,5.47733333 20.6875,11 Z M14.78125,11 C14.78125,13.2093333 13.01725,15 10.84375,15 C8.6689375,15 6.90625,13.2093333 6.90625,11 C6.90625,8.792 8.6689375,7 10.84375,7 C13.01725,7 14.78125,8.792 14.78125,11 Z" id="Combined-Shape" stroke="#394043" stroke-width="2" fill="#fff"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 920 B

After

Width:  |  Height:  |  Size: 937 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M11.5.5v22M22.5 11.5h-22"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M11.5.5v22M22.5 11.5h-22"/></g></svg>

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 228 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M21.502 10.333v12.167h-19v-12.187"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M4.502 13.5h8v6h-8zM14.502 13.5h5v9h-5zM21.502 2.5h-19l-2 4h23zM23.502 7.5c0 1.657-1.343 3-3 3-.826 0-1.457-.46-2-1-.708 1.125-2.073 2-3.5 2-1.196 0-2.267-.528-3-1.36-.732.833-1.804 1.36-3 1.36-1.427 0-2.792-.875-3.5-2-.542.54-1.174 1-2 1-1.657 0-3-1.343-3-3v-1h23v1zM5.502 9.5v-3l1-4M12.002 10.146v-7.646M18.502 9.5v-3l-1-4"/><path d="M17.502 18c-.276 0-.5.224-.5.5 0 .277.224.5.5.5s.5-.223.5-.5c0-.276-.224-.5-.5-.5z"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M21.502 10.333v12.167h-19v-12.187"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M4.502 13.5h8v6h-8zM14.502 13.5h5v9h-5zM21.502 2.5h-19l-2 4h23zM23.502 7.5c0 1.657-1.343 3-3 3-.826 0-1.457-.46-2-1-.708 1.125-2.073 2-3.5 2-1.196 0-2.267-.528-3-1.36-.732.833-1.804 1.36-3 1.36-1.427 0-2.792-.875-3.5-2-.542.54-1.174 1-2 1-1.657 0-3-1.343-3-3v-1h23v1zM5.502 9.5v-3l1-4M12.002 10.146v-7.646M18.502 9.5v-3l-1-4"/><path d="M17.502 18c-.276 0-.5.224-.5.5 0 .277.224.5.5.5s.5-.223.5-.5c0-.276-.224-.5-.5-.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 763 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M15.979 22.5l-7-20.5-6.979 20.5M4.383 15.5h9.207M.5 22.5h3.021M14.479 22.5h3.021M22.501 22.5l-4.598-13.465-2.36 6.932M16.92 17.5h3.768M21.516 22.5h1.984"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M15.979 22.5l-7-20.5-6.979 20.5M4.383 15.5h9.207M.5 22.5h3.021M14.479 22.5h3.021M22.501 22.5l-4.598-13.465-2.36 6.932M16.92 17.5h3.768M21.516 22.5h1.984"/></g></svg>

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 356 B