Change margins of window-close

Margins were changed to make the icons look more similar to the close buttons used by the Breeze QStyle and KDecoration when placed next to other window-* icons
This commit is contained in:
Noah Davis 2020-06-28 11:11:59 -04:00
parent 593c0d41c8
commit a799da00cc
6 changed files with 44 additions and 46 deletions

View File

@ -1,17 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-NegativeText"
d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z"
/>
.ColorScheme-Background {
color:#31363b;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="m7.9999997-.0000001a7.9999998 7.9999998 0 0 0 -7.9999998 7.9999998 7.9999998 7.9999998 0 0 0 7.9999998 8.0000003 7.9999998 7.9999998 0 0 0 8.0000003-8.0000003 7.9999998 7.9999998 0 0 0 -8.0000003-7.9999998z" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m4.5 3.7929688-.7070312.7070312.3535156.3535156 3.1464844 3.1464844-3.1464844 3.146484-.3535156.353516.7070312.707031.3535156-.353515 3.1464844-3.1464848 3.146484 3.1464848.353516.353515.707031-.707031-.353515-.353516-3.1464848-3.146484 3.1464848-3.1464844.353515-.3535156-.707031-.7070312-.353516.3535156-3.146484 3.1464844-3.1464844-3.1464844z" class="ColorScheme-Background" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 1014 B

View File

@ -1,10 +1,12 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Background {
color:#31363b;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8M7.707 7L11 10.294l3.293-3.293.707.707-3.293 3.293L15 14.294l-.707.707L11 11.708l-3.293 3.293L7 14.294l3.293-3.293L7 7.708l.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m11 1a10 10 0 0 0 -10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0 -10-10" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m6.5 5.7929688-.7070312.7070312 4.5000002 4.5-4.5000002 4.5.7070312.707031 4.5-4.5 4.5 4.5.707031-.707031-4.5-4.5 4.5-4.5-.707031-.7070312-4.5 4.5000002z" class="ColorScheme-Background" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

Before

Width:  |  Height:  |  Size: 487 B

After

Width:  |  Height:  |  Size: 695 B

View File

@ -1,10 +1,12 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Background {
color:#31363b;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M16 4A12 12 0 0 0 4 16a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 16 4m-5.293 6L16 15.293 21.293 10s.727.716.707.707L16.707 16 22 21.293s-.701.706-.707.707L16 16.707 10.707 22c.001-.005-.707-.707-.707-.707L15.293 16 10 10.707c.02.001.707-.707.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m16.000001 2.0000001a14 14 0 0 0 -14.0000009 14.0000009 14 14 0 0 0 14.0000009 14 14 14 0 0 0 14-14 14 14 0 0 0 -14-14.0000009" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m9.5 8.7929688-.707031.7070312 6.5 6.5-6.5 6.5.707031.707031 6.5-6.5 6.5 6.5.707031-.707031-6.5-6.5 6.5-6.5-.707031-.7070312-6.5 6.5000002z" class="ColorScheme-Background" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 728 B

View File

@ -1,17 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-NegativeText"
d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z"
/>
.ColorScheme-Background {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="m7.9999997-.0000001a7.9999998 7.9999998 0 0 0 -7.9999998 7.9999998 7.9999998 7.9999998 0 0 0 7.9999998 8.0000003 7.9999998 7.9999998 0 0 0 8.0000003-8.0000003 7.9999998 7.9999998 0 0 0 -8.0000003-7.9999998z" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m4.5 3.7929688-.7070312.7070312.3535156.3535156 3.1464844 3.1464844-3.1464844 3.146484-.3535156.353516.7070312.707031.3535156-.353515 3.1464844-3.1464848 3.146484 3.1464848.353516.353515.707031-.707031-.353515-.353516-3.1464848-3.146484 3.1464848-3.1464844.353515-.3535156-.707031-.7070312-.353516.3535156-3.146484 3.1464844-3.1464844-3.1464844z" class="ColorScheme-Background" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 1014 B

View File

@ -1,10 +1,12 @@
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Background {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8M7.707 7L11 10.294l3.293-3.293.707.707-3.293 3.293L15 14.294l-.707.707L11 11.708l-3.293 3.293L7 14.294l3.293-3.293L7 7.708l.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m11 1a10 10 0 0 0 -10 10 10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0 -10-10" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m6.5 5.7929688-.7070312.7070312 4.5000002 4.5-4.5000002 4.5.7070312.707031 4.5-4.5 4.5 4.5.707031-.707031-4.5-4.5 4.5-4.5-.707031-.7070312-4.5 4.5000002z" class="ColorScheme-Background" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

Before

Width:  |  Height:  |  Size: 487 B

After

Width:  |  Height:  |  Size: 695 B

View File

@ -1,10 +1,12 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<style
type="text/css"
id="current-color-scheme">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Background {
color:#eff0f1;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
<path d="M16 4A12 12 0 0 0 4 16a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 16 4m-5.293 6L16 15.293 21.293 10s.727.716.707.707L16.707 16 22 21.293s-.701.706-.707.707L16 16.707 10.707 22c.001-.005-.707-.707-.707-.707L15.293 16 10 10.707c.02.001.707-.707.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m16.000001 2.0000001a14 14 0 0 0 -14.0000009 14.0000009 14 14 0 0 0 14.0000009 14 14 14 0 0 0 14-14 14 14 0 0 0 -14-14.0000009" class="ColorScheme-NegativeText" fill="currentColor"/>
<path d="m9.5 8.7929688-.707031.7070312 6.5 6.5-6.5 6.5.707031.707031 6.5-6.5 6.5 6.5.707031-.707031-6.5-6.5 6.5-6.5-.707031-.7070312-6.5 6.5000002z" class="ColorScheme-Background" fill="currentColor" stroke-linecap="square" stroke-miterlimit="0"/>
</svg>

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 728 B