Adds Jumpstart: Historic Horizons preliminary symbol, working on fixing the gradient border for duo symbols

This commit is contained in:
Andrew Gioia 2021-07-31 21:54:32 -04:00
parent 62fc50936a
commit accea22a5a
28 changed files with 126 additions and 31 deletions

View File

@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
## Versions
### [3.8.3] 2021-07-31 Jumpstart: Historic Horizons
* **Added:** preliminary trace of a very low res source J21 symbol
### [3.8.2] 2021-07-15 Forgotten Realms Commander
* **Added:** Adventures in the Forgotten Realms Commander (AFC) set symbol ([#163](https://github.com/andrewgioia/keyrune/issues/163))

View File

@ -1,4 +1,4 @@
# Keyrune v3.8.2
# Keyrune v3.8.3
## The Magic: the Gathering set symbol font!

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.8.2",
"version": "3.8.3",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.8.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.8.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.2') format('woff2'), url('../fonts/keyrune.woff?v=3.8.2') format('woff'), url('../fonts/keyrune.ttf?v=3.8.2') format('truetype'), url('../fonts/keyrune.svg?v=3.8.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.8.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.8.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.3') format('woff2'), url('../fonts/keyrune.woff?v=3.8.3') format('woff'), url('../fonts/keyrune.ttf?v=3.8.3') format('truetype'), url('../fonts/keyrune.svg?v=3.8.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -71,6 +71,9 @@
.ss-duo.ss-c21::after {
content: "\e97f";
}
.ss-duo.ss-j21::after {
content: "\e984";
}
.ss-duo.ss-xin4::after {
content: "\e979";
}
@ -95,7 +98,8 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ss-common.ss-grad.ss-no-border {
.ss-common.ss-grad.ss-no-border,
.ss-common.ss-grad.ss-duo {
-webkit-text-stroke: 0;
}
.ss-uncommon {
@ -109,9 +113,13 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ss-uncommon.ss-grad.ss-no-border {
.ss-uncommon.ss-grad.ss-no-border,
.ss-uncommon.ss-grad.ss-duo {
-webkit-text-stroke: 0;
}
.ss-uncommon.ss-grad.ss-duo::after {
-webkit-text-fill-color: inherit;
}
.ss-rare {
color: #A58E4A;
}
@ -123,9 +131,13 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ss-rare.ss-grad.ss-no-border {
.ss-rare.ss-grad.ss-no-border,
.ss-rare.ss-grad.ss-duo {
-webkit-text-stroke: 0;
}
.ss-rare.ss-grad.ss-duo::after {
-webkit-text-fill-color: inherit;
}
.ss-mythic {
color: #BF4427;
}
@ -137,9 +149,13 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ss-mythic.ss-grad.ss-no-border {
.ss-mythic.ss-grad.ss-no-border,
.ss-mythic.ss-grad.ss-duo {
-webkit-text-stroke: 0;
}
.ss-mythic.ss-grad.ss-duo::after {
-webkit-text-fill-color: inherit;
}
.ss-timeshifted {
color: #652978;
}
@ -154,9 +170,13 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ss-timeshifted.ss-grad.ss-no-border {
.ss-timeshifted.ss-grad.ss-no-border,
.ss-timeshifted.ss-grad.ss-duo {
-webkit-text-stroke: 0;
}
.ss-timeshifted.ss-grad.ss-duo::after {
-webkit-text-fill-color: inherit;
}
.ss-foil {
color: #a6dced;
}
@ -169,9 +189,13 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ss-foil.ss-grad.ss-no-border {
.ss-foil.ss-grad.ss-no-border,
.ss-foil.ss-grad.ss-duo {
-webkit-text-stroke: 0;
}
.ss-foil.ss-grad.ss-duo::after {
-webkit-text-fill-color: inherit;
}
/**
* Fixed width */
.ss-fw {
@ -719,6 +743,9 @@
.ss-sta:before {
content: "\e980";
}
.ss-j21:before {
content: "\e983";
}
/**
* Beginner */
.ss-por:before {

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -175,6 +175,7 @@
<span class="utf"><i>&#xe628;</i> ss-inv <code>&amp;#xe628;</code></span>
<span class="utf"><i>&#xe64a;</i> ss-isd <code>&amp;#xe64a;</code></span>
<span class="utf"><i>&#xe96a;</i> ss-j20 <code>&amp;#xe96a;</code></span>
<span class="utf"><i>&#xe983;</i> ss-j21 <code>&amp;#xe983;</code></span>
<span class="utf"><i>&#xe96f;</i> ss-jmp <code>&amp;#xe96f;</code></span>
<span class="utf"><i>&#xe652;</i> ss-jou <code>&amp;#xe652;</code></span>
<span class="utf"><i>&#xe62d;</i> ss-jud <code>&amp;#xe62d;</code></span>
@ -359,6 +360,7 @@
<span class="utf"><i>&#xe982;</i> afc border <code>&amp;#xe982;</code></span>
<span class="utf"><i>&#xe973;</i> afr border <code>&amp;#xe973;</code></span>
<span class="utf"><i>&#xe97f;</i> c21 border <code>&amp;#xe97f;</code></span>
<span class="utf"><i>&#xe984;</i> j21 border <code>&amp;#xe984;</code></span>
<span class="utf"><i>&#xe979;</i> xin4 border <code>&amp;#xe979;</code></span>
</div>
</section>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 641 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 281 Magic set symbol font icons</h2>
<h2 class="sub">Complete 282 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 281 set and expansion symbols below, for all sets and special edition products up to <strong>Adventures in the Forgotten Realms</strong> and <strong>Commander 2021</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
View the full list of 282 set and expansion symbols below, for all sets and special edition products up to <strong>Adventures in the Forgotten Realms</strong> and <strong>Commander 2021</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
</h3>
<p style="margin: -15px 0 25px;">
<strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
@ -493,10 +493,10 @@
<div class="icon" id="khc" name="Kaldheim Commander" data-name="Kaldheim Commander" data-class="khc" data-unicode="e97d" data-added="v3.7.2">
<span class="name"><i class="ss ss-khc"></i> Kaldheim Commander <em>(khc)</em></span>
</div>
<div class="icon" id="c21" name="Commander 2021" data-name="Commander 2021" data-class="c21" data-unicode="e97e" data-added="v3.8.0">
<div class="icon" id="c21" name="Commander 2021" data-name="Commander 2021" data-class="c21" data-unicode="e97e" data-added="v3.8.0" data-duo="true">
<span class="name"><i class="ss ss-c21 ss-duo ss-common"></i> Commander 2021 <em>(c21)</em></span>
</div>
<div class="icon" id="afc" name="Forgotten Realms Commander" data-name="Forgotten Realms Commander" data-class="afc" data-unicode="e981" data-added="v3.8.2">
<div class="icon" id="afc" name="Forgotten Realms Commander" data-name="Forgotten Realms Commander" data-class="afc" data-unicode="e981" data-added="v3.8.2" data-duo="true">
<span class="name"><i class="ss ss-afc ss-duo ss-common"></i> Forgotten Realms Commander <em>(afc)</em></span>
</div>
</div>
@ -564,6 +564,9 @@
<div class="icon" id="sta" name="Strixhaven: Mystical Archives" data-name="Strixhaven: Mystical Archives" data-class="sta" data-unicode="e980" data-added="v3.8.0">
<span class="name"><i class="ss ss-sta"></i> Strixhaven: Mystical Archives <em>(sta)</em></span>
</div>
<div class="icon" id="j21" name="Jumpstart: Historic Horizons" data-name="Jumpstart: Historic Horizons" data-class="j21" data-unicode="e983" data-added="v3.8.3" data-duo="true">
<span class="name"><i class="ss ss-j21 ss-duo"></i> Jumpstart: Historic Horizons <em>(j21)</em></span>
</div>
</div>
</section>
<section class="content">
@ -797,7 +800,7 @@
<span class="name"><i class="ss ss-xin3"></i> Innistrad Vampires <em>(xin3)</em></span>
</div>
<div class="icon" id="xin4" name="Innistrad Werewolves" data-name="Innistrad Werewolves" data-class="xin4" data-unicode="e978" data-added="v3.7.0" data-duo="true">
<span class="name"><i class="ss ss-xin4"></i> Innistrad Werewolves <em>(xin4)</em></span>
<span class="name"><i class="ss ss-xin4 ss-duo"></i> Innistrad Werewolves <em>(xin4)</em></span>
</div>
</div>
</section>

View File

@ -43,7 +43,7 @@
</a>
</div>
<p>
Current version 3.8.2 includes all sets to Forgotten Realms and Commander 2021.
Current version 3.8.3 includes all sets to Forgotten Realms and Commander 2021.
</p>
</div>
</header>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 641 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -38,6 +38,11 @@
content: "\e97f";
}
// Jumpstart: Historic Horizons
&.@{ss-prefix}-j21::after {
content: "\e984";
}
// Innistrad Werewolves
&.@{ss-prefix}-xin4::after {
content: "\e979";

View File

@ -218,6 +218,7 @@
.@{ss-prefix}-mb1:before { content: "\e971"; } // Mystery Booster
.@{ss-prefix}-mh2:before { content: "\e97b"; } // Modern Horizons 2
.@{ss-prefix}-sta:before { content: "\e980"; } // Strixhaven Mystical Archives
.@{ss-prefix}-j21:before { content: "\e983"; } // Jumpstart: Historic Horizons
/**
* Beginner */

View File

@ -10,7 +10,8 @@
-webkit-text-stroke: 0.03em #000;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&.@{ss-prefix}-no-border {
&.@{ss-prefix}-no-border,
&.@{ss-prefix}-duo {
-webkit-text-stroke: 0;
}
}
@ -25,9 +26,13 @@
-webkit-text-stroke: 0.03em #111;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&.@{ss-prefix}-no-border {
&.@{ss-prefix}-no-border,
&.@{ss-prefix}-duo {
-webkit-text-stroke: 0;
}
&.@{ss-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
@ -40,9 +45,13 @@
-webkit-text-stroke: 0.03em #333;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&.@{ss-prefix}-no-border {
&.@{ss-prefix}-no-border,
&.@{ss-prefix}-duo {
-webkit-text-stroke: 0;
}
&.@{ss-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
@ -55,9 +64,13 @@
-webkit-text-stroke: 0.03em #333;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&.@{ss-prefix}-no-border {
&.@{ss-prefix}-no-border,
&.@{ss-prefix}-duo {
-webkit-text-stroke: 0;
}
&.@{ss-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
@ -71,9 +84,13 @@
-webkit-text-stroke: 0.03em #333;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&.@{ss-prefix}-no-border {
&.@{ss-prefix}-no-border,
&.@{ss-prefix}-duo {
-webkit-text-stroke: 0;
}
&.@{ss-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
@ -86,8 +103,12 @@
-webkit-text-stroke: 0.03em #333;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
&.@{ss-prefix}-no-border {
&.@{ss-prefix}-no-border,
&.@{ss-prefix}-duo {
-webkit-text-stroke: 0;
}
&.@{ss-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
}

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '3.8.2';
@ss-version: '3.8.3';
@ss-font-size-base: 14px;
@ss-prefix: ss;

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.8.2",
"version": "3.8.3",
"author": {
"name": "Andrew Gioia",
"email": "andrew@gioia.email",

View File

@ -17,6 +17,14 @@
-webkit-text-fill-color: $keyrune_text_fill;
-webkit-background-clip: $keyrune_background_clip;
background-clip: $keyrune_background_clip;
&.#{$keyrune-prefix}-no-border,
&.#{$keyrune-prefix}-duo {
-webkit-text-stroke: 0;
}
&.#{$keyrune-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
}
@ -32,5 +40,13 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: $keyrune_background_clip;
&.#{$keyrune-prefix}-no-border,
&.#{$keyrune-prefix}-duo {
-webkit-text-stroke: 0;
}
&.#{$keyrune-prefix}-duo::after {
-webkit-text-fill-color: inherit;
}
}
}
}

View File

@ -1,7 +1,7 @@
/**
* Globals */
$keyrune_version: '3.8.2' !default;
$keyrune_version: '3.8.3' !default;
$keyrune_font_path: '../fonts' !default;
// font specific
@ -52,10 +52,11 @@ $border-corrections: (
// dual-layered symbols (work in progress)
$dual-layered: (
'afc': '\e982',
'afr': '\e973',
'c21': '\e97f',
'xin4': '\e979',
'afc': '\e982'
'j21': '\e984',
'xin4': '\e979'
) !default;
// sets
@ -247,6 +248,7 @@ $keyrune_sets: (
("Kaldheim Commander", "khc", "\e97d"),
("Commander 2021", "c21", "\e97e"),
("Forgotten Realms Commander", "afc", "\e981"),
("Jumpstart: Historic Horizons", "afc", "\e983"),
//
// Reprint sets

5
svg/j21-outline.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>j21-outline</title>
<path fill="#444" d="M23.21 4.314c0.575 0.008 1.012 0.407 1.125 0.957 0.021 0.002 0.003 0.315 0.025 0.315 3.527 0.042 5.731 0.945 7.196 3.769 2.082 4.835-3.364 11.524-11.9 15.201l-0.447 0.186v1.802c0 0.633-0.515 1.142-1.145 1.142l-9.357-0c-0.495-0.009-0.944-0.322-1.093-0.802-0.036-0.16 0.031-0.543-0.031-0.543-2.94-0.022-5.813-0.423-7.148-3.581-2.050-4.849 3.364-11.524 11.9-15.201l0.374-0.158v-1.946c0-0.633 0.515-1.142 1.145-1.142l9.357-0zM18.336 19.849h-1.674l0.002 0.069c-0.021 1.502-0.456 3.147-1.633 4.168-0.189 0.164-0.421 0.334-0.651 0.435l0.009 0.009c-0.385 0.212-0.499 0.273-0.698 0.378-1.681 0.913-3.36 1.287-5.258 1.373v0.264c0 0.15 0.123 0.271 0.274 0.271l9.357-0c0.151 0 0.274-0.121 0.274-0.271l-0-6.695zM24.56 6.37c-0.111-0-0.222 0.004-0.332 0.009l-0.659 0.030c-1.41 0.075-2.916 0.427-4.185 1.063 0.365 0.115 0.702 0.327 0.989 0.576 1.18 1.023 1.607 2.663 1.633 4.167 0 2.646-1.466 4.888-3.475 4.888-0.122-0.008-0.165-0.005-0.195-0.009l-0-0.81v-2.992c0-0.149-0.122-0.271-0.273-0.271l-0-0h-9.357c-0.151 0-0.274 0.121-0.274 0.271l-0 9.344c-0.079 0.080-0.209 0.155-0.369 0.223-0.146 0.061-0.486 0.154-0.486 0.154-1.352 0.255-2.618-0.086-3.376-1.291-0.657-1.094-0.628-2.625 0.022-4.004 0.338-0.717 0.746-0.581 0.658-0.182-0.057 0.256-0.134 0.45-0.153 0.492-0.286 0.635-0.275 2.42 0.22 3.245 0.576 0.925 1.626 1.11 2.628 0.848l-0.015-8.829c0-0.633 0.515-1.142 1.145-1.142l4.002-0v-3.802l-0.029 0.012c-8.152 3.511-13.276 9.804-11.445 14.056 1.095 2.453 3.742 2.946 6.348 2.99l0.85 0.003c1.389-0.029 2.52-0.284 3.805-0.783-1.82-0.775-2.491-2.873-2.523-4.707-0-2.078 1.055-4.803 3.475-4.888v-0l0.187 0.007 0.203 0.028v3.641c0 0.15 0.123 0.271 0.274 0.271l9.357-0c0.151 0 0.274-0.121 0.274-0.271v-9.361c0 0 0.008-0.002 0.020-0.005 0.469-0.155 0.872-0.244 0.872-0.244 0.334-0.083 0.679-0.1 1.021-0.11 1.052 0.027 1.973 0.444 2.474 1.375 0.62 1.152 0.58 2.291 0.044 3.632-0.089 0.223-0.508 0.843-0.724 0.737s-0.029-0.621-0.013-0.684c0.308-1.247 0.442-2.411-0.053-3.237-0.618-0.992-1.702-1.090-2.75-0.816l-0.018 8.713c0 0.633-0.515 1.142-1.145 1.142l-4.002-0v3.949l0.103-0.043c8.152-3.511 13.276-9.804 11.445-14.056-1.135-2.337-3.089-3.197-5.581-3.325v0c-0.205 0.001-0.41-0.002-0.615-0.005zM12.708 15.906c-1.624 0.527-2.163 2.487-2.189 4.013 0 2.255 1.196 4.083 2.671 4.083s2.671-1.828 2.671-4.083l-0.002-0.069h-2.006c-0.63 0-1.145-0.509-1.145-1.142l-0-2.801zM18.7 16.288v0c-0.056 0.004-0.113 0.007-0.169 0.011 0.134-0.004 0.077 0.001 0.169-0.011l-0-0zM18.374 16.29c0.020 0.003 0.013 0.003 0.021 0.003l-0.021-0.003zM18.988 16.236v0c-0.091 0.016-0.181 0.036-0.272 0.050 0.199-0.026 0.108-0.007 0.272-0.050v0zM18.531 8.132c-1.919 0.104-2.643 2.414-2.67 4.019l2.201-0c0.63 0 1.145 0.509 1.145 1.142l-0 2.872c0.27-0.095 0.494-0.274 0.708-0.457 0.945-0.877 1.265-2.251 1.286-3.492 0-2.255-1.196-4.083-2.671-4.083v-0zM23.21 5.185h-9.357c-0.151 0-0.274 0.121-0.274 0.271v6.695h1.478c0.025-1.557 0.561-3.463 2.166-4.484l0.043-0.028c1.939-1.281 3.91-1.884 6.217-2.029v-0.154c0-0.149-0.122-0.271-0.273-0.271l-0-0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

5
svg/j21.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>j21</title>
<path fill="#444" d="M18.336 19.849l0 6.695c0 0.149-0.122 0.271-0.274 0.271l-9.357 0c-0.151 0-0.274-0.121-0.274-0.271v-0.264c1.898-0.086 3.577-0.46 5.258-1.373 0.2-0.104 0.313-0.166 0.698-0.378l-0.009-0.009c0.23-0.101 0.463-0.271 0.651-0.435 1.178-1.020 1.612-2.665 1.633-4.168l-0.002-0.069h1.674zM24.56 6.37c-0.111-0-0.222 0.004-0.332 0.009l-0.659 0.030c-1.41 0.075-2.916 0.427-4.185 1.063 0.365 0.115 0.702 0.327 0.989 0.576 1.18 1.023 1.607 2.663 1.633 4.167 0 2.646-1.466 4.888-3.475 4.888-0.122-0.008-0.166-0.005-0.195-0.009l-0-0.81v-2.992c0-0.149-0.122-0.271-0.273-0.271l-0-0h-9.357c-0.151 0-0.274 0.121-0.274 0.271v9.344c-0.080 0.080-0.209 0.155-0.369 0.223-0.146 0.061-0.486 0.154-0.486 0.154-1.352 0.255-2.618-0.086-3.376-1.291-0.657-1.094-0.628-2.625 0.022-4.004 0.338-0.717 0.746-0.581 0.658-0.182-0.057 0.256-0.134 0.45-0.153 0.492-0.286 0.635-0.275 2.42 0.22 3.245 0.576 0.925 1.626 1.11 2.628 0.848l-0.015-8.829c0-0.633 0.515-1.142 1.145-1.142l4.002-0v-3.802l-0.029 0.012c-8.152 3.511-13.276 9.804-11.445 14.056 1.095 2.453 3.742 2.946 6.348 2.99l0.85 0.003c1.389-0.029 2.52-0.284 3.805-0.783-1.82-0.775-2.491-2.873-2.523-4.707-0-2.078 1.055-4.803 3.475-4.888v-0l0.187 0.007 0.203 0.028v3.641c0 0.15 0.123 0.271 0.274 0.271l9.357-0c0.151 0 0.274-0.121 0.274-0.271v-9.361c0 0 0.008-0.002 0.020-0.005 0.469-0.155 0.872-0.244 0.872-0.244 0.334-0.083 0.679-0.1 1.021-0.11 1.052 0.027 1.973 0.444 2.474 1.375 0.62 1.152 0.58 2.291 0.044 3.632-0.089 0.223-0.508 0.843-0.724 0.737s-0.029-0.621-0.013-0.684c0.308-1.247 0.442-2.411-0.053-3.237-0.618-0.992-1.702-1.090-2.75-0.816l-0.018 8.713c0 0.633-0.515 1.142-1.145 1.142l-4.002-0v3.949l0.103-0.043c8.152-3.511 13.276-9.804 11.445-14.056-1.135-2.337-3.089-3.197-5.581-3.325v0c-0.205 0.001-0.41-0.002-0.615-0.005v0zM23.21 5.185h-9.357c-0.151 0-0.274 0.121-0.274 0.271v6.695h1.478c0.025-1.557 0.581-3.43 2.080-4.426l0.086-0.058c1.917-1.277 3.953-1.913 6.26-2.057v-0.154c0-0.149-0.122-0.271-0.273-0.271l-0-0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB