Adds PIO, preliminary TDM, and DRC set symbols, trues up SVG files

This commit is contained in:
Andrew Gioia 2024-12-12 22:55:45 -05:00
parent fce67a180c
commit f9f2a45ee2
Signed by: andrew
GPG Key ID: FC09694A000800C8
41 changed files with 279 additions and 32 deletions

View File

@ -12,7 +12,20 @@ All notable changes to this project will be documented in this file.
## Versions
### [3.16.1] 2024-10-28 Aetherdrift
### [3.16.1] 2024-12-12
#### Added
* Pioneer Masters (PIO) set symbol ([#249](https://github.com/andrewgioia/keyrune/issues/249))
* Preliminary icon for the Tarkir: Dragonstorm (TDM) set symbol; this will be replaced when the official one comes out ([#250](https://github.com/andrewgioia/keyrune/issues/250))
* Aetherdrift Commander (DRC) set symbol with inner and border glyphs ([#251](https://github.com/andrewgioia/keyrune/issues/251))
* SVGs are now up to date and the improper scale of DSK and MB2 is corrected ([#260](https://github.com/andrewgioia/keyrune/issues/260))
#### Fixed
* Re-adds support for text-stroke borders by default, and manual glyph borders as an override on specific symbols. Note that .ss-border is not working well when .ss-grad is also applied, due to the way that the gradient has to be applied to the glyph (via text-clip).
### [3.16.0] 2024-10-28 Aetherdrift
#### Added

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.16.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.16.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.16.0') format('woff2'), url('../fonts/keyrune.woff?v=3.16.0') format('woff'), url('../fonts/keyrune.ttf?v=3.16.0') format('truetype'), url('../fonts/keyrune.svg?v=3.16.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.16.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.16.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.16.1') format('woff2'), url('../fonts/keyrune.woff?v=3.16.1') format('woff'), url('../fonts/keyrune.ttf?v=3.16.1') format('truetype'), url('../fonts/keyrune.svg?v=3.16.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -96,6 +96,14 @@
content: "\e997";
color: #fff !important;
}
.ss-duo.ss-drc::before {
content: "\e9e9";
width: 100%;
}
.ss-duo.ss-drc::after {
content: "\e9eb";
color: #fff !important;
}
.ss-duo.ss-dsc::after {
content: "\e9de";
}
@ -669,6 +677,9 @@
.ss-dft:before {
content: "\e9e0";
}
.ss-tdm:before {
content: "\e9e6";
}
/**
* Command Zone */
.ss-van:before {
@ -823,6 +834,9 @@
.ss-fdc:before {
content: "\e9e4";
}
.ss-drc:before {
content: "\e9e8";
}
/**
* Reprint */
.ss-chr:before {
@ -924,6 +938,9 @@
.ss-j25:before {
content: "\e9df";
}
.ss-pio:before {
content: "\e9e7";
}
/**
* Beginner */
.ss-por:before {
@ -1421,6 +1438,7 @@
.ss-border.ss-cns::before,
.ss-border.ss-dft::before,
.ss-border.ss-dmc::before,
.ss-border.ss-drc::before,
.ss-border.ss-dsc::before,
.ss-border.ss-hop::before,
.ss-border.ss-inr::before,
@ -1440,6 +1458,7 @@
.ss-border.ss-cns:not(.ss-duo)::after,
.ss-border.ss-dft:not(.ss-duo)::after,
.ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after,
@ -1467,6 +1486,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dft:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
@ -1484,6 +1504,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-rare::after,
.ss-border.ss-dft:not(.ss-duo).ss-rare::after,
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
@ -1501,6 +1522,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dft:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
@ -1518,6 +1540,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dft:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
@ -1535,6 +1558,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-foil::after,
.ss-border.ss-dft:not(.ss-duo).ss-foil::after,
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
@ -1602,6 +1626,19 @@
content: "\e996";
color: #000;
}
.ss-border.ss-drc {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-drc::before {
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-drc::marker {
content: "\e9ea";
color: #000;
}
.ss-border.ss-dsc {
display: list-item;
list-style-position: inside;

41
css/keyrune.min.css vendored
View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.16.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.16.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.16.0') format('woff2'), url('../fonts/keyrune.woff?v=3.16.0') format('woff'), url('../fonts/keyrune.ttf?v=3.16.0') format('truetype'), url('../fonts/keyrune.svg?v=3.16.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.16.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.16.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.16.1') format('woff2'), url('../fonts/keyrune.woff?v=3.16.1') format('woff'), url('../fonts/keyrune.ttf?v=3.16.1') format('truetype'), url('../fonts/keyrune.svg?v=3.16.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -96,6 +96,14 @@
content: "\e997";
color: #fff !important;
}
.ss-duo.ss-drc::before {
content: "\e9e9";
width: 100%;
}
.ss-duo.ss-drc::after {
content: "\e9eb";
color: #fff !important;
}
.ss-duo.ss-dsc::after {
content: "\e9de";
}
@ -669,6 +677,9 @@
.ss-dft:before {
content: "\e9e0";
}
.ss-tdm:before {
content: "\e9e6";
}
/**
* Command Zone */
.ss-van:before {
@ -823,6 +834,9 @@
.ss-fdc:before {
content: "\e9e4";
}
.ss-drc:before {
content: "\e9e8";
}
/**
* Reprint */
.ss-chr:before {
@ -924,6 +938,9 @@
.ss-j25:before {
content: "\e9df";
}
.ss-pio:before {
content: "\e9e7";
}
/**
* Beginner */
.ss-por:before {
@ -1421,6 +1438,7 @@
.ss-border.ss-cns::before,
.ss-border.ss-dft::before,
.ss-border.ss-dmc::before,
.ss-border.ss-drc::before,
.ss-border.ss-dsc::before,
.ss-border.ss-hop::before,
.ss-border.ss-inr::before,
@ -1440,6 +1458,7 @@
.ss-border.ss-cns:not(.ss-duo)::after,
.ss-border.ss-dft:not(.ss-duo)::after,
.ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after,
@ -1467,6 +1486,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dft:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
@ -1484,6 +1504,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-rare::after,
.ss-border.ss-dft:not(.ss-duo).ss-rare::after,
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
@ -1501,6 +1522,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dft:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
@ -1518,6 +1540,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dft:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
@ -1535,6 +1558,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-foil::after,
.ss-border.ss-dft:not(.ss-duo).ss-foil::after,
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
@ -1602,6 +1626,19 @@
content: "\e996";
color: #000;
}
.ss-border.ss-drc {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-drc::before {
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-drc::marker {
content: "\e9ea";
color: #000;
}
.ss-border.ss-dsc {
display: list-item;
list-style-position: inside;

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.16.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.16.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.16.0') format('woff2'), url('../fonts/keyrune.woff?v=3.16.0') format('woff'), url('../fonts/keyrune.ttf?v=3.16.0') format('truetype'), url('../fonts/keyrune.svg?v=3.16.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.16.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.16.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.16.1') format('woff2'), url('../fonts/keyrune.woff?v=3.16.1') format('woff'), url('../fonts/keyrune.ttf?v=3.16.1') format('truetype'), url('../fonts/keyrune.svg?v=3.16.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -96,6 +96,14 @@
content: "\e997";
color: #fff !important;
}
.ss-duo.ss-drc::before {
content: "\e9e9";
width: 100%;
}
.ss-duo.ss-drc::after {
content: "\e9eb";
color: #fff !important;
}
.ss-duo.ss-dsc::after {
content: "\e9de";
}
@ -669,6 +677,9 @@
.ss-dft:before {
content: "\e9e0";
}
.ss-tdm:before {
content: "\e9e6";
}
/**
* Command Zone */
.ss-van:before {
@ -823,6 +834,9 @@
.ss-fdc:before {
content: "\e9e4";
}
.ss-drc:before {
content: "\e9e8";
}
/**
* Reprint */
.ss-chr:before {
@ -924,6 +938,9 @@
.ss-j25:before {
content: "\e9df";
}
.ss-pio:before {
content: "\e9e7";
}
/**
* Beginner */
.ss-por:before {
@ -1421,6 +1438,7 @@
.ss-border.ss-cns::before,
.ss-border.ss-dft::before,
.ss-border.ss-dmc::before,
.ss-border.ss-drc::before,
.ss-border.ss-dsc::before,
.ss-border.ss-hop::before,
.ss-border.ss-inr::before,
@ -1440,6 +1458,7 @@
.ss-border.ss-cns:not(.ss-duo)::after,
.ss-border.ss-dft:not(.ss-duo)::after,
.ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after,
@ -1467,6 +1486,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dft:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
@ -1484,6 +1504,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-rare::after,
.ss-border.ss-dft:not(.ss-duo).ss-rare::after,
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
@ -1501,6 +1522,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dft:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
@ -1518,6 +1540,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dft:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
@ -1535,6 +1558,7 @@
.ss-border.ss-cns:not(.ss-duo).ss-foil::after,
.ss-border.ss-dft:not(.ss-duo).ss-foil::after,
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
@ -1602,6 +1626,19 @@
content: "\e996";
color: #000;
}
.ss-border.ss-drc {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-drc::before {
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-drc::marker {
content: "\e9ea";
color: #000;
}
.ss-border.ss-dsc {
display: list-item;
list-style-position: inside;

View File

@ -156,6 +156,7 @@
<span class="utf"><i>&#xe9a4;</i> ss-dmr <code>&amp;#xe9a4;</code></span>
<span class="utf"><i>&#xe993;</i> ss-dmu <code>&amp;#xe993;</code></span>
<span class="utf"><i>&#xe994;</i> ss-dmc <code>&amp;#xe994;</code></span>
<span class="utf"><i>&#xe9e8;</i> ss-drc <code>&amp;#xe9e8;</code></span>
<span class="utf"><i>&#xe93f;</i> ss-dom <code>&amp;#xe93f;</code></span>
<span class="utf"><i>&#xe689;</i> ss-dpa <code>&amp;#xe689;</code></span>
<span class="utf"><i>&#xe678;</i> ss-drb <code>&amp;#xe678;</code></span>
@ -284,6 +285,7 @@
<span class="utf"><i>&#xe627;</i> ss-pcy <code>&amp;#xe627;</code></span>
<span class="utf"><i>&#xe680;</i> ss-pd2 <code>&amp;#xe680;</code></span>
<span class="utf"><i>&#xe681;</i> ss-pd3 <code>&amp;#xe681;</code></span>
<span class="utf"><i>&#xe9e7;</i> ss-pio <code>&amp;#xe9e7;</code></span>
<span class="utf"><i>&#xe9c3;</i> ss-pip <code>&amp;#xe9c3;</code></span>
<span class="utf"><i>&#xe63b;</i> ss-plc <code>&amp;#xe63b;</code></span>
<span class="utf"><i>&#xe629;</i> ss-pls <code>&amp;#xe629;</code></span>
@ -322,6 +324,7 @@
<span class="utf"><i>&#xe620;</i> ss-sth <code>&amp;#xe620;</code></span>
<span class="utf"><i>&#xe975;</i> ss-stx <code>&amp;#xe975;</code></span>
<span class="utf"><i>&#xe91c;</i> ss-td2 <code>&amp;#xe91c;</code></span>
<span class="utf"><i>&#xe9e6;</i> ss-tdm <code>&amp;#xe9e6;</code></span>
<span class="utf"><i>&#xe961;</i> ss-thb <code>&amp;#xe961;</code></span>
<span class="utf"><i>&#xe650;</i> ss-ths <code>&amp;#xe650;</code></span>
<span class="utf"><i>&#xe61f;</i> ss-tmp <code>&amp;#xe61f;</code></span>
@ -432,7 +435,7 @@
</div>
<div class="vectors overflow-hidden">
<span class="utf"><i>&#xe99a;</i> 40k border <code>&amp;#xe99a;</code></span>
<span class="utf"><i>&#xe999;</i> 40k inner <code>&amp;#xe999;</code></span>
<span class="utf"><i>&#xe999;</i> 40k rarity <code>&amp;#xe999;</code></span>
<span class="utf"><i>&#xe99b;</i> 40k white <code>&amp;#xe99b;</code></span>
<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>
@ -442,8 +445,11 @@
<span class="utf"><i>&#xe992;</i> clb inner <code>&amp;#xe992;</code></span>
<span class="utf"><i>&#xe9e1;</i> dft rarity <code>&amp;#xe9e1;</code></span>
<span class="utf"><i>&#xe996;</i> dmc border <code>&amp;#xe996;</code></span>
<span class="utf"><i>&#xe995;</i> dmc inner <code>&amp;#xe995;</code></span>
<span class="utf"><i>&#xe997;</i> dmc white <code>&amp;#xe997;</code></span>
<span class="utf"><i>&#xe995;</i> dmc rarity <code>&amp;#xe995;</code></span>
<span class="utf"><i>&#xe997;</i> dmc inner <code>&amp;#xe997;</code></span>
<span class="utf"><i>&#xe9ea;</i> drc border <code>&amp;#xe996;</code></span>
<span class="utf"><i>&#xe9e9;</i> drc rarity <code>&amp;#xe995;</code></span>
<span class="utf"><i>&#xe9eb;</i> drc inner <code>&amp;#xe997;</code></span>
<span class="utf"><i>&#xe9dd;</i> dsc border <code>&amp;#xe9dd;</code></span>
<span class="utf"><i>&#xe9de;</i> dsc inner <code>&amp;#xe9de;</code></span>
<span class="utf"><i>&#xe9e3;</i> inr border <code>&amp;#xe9e3;</code></span>
@ -455,9 +461,9 @@
<span class="utf"><i>&#xe98f;</i> ncc inner color <code>&amp;#xe98f;</code></span>
<span class="utf"><i>&#xe990;</i> ncc inner wing <code>&amp;#xe990;</code></span>
<span class="utf"><i>&#xe9d3;</i> otc inner <code>&amp;#xe9d3;</code></span>
<span class="utf"><i>&#xe9ab;</i> scd inner <code>&amp;#xe9ab;</code></span>
<span class="utf"><i>&#xe9ac;</i> scd white <code>&amp;#xe9ac;</code></span>
<span class="utf"><i>&#xe9bf;</i> una white <code>&amp;#xe9bf;</code></span>
<span class="utf"><i>&#xe9ab;</i> scd rarity <code>&amp;#xe9ab;</code></span>
<span class="utf"><i>&#xe9ac;</i> scd inner <code>&amp;#xe9ac;</code></span>
<span class="utf"><i>&#xe9bf;</i> una inner <code>&amp;#xe9bf;</code></span>
<div class="clear"></div>
</div>
</section>

Binary file not shown.

View File

@ -11,7 +11,7 @@
"fontFamily": "Keyrune",
"fontURL": "http://andrewgioia.github.io/Keyrune",
"majorVersion": 3,
"minorVersion": 16,
"minorVersion": 16.1,
"version": "Version 3.16",
"fontId": "Keyrune",
"psName": "Keyrune",
@ -348,7 +348,7 @@
<glyph unicode="&#xe9a4;" glyph-name="dmr" data-tags="dominaria, remastered" d="M410.994 783.616c65.888 17.143 136.074 17.056 201.974 0.085-26.189-59.39-31.662-127.57-15.616-190.437-28.469 19.067-56.902 38.182-85.395 57.197-28.532-18.881-56.829-38.118-85.297-57.11 15.911 62.817 10.61 130.959-15.665 190.264zM189.426 634.33c43.986-35.335 83.449-76.264 117.082-121.556 35.42 23.76 70.89 47.449 106.274 71.247 19.214 64.271 15.147 135.409-12.498 196.649-83.721-24.144-158.701-76.658-210.859-146.34zM611.205 584.047c35.384-23.823 70.866-47.512 106.298-71.272 33.621 45.303 73.097 86.221 117.071 121.556-52.145 69.693-127.152 122.196-210.859 146.34-27.631-61.228-31.698-132.352-12.51-196.623zM400.396 555.701c-0.049-99.004 0.012-198.006-0.038-297.008 37.369-53.043 74.723-106.088 112.079-159.145 36.468 52.058 73.122 103.982 109.43 156.138 2.698 2.736 1.65 6.607 1.823 10.032 0 96.563 0 193.125 0 289.686-37.219 25.081-74.476 50.087-111.72 75.117-37.195-24.931-74.378-49.876-111.573-74.82zM0 439.641c131.354-11.807 258.43-65.442 358.888-150.827-42.988 60.945-85.816 122.013-128.901 182.883-46.070 45.945-98.423 85.864-156.015 116.306-34.362-43.778-59.626-94.59-73.972-148.362zM800.348 477.834c-3.031-3.156-6.63-5.854-8.788-9.737-42.1-59.933-84.384-119.743-126.51-179.678 100.494 85.371 227.447 139.686 358.95 151.258-14.271 53.77-39.549 104.585-73.885 148.361-55.040-29.036-105.177-66.896-149.767-110.205zM258.307 460.37c43.691-62.053 87.344-124.119 131.058-186.148 0 91.337 0.012 182.685 0 274.034-43.715-29.259-87.417-58.528-131.058-87.887zM634.547 548.256c-0.012-91.361 0-182.723-0.012-274.084 43.728 62.054 87.443 124.107 131.082 186.223-43.665 29.319-87.33 58.651-131.070 87.861zM103.206 410.124c-36.161-40.868-59.576-92.556-68.352-146.304 101.11 13.853 206.015 1.024 300.372-38.069 41.866-17.514 81.599-40.438 116.785-69.178-36.579 61.734-85.729 116.011-143.986 157.938-61.375 44.602-131.884 75.511-204.819 95.613zM780.974 354.22c-44.416-23.934-85.777-53.661-122.073-88.748-33.744-32.585-62.99-69.78-86.973-110.082 63.039 51.898 140.203 84.681 219.744 101.332 65.271 13.693 132.907 16.329 198.991 7.098-8.861 53.76-31.908 105.609-68.437 146.304-48.928-13.409-96.573-31.797-141.251-55.904z" />
<glyph unicode="&#xe9a5;" glyph-name="gn3" data-tags="game, night, free, all" horiz-adv-x="901" d="M546.413 891.092c60.993-7.917 121.718-18.094 181.743-31.526 31.191-53.217 59.571-108.061 85.862-163.864-17.125 7.465-34.239 14.961-51.366 22.424-38.644-15.218-77.268-30.469-115.901-45.699-21.187-51.214-42.394-102.417-63.514-153.663 47.561-29.135 95.039-58.387 142.57-87.564 40.163 10.479 80.326 20.98 120.501 31.416 9.532 16.157 18.946 32.367 28.455 48.532 11.385-60.713 20.442-121.89 26.356-183.38-40.702-46.292-83.881-90.365-128.601-132.779 1.777 18.664 3.565 37.32 5.354 55.985-26.291 32.203-52.625 64.386-78.928 96.591-55.091 4.448-110.16 8.992-165.263 13.269-12.817-54.468-25.827-108.88-38.752-163.314 22.306-35.156 44.643-70.289 66.971-105.423 18.234-4.050 36.48-8.132 54.714-12.215-53.982-29.565-109.030-57.235-165.478-81.802-56.395 24.6-111.444 52.215-165.373 81.802 18.246 4.093 36.502 8.143 54.748 12.235 22.294 35.145 44.633 70.246 66.927 105.39-12.827 53.951-25.602 107.921-38.482 161.86-55.523-4.502-111.046-8.96-166.579-13.42-26.397-32.16-52.765-64.343-79.142-96.515 1.809-18.731 3.62-37.47 5.439-56.201-44.698 42.501-87.941 86.584-128.676 132.92 5.934 61.488 15.101 122.633 26.334 183.357 9.521-16.155 18.999-32.345 28.51-48.51 40.143-10.491 80.295-20.939 120.436-31.45 47.111 28.897 94.189 57.87 141.31 86.757-21.325 51.731-42.759 103.419-64.138 155.119-38.601 15.229-77.204 30.469-115.806 45.699-17.135-7.465-34.249-14.961-51.376-22.426 26.301 55.813 54.694 110.679 85.972 163.874 60.013 13.324 120.673 23.62 181.634 31.505-12.353-14.078-24.74-28.133-37.105-42.211 2.478-41.595 4.977-83.191 7.455-124.776 41.94-36.082 83.773-72.282 125.833-108.233 42.359 36.383 84.666 72.808 126.995 109.223 2.488 41.597 4.977 83.193 7.465 124.788-12.365 14.078-24.752 28.133-37.105 42.221zM449.046 729.813c-32.602 27.841-65.021 55.888-97.538 83.826 1.476-24.74 2.961-49.48 4.448-74.209 31.020-26.699 62.061-53.367 93.102-80.036 31.416 27.023 62.867 54.014 94.285 81.050 1.422 24.76 2.908 49.522 4.34 74.284-32.893-28.295-65.7-56.675-98.637-84.915zM672.331 646.19c-15.648-37.902-31.363-75.781-47.056-113.662 35.328-21.692 70.666-43.361 106.004-65.043 23.878 6.258 47.746 12.515 71.624 18.794-36.965 22.683-73.95 45.324-110.882 68.038 16.393 39.7 32.85 79.379 49.242 119.079-22.985-9.068-45.969-18.104-68.932-27.206zM157.928 672.394c16.609-40.183 33.271-80.358 49.889-120.544-36.458-22.511-73.013-44.87-109.525-67.306 23.9-6.246 47.811-12.472 71.711-18.708 34.843 21.402 69.707 42.803 104.538 64.215-15.865 38.386-31.741 76.773-47.616 115.159-22.996 9.079-45.99 18.127-68.997 27.184zM559.768 324.925c-9.607-40.422-19.203-80.855-28.81-121.276 13.28-20.917 26.549-41.844 39.851-62.751 10.059 42.329 20.108 84.657 30.104 127.007 42.716-3.468 85.443-6.893 128.159-10.307-15.725 19.151-31.418 38.321-47.143 57.472-40.713 3.296-81.435 6.591-122.16 9.854zM219.257 313.423c-15.672-19.161-31.365-38.311-47.036-57.482 43.179 3.468 86.347 6.914 129.527 10.404 10.004-41.789 19.86-83.633 29.812-125.445 13.312 20.907 26.571 41.834 39.863 62.751-9.489 39.904-18.968 79.809-28.457 119.714-41.24-3.273-82.47-6.624-123.709-9.941z" />
<glyph unicode="&#xe9a6;" glyph-name="hbg" data-tags="alchemy, horizons, baldur's, gate" horiz-adv-x="874" d="M436.907 893.607c241.434 0 436.907-199.637 436.907-445.607s-195.473-445.607-436.907-445.607c-241.434 0-436.907 199.637-436.907 445.607s195.473 445.607 436.907 445.607zM436.907 837.832c-210.365 0-381.131-174.409-381.131-389.832 0-215.441 170.766-389.832 381.131-389.832 210.347 0 381.131 174.409 381.131 389.832 0 215.441-170.784 389.832-381.131 389.832zM436.907 819.835c201.069 0 364.083-166.47 364.083-371.835s-163.014-371.835-364.083-371.835c-201.088 0-364.102 166.47-364.102 371.835s163.014 371.835 364.102 371.835zM430.326 799.775l-27.889-120.846-130.142-92.959-111.551 27.887 74.368-83.663v-167.327l-83.664-83.663 111.551 27.887 139.438-83.663 27.889-111.551 37.183 111.551 130.142 83.663 120.847-37.183-74.368 92.959v167.327l74.368 92.959-111.551-37.183-139.438 92.959-37.183 120.846zM430.326 641.744l158.029-102.255v-176.621l-158.029-111.551-148.734 102.255v185.917l148.734 102.255z" />
<glyph unicode="&#xe9a7;" glyph-name="ydmu" data-tags="alchemy, dominaria, 2023" d="M963.092 660.268c15.642-26.638 28.933-54.692 39.091-83.886 11.452-32.884 18.707-67.27 20.985-102.025 2.541-36.85-0.824-74.015-9.049-109.986-10.365-45.152-28.378-88.317-51.034-128.631-84.427 0.015-168.852 0-253.28 0.009-12.723 0.068-25.591-0.548-38.135 2.041-19.038 3.449-36.927 12.421-51.313 25.329-19.161 16.795-32.459 39.144-42.74 62.208-38.767 83.611-77.512 167.229-116.272 250.848-6.052 11.312-9.411 24.035-9.634 36.873-0.439 16.234 3.69 32.251 9.719 47.222 167.221 0 334.442-0.007 501.661 0zM884.951 633.373q-45.633 0-73.433-33.082l31.444-34.236 1.15 0.384q0 18.657 8.723 31.928 8.724 13.271 25.597 13.271 14.38 0 22.816-10.771t8.436-32.505q0-15.964-5.274-29.908-5.272-13.945-17.063-23.562t-28.281-9.617h-9.777v-1.538l21.282-20.004q12.846 0 22.241-5.001 9.393-5.001 14.57-13.848 5.178-8.849 7.479-19.523t2.301-23.562q0-24.235-9.491-37.313-9.491-13.080-27.322-13.080-18.789 0-28.471 14.138-9.684 14.136-9.684 34.717l-1.15 0.384-33.744-41.738q28.952-29.042 75.349-29.042 44.099 0 68.832 22.118 24.733 22.12 24.733 60.587 0 27.697-16.297 44.527t-43.523 23.561l0.002 1.539q20.323 6.347 35.277 23.851 14.956 17.502 14.956 42.313 0 30.967-23.103 47.988t-58.573 17.022zM676.328 633.373q-24.178 0-45.237-8.969t-36.463-23.789l44.262-55.96 1.169 1.365q-3.12 8.385-3.12 20.279 0 18.913 9.359 31.976 9.359 13.065 27.689 13.065 15.793 0 26.127-11.114t10.334-32.758q0-37.632-32.075-90.375t-93.495-125.667l0.975-1.56h182.506v85.792h-1.754l-19.889-43.481-1.169-0.391h-98.272q14.817 17.55 32.464 36.56 17.645 19.011 29.442 31.101 11.798 12.088 23.984 26.127t19.205 24.958 11.505 23.982q4.485 13.065 4.485 26.909t-4.972 25.639-13.65 20.279-20.376 14.428q-11.699 5.948-25.153 8.776-13.454 2.826-27.882 2.826zM297.784 660.267l-130.879-0.005c8.709-19.847 12.899-42.457 7.508-63.788-2.21-9.981-7.231-18.944-11.312-28.223-39.815-87.477-79.63-174.961-119.46-262.429-5.337-12.022-11.52-23.651-18.135-35.017-7.323-12.483-15.58-24.489-25.506-35.062 61.554-0.002 123.117 0.007 184.672 0-7.801 17.973-14.032 37.072-14.433 56.825-0.391 14.324 3.128 29.001 11.307 40.893 3.888 5.997 9.11 10.935 13.993 16.102 26.784 27.977 53.6 55.924 80.391 83.903-29.018 0.007-58.035 0-87.054 0.007 25.76 47.7 51.49 95.416 77.227 143.14 39.653-85.62 79.222-171.279 118.881-256.891 2.98-6.555 6.284-12.993 8.402-19.9 3.651-11.121 4.736-23.412 1.079-34.686-3.651-11.66-11.645-21.347-20.617-29.387 74.909-0.009 149.816 0 224.732-0.007-11.182 11.412-21.393 23.834-29.788 37.443-7.832 12.314-13.53 25.789-19.714 38.967-40.038 86.298-80.099 172.595-120.107 258.917-10.919 28.479-9.148 60.407-0.307 89.194l-130.879 0.005z" />
<glyph unicode="&#xe9a7;" glyph-name="ydmu, y23" data-tags="alchemy, dominaria, 2023" d="M963.092 660.268c15.642-26.638 28.933-54.692 39.091-83.886 11.452-32.884 18.707-67.27 20.985-102.025 2.541-36.85-0.824-74.015-9.049-109.986-10.365-45.152-28.378-88.317-51.034-128.631-84.427 0.015-168.852 0-253.28 0.009-12.723 0.068-25.591-0.548-38.135 2.041-19.038 3.449-36.927 12.421-51.313 25.329-19.161 16.795-32.459 39.144-42.74 62.208-38.767 83.611-77.512 167.229-116.272 250.848-6.052 11.312-9.411 24.035-9.634 36.873-0.439 16.234 3.69 32.251 9.719 47.222 167.221 0 334.442-0.007 501.661 0zM884.951 633.373q-45.633 0-73.433-33.082l31.444-34.236 1.15 0.384q0 18.657 8.723 31.928 8.724 13.271 25.597 13.271 14.38 0 22.816-10.771t8.436-32.505q0-15.964-5.274-29.908-5.272-13.945-17.063-23.562t-28.281-9.617h-9.777v-1.538l21.282-20.004q12.846 0 22.241-5.001 9.393-5.001 14.57-13.848 5.178-8.849 7.479-19.523t2.301-23.562q0-24.235-9.491-37.313-9.491-13.080-27.322-13.080-18.789 0-28.471 14.138-9.684 14.136-9.684 34.717l-1.15 0.384-33.744-41.738q28.952-29.042 75.349-29.042 44.099 0 68.832 22.118 24.733 22.12 24.733 60.587 0 27.697-16.297 44.527t-43.523 23.561l0.002 1.539q20.323 6.347 35.277 23.851 14.956 17.502 14.956 42.313 0 30.967-23.103 47.988t-58.573 17.022zM676.328 633.373q-24.178 0-45.237-8.969t-36.463-23.789l44.262-55.96 1.169 1.365q-3.12 8.385-3.12 20.279 0 18.913 9.359 31.976 9.359 13.065 27.689 13.065 15.793 0 26.127-11.114t10.334-32.758q0-37.632-32.075-90.375t-93.495-125.667l0.975-1.56h182.506v85.792h-1.754l-19.889-43.481-1.169-0.391h-98.272q14.817 17.55 32.464 36.56 17.645 19.011 29.442 31.101 11.798 12.088 23.984 26.127t19.205 24.958 11.505 23.982q4.485 13.065 4.485 26.909t-4.972 25.639-13.65 20.279-20.376 14.428q-11.699 5.948-25.153 8.776-13.454 2.826-27.882 2.826zM297.784 660.267l-130.879-0.005c8.709-19.847 12.899-42.457 7.508-63.788-2.21-9.981-7.231-18.944-11.312-28.223-39.815-87.477-79.63-174.961-119.46-262.429-5.337-12.022-11.52-23.651-18.135-35.017-7.323-12.483-15.58-24.489-25.506-35.062 61.554-0.002 123.117 0.007 184.672 0-7.801 17.973-14.032 37.072-14.433 56.825-0.391 14.324 3.128 29.001 11.307 40.893 3.888 5.997 9.11 10.935 13.993 16.102 26.784 27.977 53.6 55.924 80.391 83.903-29.018 0.007-58.035 0-87.054 0.007 25.76 47.7 51.49 95.416 77.227 143.14 39.653-85.62 79.222-171.279 118.881-256.891 2.98-6.555 6.284-12.993 8.402-19.9 3.651-11.121 4.736-23.412 1.079-34.686-3.651-11.66-11.645-21.347-20.617-29.387 74.909-0.009 149.816 0 224.732-0.007-11.182 11.412-21.393 23.834-29.788 37.443-7.832 12.314-13.53 25.789-19.714 38.967-40.038 86.298-80.099 172.595-120.107 258.917-10.919 28.479-9.148 60.407-0.307 89.194l-130.879 0.005z" />
<glyph unicode="&#xe9a8;" glyph-name="onc" data-tags="phyrexia, all, one, commander" horiz-adv-x="879" d="M758.177 263.981l-20.259-95.77c-99.044-44.201-198.498-128.716-298.36-253.544l-2.996 3.733c-98.855 122.782-197.31 206.052-295.364 249.812l-20.259 95.77c87.175-33.56 193.381-115.006 318.619-244.336 125.237 129.33 231.444 210.776 318.619 244.336zM248.633 938.667c49.027-31.604 111.892-47.564 188.596-47.88l2.329-0.005-32.537-169.439c-90.859-12.687-153.477-62.824-187.856-150.408s-15.553-170.667 56.48-249.247c33.97-33.56 77.761-54.638 131.376-63.233l32.537-221.621c-124.418 128.921-238.402 212.207-341.947 249.861l-96.998 394.743c47.066-13.915 89.426-12.278 127.079 4.911 30.082 14.734 54.024 46.657 57.707 88.403 4.177 42.47-14.734 79.194-48.499 109.276l111.731 54.638zM630.484 938.667l111.731-54.638c-33.765-30.082-52.676-66.806-48.499-109.276 3.683-41.746 27.626-73.669 57.707-88.403 37.653-17.189 80.013-18.826 127.079-4.911l-96.998-394.743c-103.546-37.653-217.529-120.94-341.947-249.861l32.537 221.621c53.615 8.595 97.406 29.673 131.376 63.233 72.032 78.58 90.859 161.663 56.48 249.247s-96.998 137.721-187.856 150.408l-32.537 169.439c77.761 0 141.404 15.962 190.926 47.885zM404.566 655.041c-2.456-110.504-2.456-220.802 0-330.897-55.252 13.506-94.747 44.406-118.484 92.7s-23.737 98.225 0 149.794c24.147 44.61 63.641 74.078 118.484 88.403zM474.552 655.041c54.843-14.325 94.337-43.793 118.484-88.403 23.737-51.568 23.737-101.5 0-149.794s-63.233-79.194-118.484-92.7c2.456 110.095 2.456 220.393 0 330.897zM144.269 858.245c16.37-16.781 26.193-36.221 29.468-58.321 2.456-23.329 0-41.132-9.823-60.777-15.553-30.695-42.36-48.704-80.422-54.024 13.506 51.977 4.297 90.245-27.626 114.801l88.403 58.321zM734.849 858.245l88.403-58.321c-31.923-24.556-41.132-62.824-27.626-114.801-38.062 5.32-64.869 23.329-80.422 54.024-9.823 19.645-12.278 37.448-9.823 60.777 3.275 22.101 13.097 41.541 29.468 58.321z" />
<glyph unicode="&#xe9a9;" glyph-name="moc" data-tags="march, machines, commander" horiz-adv-x="870" d="M448.324 851.362c196.074-112.589 316.849-328.608 344.397-549.369 36.251 25.337 56.262 65.488 74.842 104.209 7.991-107.718 0.65-219.073-42.163-319.449-34.239 78.027-75.428 153.714-129.027 220.242-37.357 45.998-82.249 88.293-137.798 111.031 41.841 50.026 51.91 121.361 31.445 182.56 0.521-45.868-5.262-94.269-35.277-131.171 5.456 36.448-2.080 75.558-27.092 103.559-19.557 24.3-48.922 37.681-79.002 43.593 1.039 78.222 1.623 156.573-0.326 234.795zM77.553 302.188c-36.123 25.337-56.067 65.359-74.583 104.015-8.381-107.327-0.391-218.228 41.709-318.409 36.577 78.418 77.117 156.054 132.535 223.036 36.707 44.438 80.689 85.108 134.678 107.197-41.839 50.285-51.843 121.685-31.184 183.014-1.169-46.191 5.328-94.659 35.082-131.949-1.364 21.245-3.572 43.269 4.354 63.669 14.228 44.698 55.873 76.597 101.61 83.808-1.039 78.222-1.169 156.508 0.065 234.73-195.944-112.783-316.005-328.544-344.265-549.11zM8.166 669.517c48.857-58.016 72.569-134.028 76.078-209.002 34.173 104.858 88.615 203.61 163.135 285.274-35.214-0.975-69.647 11.435-95.633 35.343-48.271-36.642-94.985-75.363-143.58-111.616zM718.851 780.939c-26.506-24.168-61.394-36.448-97.191-35.408 75.882-80.756 130.65-180.026 165.149-284.95 1.104 75.233 26.636 151.247 75.558 208.872-48.986 35.668-95.503 74.518-143.515 111.486zM341.777 488.387c0.715-33.848 24.103-60.356 48.662-80.821-23.325-2.794-46.454-7.34-68.803-14.618 19.622-20.14 34.758-45.022 39.177-73.155 11.174-65.551-10.201-131.43-37.811-190.16 43.853-36.383 81.34-79.911 112.329-127.662 30.665 47.881 68.412 91.215 112.135 127.662-25.858 54.963-45.867 115.642-39.695 177.167 2.664 32.744 17.93 63.084 40.994 86.147-22.349 7.212-45.413 11.759-68.671 14.618 22.61 19.49 45.283 43.075 48.012 74.388 8.252 51.651-34.304 104.144-86.603 106.223-54.508 5.458-104.663-45.542-99.726-99.791zM221.587 319.534c50.156-27.481 81.145-78.481 96.672-132.014 16.177 49.7 28.652 106.482 5.977 156.182-7.407 12.863-16.242 29.431-31.055 33.719-27.156-14.747-49.311-36.837-71.595-57.887zM574.363 378.071c-24.492-17.997-37.487-47.882-39.825-77.638-3.055-38.525 5.197-77.247 18.516-113.239 13.773 54.313 46.128 104.663 95.828 132.405-23.194 21.245-45.413 45.283-74.518 58.472zM141.611 213.441c55.873-8.641 108.367-32.159 154.819-63.928-7.276 60.227-38.2 118.956-92.448 149.103-23.194-26.573-42.424-56.199-62.37-85.175zM574.169 149.643c46.322 31.705 98.686 55.419 154.428 64.060-19.75 28.585-39.24 57.366-60.875 84.588-56.067-27.936-85.951-88.682-93.553-148.647z" />
<glyph unicode="&#xe9aa;" glyph-name="30a" data-tags="30, anniversary" d="M542.551 692.050c42.996 24.876 92.658 38.632 142.411 37.782 33.038 0.447 66.053-5.816 97.026-17.239 44.593-16.568 84.799-44.648 115.816-80.724 27.354-31.654 47.442-69.526 58.44-109.887 10.696-39.426 12.549-81.138 5.861-121.423-6.229-36.968-20.186-72.54-40.262-104.172-22.163-34.668-52.007-64.367-86.675-86.518-38.932-24.788-84.062-39.905-130.13-43.076-10.742-1.138-21.583-0.435-32.357-0.58-40.909 1.563-81.495 12.227-117.861 31.061-35.282 18.311-66.744 44.003-91.419 75.187-29.979 37.369-49.888 82.621-57.702 129.85-8.665 52.454-2.109 107.354 18.869 156.235 23.571 55.68 65.684 103.188 117.984 133.502zM682.494 688.577c-0.637-23.267-2.925-46.403-4.801-69.571-4.076-45.754-9.614-91.431-18.021-136.639-6.151 0.391-12.148-1.318-18.266-1.306-9.847 52.398-16.445 105.477-18.434 158.746-0.536 0.012-1.618 0.046-2.154 0.068-3.83-56.608-11.846-113.026-24.977-168.26-5.181-2.144-10.718-3.316-15.988-5.226-12.148 39.224-17.888 80.177-20.69 121.042-0.48 0.056-1.428 0.169-1.908 0.224-0.872-6.163-1.172-12.392-2.089-18.557-3.505-39.982-7.815-79.898-11.511-119.88-0.189-3.54-0.357-7.101-0.224-10.651 7.571-2.546 14.705-6.164 21.74-9.904 17.753-9.702 34.355-21.705 48.445-36.277 17.596-17.104 30.86-38.217 40.943-60.481 9.479-21.036 16.346-43.199 21.035-65.775 3.719-19.338 7.001-38.91 6.878-58.673 0.949-0.044 1.898-0.099 2.871-0.177 0.145 5.103-0.147 10.238 0.725 15.285 3.127 34.021 10.428 67.85 23.291 99.582 9.044 22.197 20.878 43.488 36.789 61.52 7.537 9.044 16.591 16.602 25.267 24.463 16.703 12.215 34.277 23.67 53.839 30.781-3.93 45.409-8.832 90.74-13.018 136.127-0.749 4.678-0.268 9.557-2.2 13.99-2.423-5.818-0.983-12.249-2.367-18.289-1.128-14.292-3.115-28.505-5.282-42.673-3.606-20.811-7.39-41.747-14.513-61.687-5.036 1.708-10.039 3.505-15.196 4.789-3.183 10.921-5.27 22.13-7.671 33.239-7.335 37.437-12.638 75.266-16.044 113.26 0.135 7.303-1.372 14.527-1.126 21.828-0.737 0.135-2.2 0.413-2.937 0.548l0.189-1.027c-2.144-53.091-8.574-106.003-18.511-158.222-6.108 0.558-12.126 1.753-18.278 1.652-12.249 68.253-19.014 137.366-22.967 206.49-0.949-0.123-1.898-0.236-2.836-0.358zM902.415 713.822c-0.189-3.941-0.101-7.883-0.010-11.824 6.922 0.034 13.844 0 20.767-0.012-0.022-18.601 0.022-37.19-0.012-55.781 4.589-0.079 9.178-0.044 13.778-0.034 0.034 18.099-0.055 36.186 0.056 54.286 0.335 0.369 1.005 1.128 1.34 1.507 6.566 0.157 13.131-0.044 19.707 0.044 0.044 4.444 0.022 8.888-0.012 13.332-18.087 0-36.186 0.089-54.274-0.022-0.335-0.369-1.005-1.118-1.34-1.497zM53.492 714.638c-0.032-22.477 0.022-44.952-0.022-67.427 75.030-0.079 150.060 0 225.103-0.056-52.454-60.549-104.965-121.074-157.397-181.646-1.35-1.251-0.022-3.038 0.391-4.4 5.449-12.227 11.199-24.34 16.302-36.722 12.281-0.268 24.564-0.056 36.845-0.111 25.59 0.3 51.449-2.647 75.79-10.853 21.381-7.359 42.148-19.628 54.842-38.856 10.508-15.676 14.159-35.181 12.293-53.794-1.44-18.712-9.189-36.811-21.414-51.014-15.52-18.422-38.052-30-61.488-34.633-13.097-3.004-26.595-2.133-39.916-2.033-25.122 1.72-50.009 8.788-71.847 21.425-22.386 12.807-41.668 30.537-57.713 50.613-3.987 4.666-7.236 9.97-11.668 14.235-1.954 0.614-3.35-1.217-4.801-2.188-12.281-10.383-24.742-20.577-37.202-30.749-3.797-3.338-7.939-6.286-11.59-9.781 0.212-3.038 3.137-5.002 4.678-7.436 18.389-24.53 40.419-46.592 66.132-63.418 23.782-15.744 50.466-27.076 78.312-33.251 15.71-3.784 31.833-5.315 47.911-6.263 10.528 0.012 21.113-0.502 31.575 0.949 44.348 4.098 87.813 23.448 118.518 56.050 21.996 23.323 36.756 53.492 40.909 85.323 4.623 32.794-0.691 67.55-17.763 96.212-12.817 21.828-31.978 39.412-53.649 52.263-27.6 16.536-58.907 26.027-90.539 31.073 51.203 58.629 102.451 117.224 153.733 175.785 1.285 1.418 2.067 3.215 1.888 5.158 0 15.174 0.022 30.348-0.034 45.522-109.385 0.111-218.781 0.032-328.178 0.022zM966.057 715.273c-0.592-3.806-0.256-7.648-0.302-11.477-0.010-19.159 0.056-38.33-0.044-57.489 4.879-0.212 9.771-0.212 14.672-0.123-0.022 9.714 0.010 19.427-0.034 29.141 10.027 0.067 20.053 0.022 30.090-0.022-0.022-9.702 0.044-19.405-0.022-29.119 4.511-0.067 9.032-0.044 13.554-0.056 0 23.057 0.079 46.102-0.022 69.158-4.489 0.201-8.999 0.145-13.488-0.145-0.067-8.643 0.034-17.273-0.022-25.914l-0.703-0.681c-9.535-0.056-19.082-0.179-28.617 0.055l-0.748 0.614c-0.067 8.687 0.135 17.374-0.079 26.059-4.745 0.113-9.501 0.236-14.235 0z" />
@ -411,4 +411,10 @@
<glyph unicode="&#xe9e3;" glyph-name="inr-border" data-tags="innistrad, remastered, border" horiz-adv-x="819" d="M309.826 865.648c35.105 8.82 71.362 12.83 107.531 12.401 8.118-0.683 16.304-0.322 24.402-1.327 95.384-6.908 187.772-49.029 255.495-116.576 30.461-0.010 60.922 0 91.384 0 0.088-44.999 0.010-89.988 0.039-134.987-0.039-1.444 0.459-2.83 0.966-4.166 12.528-31.232 21.143-64.015 25.651-97.365 1.6-10.313 2.088-20.753 3.503-31.086 0.546-15.631 0.507-31.281 0.068-46.921 0-2.927-0.82-5.766-0.985-8.684-4.235-54.502-19.436-108.156-44.697-156.658-26.197-50.443-62.971-95.384-107.395-130.86-52.814-42.404-116.371-71.294-183.050-83.168-2.508-0.546-5.415-0.527-7.288-2.576-21.778-21.016-43.887-41.711-65.45-62.932h-0.507c-21.641 20.968-43.516 41.701-65.274 62.552-2.137 2.488-5.6 2.371-8.537 3.025-86.164 15.533-166.863 59.771-226.234 124.128-55.78 59.439-92.681 136.217-104.487 216.858-2.312 13.991-3.2 28.168-4.693 42.248-0.361 18.236-0.712 36.53 1.503 54.649 3.522 40.423 12.869 80.387 28.188 117.971 0.41 0.985 0.644 2.020 0.703 3.073 0.137 44.97-0.127 89.94 0.137 134.9 30.325 0.039 60.659-0.098 90.974 0.068 6.898 5.903 13.299 12.479 20.285 18.324 48.063 41.662 106.058 71.733 167.771 87.11zM334.491 831.879c-62.923-13.006-122.694-42.218-170.737-84.983 21.719-0.302 43.457 0 65.186-0.146 1.005 0.039 1.834-0.341 2.478-1.122 35.876-35.671 71.616-71.479 107.609-107.024 1.171-1.317 2.898-2.576 2.537-4.586-0.078-48.394 0.146-96.799-0.117-145.193-4.713 4.049-8.85 8.693-13.279 13.026-16.216 16.255-32.227 32.735-48.482 48.97-11.23-16.343-19.465-34.754-23.914-54.083-7.971-34.042-4.088-70.738 10.908-102.341 14.245-30.539 38.589-56.22 68.269-72.162 31.261-17.055 68.445-22.656 103.404-16.177 35.066 6.274 67.596 25.251 90.72 52.287 24.89 28.763 38.93 66.816 38.179 104.877-0.059 19.319-4.957 38.423-12.665 56.063-4.81 10.342-9.981 20.675-16.889 29.798-17.241-17.68-34.686-35.145-52.073-52.668-2.556-2.556-5.005-5.259-7.952-7.406-0.205 28.803-0.029 57.615-0.088 86.417 0.098 20.119-0.195 40.247 0.146 60.356 12.86 13.533 26.441 26.412 39.555 39.721 23.846 23.641 47.438 47.526 71.382 71.050 22.256 0.605 44.599-0.088 66.884 0.341-17.436 15.992-37.028 29.573-57.351 41.633-39.164 22.89-82.534 38.579-127.289 45.994-45.136 7.464-91.598 6.527-136.422-2.644zM106.472 646.292c-12.996-13.026-26.1-25.944-39.164-38.891-1.893-1.961-4.215-3.659-5.396-6.186-14.313-36.54-22.578-75.421-24.578-114.586-0.010-6.84-0.41-13.66-0.742-20.49 1.054-8.84 0.205-17.806 1.366-26.646 3.161-45.341 14.84-90.086 34.169-131.231 32.266-69.108 86.71-127.455 152.94-165.175 33.379-18.938 69.645-32.842 107.219-40.686 5.747-1.151 11.455-2.664 17.338-2.986-0.059 32.91 0.039 65.82-0.049 98.731-38.608 8.986-75.216 26.412-106.458 50.824-29.485 22.997-54.19 52.131-71.977 85.032-18.158 33.369-28.871 70.728-31.437 108.614-0.517 9.933-1.288 19.904-0.371 29.837 2.342 54.678 22.568 108.195 55.79 151.584 1.746 2.215 3.464 4.459 5.015 6.81-6.937 6.498-13.152 13.816-20.343 19.992-21.963 0.224-43.936-0.010-65.908 0.117-3.386 0.624-5.22-2.761-7.415-4.664zM634.371 646.243c-5.122-5.327-10.518-10.381-15.504-15.845 36.774-45.028 59.361-102.048 60.786-160.346 0.527-5.503 0.615-11.064 0.068-16.577-0.946-41.565-11.991-82.856-31.788-119.415-17.797-32.91-42.433-62.103-71.928-85.12-31.212-24.451-67.83-41.818-106.419-50.843-0.039-32.881 0.010-65.762-0.020-98.643 9.318 0.859 18.392 3.356 27.524 5.308 43.565 10.401 85.188 28.842 122.245 53.975 43.409 29.368 80.456 68.055 107.853 112.732 34.296 55.644 53.536 120.528 54.912 185.87 0.644 6.157 0.663 12.411 0.020 18.567-0.868 42.511-9.269 84.856-24.47 124.577-1.093 3.2-3.952 5.21-6.186 7.562-13.699 13.63-27.554 27.105-41.262 40.725-1.151 1.064-2.371 2.439-4.098 2.127-22.021-0.039-44.043 0.029-66.055-0.029-2.478-0.459-3.834-3.093-5.679-4.625z" />
<glyph unicode="&#xe9e4;" glyph-name="fdc" data-tags="foundations, commander" horiz-adv-x="853" d="M9.486 541.293c133.325 99.39 269.324 195.331 402.994 294.333-0.259-62.135 0.129-124.27-0.172-186.405-75.632-54.546-150.961-109.523-226.334-164.371-59.117 17.981-117.328 38.764-176.488 56.443zM440.638 835.195c113.878-82.013 227.024-165.018 340.73-247.247 20.87-15.609 42.559-30.14 62.868-46.569-57.263-17.334-113.835-37.040-170.882-54.934-5.39-2.673-9.831 1.25-13.841 4.269-72.743 53.77-146.822 105.815-219.090 160.189 0.604 61.402 0.129 122.847 0.216 184.293zM204.127 463.247c74.338 53.899 148.546 107.971 222.884 161.87 73.691-54.072 147.77-107.669 221.85-161.267-27.985-87.188-55.969-174.375-84.988-261.218-91.413 0.086-182.87 0.302-274.283-0.086-28.89 86.756-55.84 174.159-85.463 260.7zM677.406 458.073c58.772 18.671 117.414 37.73 175.927 57.22-51.097-158.248-103.185-316.195-153.893-474.573-36.996 49.544-72.786 100.037-109.308 149.969 29.364 89.042 57.608 178.428 87.274 267.384zM0 514.559c59.117-17.851 117.5-38.204 176.488-56.573 29.149-89.042 57.996-178.17 86.929-267.341-36.134-50.105-72.527-100.037-108.92-149.969-51.614 157.903-102.021 316.238-154.497 473.883zM286.054 173.657c14.402-0.259 28.761 0.043 43.119 0.172 51.743-0.431 103.487-0.216 155.23 0 27.596-0.388 55.236-0.345 82.876-0.043 36.565-49.501 72.139-99.778 108.833-149.193-166.182 0.086-332.408-0.302-498.59 0.216 36.867 49.113 72.311 99.261 108.532 148.848z" />
<glyph unicode="&#xe9e5;" glyph-name="c16-border" data-tags="c16, border, commander, 2016" horiz-adv-x="689" d="M251.336 865.821c40.681 7.214 73.146 37.876 92.886 72.846 20.441-34.369 52.054-65.331 92.685-72.846-15.18-12.375-27.655-27.756-37.224-44.79 86.373-50.802 190.281-57.715 288.227-57.014 0.1-97.395-0.050-194.79 0.1-292.185-0.451-101.052-37.074-199.85-96.493-280.962-61.723-85.271-141.533-155.762-228.156-214.93-6.313-20.391-11.623-40.982-18.186-61.273-7.014 21.242-12.174 43.086-18.287 64.629-64.88 37.575-120.792 88.828-172.044 143.086-70.19 75.351-126.453 167.034-144.89 269.539-8.367 44.689-8.667 90.331-8.417 135.671 0 78.808-0.050 157.615 0 236.423 97.595-0.651 200.952 6.012 287.325 55.962-8.667 18.036-22.244 33.116-37.525 45.842zM40.314 723.687c0.15-85.721 0-171.443 0.050-257.164 0.601-77.154 23.748-153.657 64.98-218.738 55.661-90.281 138.577-158.367 219.339-225.1-2.054 34.82-2.555 69.689-5.16 104.459-43.537 36.072-85.972 73.948-122.946 116.834-47.345 54.509-81.463 122.495-85.421 195.441-2.455 68.888 2.255 137.776 1.854 206.663 49.549-2.856 100.551-1.453 147.946 14.629 22.495 8.367 45.992 20.792 57.465 42.936 10.020 26.253 5.661 57.064-10.12 80.16-77.956-52.605-176.353-62.475-267.986-60.12zM379.893 783.757c-15.331-32.515-22.345-80.661 12.224-103.507 53.707-36.974 123.046-36.523 185.671-34.369 0.2-30.862-1.052-61.824 1.002-92.685-0.501-63.427 7.465-129.058-15.030-190.080-33.768-99.549-116.132-170.792-193.838-236.824-0.752-34.419-3.407-68.738-4.008-103.206 85.22 70.19 172.695 142.886 228.106 240.18 36.373 63.076 56.764 135.872 55.060 208.868 0 83.868-0.1 167.685 0.050 251.553-92.084-2.405-190.681 7.615-269.239 60.070zM148.029 616.473c0.401-56.313-0.651-112.675 0.551-168.938 0.952-54.259 17.786-108.016 48.697-152.605 31.663-46.192 71.293-87.575 118.838-117.585-11.373 143.537-21.493 287.174-33.016 430.712-44.389-9.87-92.936-10.571-135.070 8.417zM406.647 608.006c-10.17-143.487-22.244-286.874-32.064-430.411 35.972 22.846 67.134 52.405 94.188 85.17 42.585 49.449 70.591 112.375 72.495 178.106 0.351 58.267-0.2 116.533 0.251 174.8-42.535-17.535-90.431-17.735-134.87-7.665z" />
<glyph unicode="&#xe9e6;" glyph-name="tdm" data-tags="tarkir, dragonstorm" horiz-adv-x="976" d="M475.25 547.689l0.543 0.081c0.146-0.643 0.285-1.289 0.419-1.939 3.863 3.644 8.285 7.538 12.052 10.193 75.247 52.994 138.115-5.476 138.115-5.476l3.948-3.656-2.632-4.687c0 0-29.776-25.801-32.231-71.649-2.982-55.699 45.287-101.063 101.063-101.063 27.913 0 54.81 15.942 74.801 38.618 20.202 22.911 33.427 52.817 33.2 81.019-0.381 47.846-2.328 125.879-53.375 188.874-51.343 63.357-152.006 110.86-348.745 98.824l-7.611-0.469 0.385 7.619c0.881 17.474 9.758 36.844 23.83 54.514 20.537 25.793 52.036 47.988 83.851 55.545l9.678 2.297-1.343-9.855c0 0-2.37-18.686 12.702-34.524 10.859-11.413 30.337-21.018 64.607-22.684 178.269-8.673 315.918-162.050 371.194-356.853 19.228-67.763 14.214-159.514 14.214-159.514l-1.162-21.071-11.39 17.766c0 0-9.393 14.711-19.548 24.004-2.601 2.378-5.214 4.406-7.727 5.495-0.939 0.404-1.774 0.927-2.528 0.504-0.654-0.366-1.066-1.147-1.547-2.159-0.989-2.093-1.705-4.941-2.213-8.646-12.998-95.091-89.211-176.576-165.063-227.715l-13.876-8.473c0 0 2.455 13.941 2.29 16.966-0.704 12.902 3.063 61.906-5.834 103.264-5.445 25.32-15.276 48.011-35.613 55.195-27.867 9.851-54.176 6.549-108.213-8.327l-2.089-0.577-2.039 0.735c-27.147 9.805-66.751 24.081-96.403 88.449l-0.546-0.081c-0.142 0.643-0.281 1.289-0.416 1.936-3.867-3.64-8.285-7.534-12.056-10.189-75.247-52.994-138.115 5.476-138.115 5.476l-3.944 3.652c0 0 18.997 22.095 28.606 44.633 3.706 8.693 6.257 27.436 6.257 31.707 0 55.776-45.287 101.063-101.067 101.063-27.909 0-54.81-15.942-74.801-38.618-20.198-22.911-33.423-52.817-33.2-81.019 0.381-47.846 2.328-125.879 53.379-188.874 51.34-63.357 152.003-110.864 348.742-98.824l7.615 0.466-0.385-7.615c-0.885-17.477-9.762-36.844-23.83-54.514-20.537-25.793-52.040-47.992-83.855-55.545l-9.678-2.301 1.347 9.858c0 0 2.37 18.686-12.702 34.524-10.863 11.413-30.337 21.014-64.607 22.68-178.273 8.673-315.922 162.053-371.194 356.857-19.228 67.763-14.214 159.514-14.214 159.514l1.162 21.071 11.386-17.77c0 0 9.397-14.707 19.552-24 2.601-2.378 5.21-4.41 7.727-5.495 0.935-0.404 1.77-0.927 2.524-0.504 0.654 0.366 1.070 1.147 1.547 2.155 0.993 2.097 1.708 4.945 2.216 8.646 12.998 95.091 89.211 176.576 165.063 227.715l14.349 8.866c0 0-2.932-14.33-2.767-17.354 0.708-12.902-3.063-61.906 5.834-103.264 5.445-25.32 15.276-48.011 35.613-55.199 27.871-9.847 54.179-6.545 108.216 8.331l2.089 0.577 2.036-0.739c27.151-9.801 66.751-24.077 96.407-88.446z" />
<glyph unicode="&#xe9e7;" glyph-name="pio" data-tags="pioneer, masters" d="M158.852 736.056c76.373 29.68 166.283 5.092 223.408-51.661 113.132-109.158 120.211-305.494 20.366-425.456-44.831-54.89-115.119-90.779-186.898-85.563-68.798 2.856-131.387 45.451-167.028 103.197-52.778 84.197-60.229 191.617-34.027 286.245 20.739 74.262 70.413 144.675 144.178 173.237zM83.348 576.728c-43.589-89.661-29.556-204.656 32.288-282.52 54.89-68.922 164.42-87.798 236.199-34.647 39.677 29.382 43.216 62.465 53.151 98.478-21.236-27.817-43.787-58.093-76.075-73.989-43.216-23.471-94.181-12.071-132.554 14.877-92.145 66.811-105.681 215.336-35.144 301.892 54.43 66.786 131.362 50.481 197.205 24.713-21.608 25.334-46.942 50.17-80.968 56.752-79.354 17.51-159.95-35.393-194.1-105.557zM427.798 717.714l-0.087 0.087 0.112-0.012-0.025-0.075zM489.431 700.453c29.171-30.723 57.162-87.736 72.648-123.352 44.955-112.635 11.052-240.545-55.386-337.161-22.602-6.085-45.079-12.17-67.432-18.628 47.687 60.354 85.563 132.132 89.91 210.368 3.465 103.21-29.655 209.375-100.962 285.587l61.223-16.815zM550.157 683.278c83.514-25.272 251.97-71.928 251.97-71.928s2.819-0.969 4.222-1.465c120.62-64.005 86.929-277.142-43.328-305.494-3.179-0.695-133.883-33.406-195.975-49.425 44.706 79.726 70.040 173.113 55.262 264.637-8.196 60.105-37.131 114.995-72.151 163.675zM899.736 556.858c28.687-8.569 58.491-13.909 86.060-25.706 50.046-32.412 51.909-117.727-0.248-149.021-29.432-15.026-63.458-16.765-95.001-25.085 33.281 61.471 39.739 135.858 9.19 199.813z" />
<glyph unicode="&#xe9e8;" glyph-name="drc" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M296.773 795.522c35.33-0.239 176.671-0.239 212.001 0 22.863 10.29 39.933 31.62 46.577 55.675 56.050-28.587 112.372-56.731 167.945-86.17-4.157-55.164 14.822-117.040 63.478-148.080-49.269-97.516-82.831-204.266-89.305-313.742-44.090-44.635-86.886-90.531-130.567-135.541-10.903-12.062-22.999-23.135-32.676-36.253 25.146 19.251 80.32 65.798 83.523 66.684 6.406-13.391 21.609-40.836 21.609-40.836s-31.568-17.329-46.015-25.95c-65.317-40.376-128.284-84.33-190.569-129.17-62.285 44.84-125.251 88.794-190.569 129.17-14.447 8.62-46.015 25.95-46.015 25.95s15.203 27.446 21.609 40.836c3.203-0.886 58.377-47.433 83.523-66.684-9.677 13.118-21.772 24.192-32.676 36.253-43.681 45.010-86.477 90.906-130.567 135.541-6.474 109.476-40.035 216.226-89.305 313.742 48.656 31.040 67.634 92.916 63.478 148.080 55.573 29.439 111.895 57.583 167.945 86.17 6.644-24.055 23.715-45.385 46.577-55.675zM332.14 361.98c0.239-37.753-0.307-75.505 0.273-113.258 23.783-21.261 46.85-43.272 70.36-64.772 23.51 21.5 46.577 43.511 70.36 64.772 0.613 37.753 0.034 75.505 0.273 113.258h-141.266zM176.939 526.483c13.357-51.45 26.577-102.968 40.104-154.384 35.027 0.102 70.019 0 105.046 0.034 0.034 51.45 0.034 102.9 0 154.35h-145.15zM332.14 685.671c0.034-49.644 0.034-99.288 0-148.932 47.089-0.034 94.177 0 141.266 0-0.034 49.644-0.034 99.288 0 148.932h-141.266zM483.458 526.483c-0.034-51.45 0-102.9 0-154.35 34.959-0.068 69.917 0.17 104.91-0.102 13.799 51.382 26.781 102.968 40.24 154.452h-145.15z" />
<glyph unicode="&#xe9e9;" glyph-name="drc-rarity" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M302.531 770.055c33.411-0.226 167.074-0.226 200.484 0 21.621 9.731 37.764 29.902 44.047 52.651 53.005-27.034 106.268-53.649 158.822-81.489-3.931-52.167 14.017-110.682 60.029-140.036-46.593-92.219-78.331-193.17-84.454-296.699-41.695-42.211-82.166-85.613-123.474-128.179-10.311-11.407-21.75-21.879-30.901-34.284 23.78 18.205 75.957 62.224 78.985 63.061 6.058-12.663 20.435-38.618 20.435-38.618s-29.854-16.388-43.516-24.54c-61.769-38.183-121.315-79.749-180.217-122.153-58.902 42.404-118.448 83.97-180.217 122.153-13.662 8.152-43.516 24.54-43.516 24.54s14.377 25.955 20.435 38.618c3.029-0.838 55.206-44.856 78.985-63.061-9.151 12.405-20.59 22.878-30.901 34.284-41.308 42.565-81.779 85.968-123.474 128.179-6.122 103.529-37.861 204.48-84.454 296.699 46.013 29.354 63.96 87.869 60.029 140.036 52.554 27.84 105.817 54.455 158.822 81.489 6.283-22.749 22.426-42.92 44.047-52.651zM402.773 165.412c61.834 57.097 123.603 114.227 185.405 171.356 3.383 2.61 3.448 7.282 4.769 11.020 21.138 83.294 43.467 166.297 64.186 249.687-30.707 28.935-60.255 59.127-90.769 88.288-54.529-0.016-272.652-0.016-327.181 0-30.514-29.161-60.062-59.353-90.769-88.288 20.719-83.39 43.048-166.394 64.186-249.687 1.321-3.738 1.386-8.41 4.769-11.020 61.802-57.129 123.571-114.259 185.405-171.356z" />
<glyph unicode="&#xe9ea;" glyph-name="drc-border" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M319.093 799.538c27.894 0.184 139.466 0.184 167.36 0 12.115-1.869 20.525 8.893 26.293 17.948 10.375 15.499 4.801 34.864 5.993 52.232h2.062c72.048-37.12 144.386-73.724 216.563-110.618-6.412-36.668-1.386-76.817 19.301-108.33 11.471-17.754 30.45-27.711 48.881-36.636v-2.61c-54.745-98.116-89.319-208.347-94.893-320.833-27.517-22.362-54.809-45.014-82.52-67.118 13.082-23.748 27.453-46.786 39.504-71.081-31.062-13.179-59.868-30.965-88.417-48.784-59.836-37.957-117.868-78.686-175.351-120.091h-2.191c-57.484 41.405-115.515 82.134-175.351 120.091-28.549 17.819-57.355 35.605-88.417 48.784 12.051 24.295 26.422 47.334 39.504 71.081-27.711 22.104-55.003 44.756-82.52 67.118-5.574 112.487-40.148 222.718-94.893 320.833v2.61c18.431 8.925 37.41 18.882 48.881 36.636 20.686 31.513 25.713 71.661 19.301 108.33 72.177 36.894 144.515 73.498 216.563 110.618h2.062c1.192-17.368-4.382-36.733 5.993-52.232 5.768-9.054 14.178-19.816 26.293-17.948zM402.773 19.769c58.902 42.404 118.448 83.97 180.217 122.153 13.662 8.152 27.099 16.82 41.631 23.393-4.479 13.372-13.372 24.779-19.43 37.442-3.029-0.838-5.735-2.288-8.152-4.286-23.296-18.818-46.174-38.247-69.954-56.453 9.151 12.405 20.59 22.878 30.901 34.284 41.308 42.565 81.779 85.968 123.474 128.179 6.122 103.529 37.861 204.48 84.454 296.699-46.013 29.354-63.96 87.869-60.029 140.036-52.554 27.84-105.817 54.455-158.822 81.489-6.283-22.749-22.426-42.92-44.047-52.651-33.411-0.226-167.074-0.226-200.484 0-21.621 9.731-37.764 29.902-44.047 52.651-53.005-27.034-106.268-53.649-158.822-81.489 3.931-52.167-14.017-110.682-60.029-140.036 46.593-92.219 78.331-193.17 84.454-296.699 41.695-42.211 82.166-85.613 123.474-128.179 10.311-11.407 21.75-21.879 30.901-34.284-23.78 18.205-46.657 37.635-69.954 56.453-2.417 1.998-5.123 3.448-8.152 4.286-6.058-12.663-14.951-24.070-19.43-37.442 14.532-6.573 27.969-15.241 41.631-23.393 61.769-38.183 121.315-79.749 180.217-122.153zM402.773 165.412c-61.834 57.097-123.603 114.227-185.405 171.356-3.383 2.61-3.448 7.282-4.769 11.020-21.138 83.294-43.467 166.297-64.186 249.687 30.707 28.935 60.255 59.127 90.769 88.288 54.529-0.016 272.652-0.016 327.181 0 30.514-29.161 60.062-59.353 90.769-88.288-20.719-83.39-43.048-166.394-64.186-249.687-1.321-3.738-1.386-8.41-4.769-11.020-61.802-57.129-123.571-114.259-185.405-171.356zM335.977 360.064c0.226-35.702-0.29-71.404 0.258-107.105 22.491-20.106 44.305-40.922 66.538-61.254 22.233 20.332 44.047 41.147 66.538 61.254 0.58 35.702 0.032 71.404 0.258 107.105h-133.592zM335.977 666.172c0.032-46.947 0.032-93.895 0-140.842 44.531-0.032 89.061 0 133.592 0-0.032 46.947-0.032 93.895 0 140.842h-133.592zM479.075 515.632c-0.032-48.655 0-97.31 0-145.965 33.060-0.064 66.119 0.161 99.211-0.097 13.050 48.591 25.326 97.374 38.054 146.062h-137.265zM189.207 515.632c12.631-48.655 25.133-97.374 37.925-145.997 33.124 0.097 66.216 0 99.34 0.032 0.032 48.655 0.032 97.31 0 145.965h-137.265z" />
<glyph unicode="&#xe9eb;" glyph-name="drc-inner" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M335.977 666.172h133.592c-0.032-46.947-0.032-93.895 0-140.842-44.531 0-89.061-0.032-133.592 0 0.032 46.947 0.032 93.895 0 140.842zM189.207 515.632h137.265c0.032-48.655 0.032-97.31 0-145.965-33.124-0.032-66.216 0.064-99.34-0.032-12.792 48.623-25.294 97.342-37.925 145.997zM479.075 515.632h137.265c-12.728-48.687-25.004-97.471-38.054-146.062-33.092 0.258-66.151 0.032-99.211 0.097 0 48.655-0.032 97.31 0 145.965zM335.977 360.064h133.592c-0.226-35.702 0.322-71.404-0.258-107.105-22.491-20.106-44.305-40.922-66.538-61.254-22.233 20.332-44.047 41.147-66.538 61.254-0.548 35.702-0.032 71.404-0.258 107.105z" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 972 KiB

After

Width:  |  Height:  |  Size: 983 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -461,6 +461,9 @@
<div class="icon" id="dft" name="Aetherdrift" data-name="Aetherdrift" data-class="dft" data-unicode="e9e0" data-added="v3.16.0" data-duo="true">
<span class="name"><i class="ss ss-dft ss-common"></i> Aetherdrift <em>(dft)</em></span>
</div>
<div class="icon" id="tdm" name="Tarkir: Dragonstorm" data-name="Tarkir: Dragonstorm" data-class="tdm" data-unicode="e9e6" data-added="v3.16.1" data-duo="false">
<span class="name"><i class="ss ss-tdm"></i> Tarkir: Dragonstorm <em>(tdm)</em></span>
</div>
</div>
</section>
<section class="content">
@ -619,6 +622,9 @@
<div class="icon" id="fdc" name="Foundations Commander" data-name="Foundations Commander" data-class="fdc" data-unicode="e9e4" data-added="v3.16.0" data-duo="true">
<span class="name"><i class="ss ss-fdc ss-common"></i> Foundations Commander <em>(fdc)</em></span>
</div>
<div class="icon" id="drc" name="Aetherdrift Commander" data-name="Aetherdrift Commander" data-class="drc" data-unicode="e9e8" data-added="v3.16.1" data-duo="true">
<span class="name"><i class="ss ss-drc ss-common"></i> Aetherdrift Commander <em>(drc)</em></span>
</div>
</div>
</section>
<section class="content">
@ -717,6 +723,9 @@
<div class="icon" id="j25" name="Jumpstart 2025" data-name="Jumpstart 2025" data-class="j25" data-unicode="e96f" data-added="v3.15.1">
<span class="name"><i class="ss ss-j25"></i> Jumpstart 2025 <em>(j25)</em></span>
</div>
<div class="icon" id="pio" name="Pioneer Masters" data-name="Pioneer Masters" data-class="pio" data-unicode="e9e7" data-added="v3.16.1">
<span class="name"><i class="ss ss-pio"></i> Pioneer Masters <em>(pio)</em></span>
</div>
</div>
</section>
<section class="content">

Binary file not shown.

View File

@ -11,7 +11,7 @@
"fontFamily": "Keyrune",
"fontURL": "http://andrewgioia.github.io/Keyrune",
"majorVersion": 3,
"minorVersion": 16,
"minorVersion": 16.1,
"version": "Version 3.16",
"fontId": "Keyrune",
"psName": "Keyrune",
@ -348,7 +348,7 @@
<glyph unicode="&#xe9a4;" glyph-name="dmr" data-tags="dominaria, remastered" d="M410.994 783.616c65.888 17.143 136.074 17.056 201.974 0.085-26.189-59.39-31.662-127.57-15.616-190.437-28.469 19.067-56.902 38.182-85.395 57.197-28.532-18.881-56.829-38.118-85.297-57.11 15.911 62.817 10.61 130.959-15.665 190.264zM189.426 634.33c43.986-35.335 83.449-76.264 117.082-121.556 35.42 23.76 70.89 47.449 106.274 71.247 19.214 64.271 15.147 135.409-12.498 196.649-83.721-24.144-158.701-76.658-210.859-146.34zM611.205 584.047c35.384-23.823 70.866-47.512 106.298-71.272 33.621 45.303 73.097 86.221 117.071 121.556-52.145 69.693-127.152 122.196-210.859 146.34-27.631-61.228-31.698-132.352-12.51-196.623zM400.396 555.701c-0.049-99.004 0.012-198.006-0.038-297.008 37.369-53.043 74.723-106.088 112.079-159.145 36.468 52.058 73.122 103.982 109.43 156.138 2.698 2.736 1.65 6.607 1.823 10.032 0 96.563 0 193.125 0 289.686-37.219 25.081-74.476 50.087-111.72 75.117-37.195-24.931-74.378-49.876-111.573-74.82zM0 439.641c131.354-11.807 258.43-65.442 358.888-150.827-42.988 60.945-85.816 122.013-128.901 182.883-46.070 45.945-98.423 85.864-156.015 116.306-34.362-43.778-59.626-94.59-73.972-148.362zM800.348 477.834c-3.031-3.156-6.63-5.854-8.788-9.737-42.1-59.933-84.384-119.743-126.51-179.678 100.494 85.371 227.447 139.686 358.95 151.258-14.271 53.77-39.549 104.585-73.885 148.361-55.040-29.036-105.177-66.896-149.767-110.205zM258.307 460.37c43.691-62.053 87.344-124.119 131.058-186.148 0 91.337 0.012 182.685 0 274.034-43.715-29.259-87.417-58.528-131.058-87.887zM634.547 548.256c-0.012-91.361 0-182.723-0.012-274.084 43.728 62.054 87.443 124.107 131.082 186.223-43.665 29.319-87.33 58.651-131.070 87.861zM103.206 410.124c-36.161-40.868-59.576-92.556-68.352-146.304 101.11 13.853 206.015 1.024 300.372-38.069 41.866-17.514 81.599-40.438 116.785-69.178-36.579 61.734-85.729 116.011-143.986 157.938-61.375 44.602-131.884 75.511-204.819 95.613zM780.974 354.22c-44.416-23.934-85.777-53.661-122.073-88.748-33.744-32.585-62.99-69.78-86.973-110.082 63.039 51.898 140.203 84.681 219.744 101.332 65.271 13.693 132.907 16.329 198.991 7.098-8.861 53.76-31.908 105.609-68.437 146.304-48.928-13.409-96.573-31.797-141.251-55.904z" />
<glyph unicode="&#xe9a5;" glyph-name="gn3" data-tags="game, night, free, all" horiz-adv-x="901" d="M546.413 891.092c60.993-7.917 121.718-18.094 181.743-31.526 31.191-53.217 59.571-108.061 85.862-163.864-17.125 7.465-34.239 14.961-51.366 22.424-38.644-15.218-77.268-30.469-115.901-45.699-21.187-51.214-42.394-102.417-63.514-153.663 47.561-29.135 95.039-58.387 142.57-87.564 40.163 10.479 80.326 20.98 120.501 31.416 9.532 16.157 18.946 32.367 28.455 48.532 11.385-60.713 20.442-121.89 26.356-183.38-40.702-46.292-83.881-90.365-128.601-132.779 1.777 18.664 3.565 37.32 5.354 55.985-26.291 32.203-52.625 64.386-78.928 96.591-55.091 4.448-110.16 8.992-165.263 13.269-12.817-54.468-25.827-108.88-38.752-163.314 22.306-35.156 44.643-70.289 66.971-105.423 18.234-4.050 36.48-8.132 54.714-12.215-53.982-29.565-109.030-57.235-165.478-81.802-56.395 24.6-111.444 52.215-165.373 81.802 18.246 4.093 36.502 8.143 54.748 12.235 22.294 35.145 44.633 70.246 66.927 105.39-12.827 53.951-25.602 107.921-38.482 161.86-55.523-4.502-111.046-8.96-166.579-13.42-26.397-32.16-52.765-64.343-79.142-96.515 1.809-18.731 3.62-37.47 5.439-56.201-44.698 42.501-87.941 86.584-128.676 132.92 5.934 61.488 15.101 122.633 26.334 183.357 9.521-16.155 18.999-32.345 28.51-48.51 40.143-10.491 80.295-20.939 120.436-31.45 47.111 28.897 94.189 57.87 141.31 86.757-21.325 51.731-42.759 103.419-64.138 155.119-38.601 15.229-77.204 30.469-115.806 45.699-17.135-7.465-34.249-14.961-51.376-22.426 26.301 55.813 54.694 110.679 85.972 163.874 60.013 13.324 120.673 23.62 181.634 31.505-12.353-14.078-24.74-28.133-37.105-42.211 2.478-41.595 4.977-83.191 7.455-124.776 41.94-36.082 83.773-72.282 125.833-108.233 42.359 36.383 84.666 72.808 126.995 109.223 2.488 41.597 4.977 83.193 7.465 124.788-12.365 14.078-24.752 28.133-37.105 42.221zM449.046 729.813c-32.602 27.841-65.021 55.888-97.538 83.826 1.476-24.74 2.961-49.48 4.448-74.209 31.020-26.699 62.061-53.367 93.102-80.036 31.416 27.023 62.867 54.014 94.285 81.050 1.422 24.76 2.908 49.522 4.34 74.284-32.893-28.295-65.7-56.675-98.637-84.915zM672.331 646.19c-15.648-37.902-31.363-75.781-47.056-113.662 35.328-21.692 70.666-43.361 106.004-65.043 23.878 6.258 47.746 12.515 71.624 18.794-36.965 22.683-73.95 45.324-110.882 68.038 16.393 39.7 32.85 79.379 49.242 119.079-22.985-9.068-45.969-18.104-68.932-27.206zM157.928 672.394c16.609-40.183 33.271-80.358 49.889-120.544-36.458-22.511-73.013-44.87-109.525-67.306 23.9-6.246 47.811-12.472 71.711-18.708 34.843 21.402 69.707 42.803 104.538 64.215-15.865 38.386-31.741 76.773-47.616 115.159-22.996 9.079-45.99 18.127-68.997 27.184zM559.768 324.925c-9.607-40.422-19.203-80.855-28.81-121.276 13.28-20.917 26.549-41.844 39.851-62.751 10.059 42.329 20.108 84.657 30.104 127.007 42.716-3.468 85.443-6.893 128.159-10.307-15.725 19.151-31.418 38.321-47.143 57.472-40.713 3.296-81.435 6.591-122.16 9.854zM219.257 313.423c-15.672-19.161-31.365-38.311-47.036-57.482 43.179 3.468 86.347 6.914 129.527 10.404 10.004-41.789 19.86-83.633 29.812-125.445 13.312 20.907 26.571 41.834 39.863 62.751-9.489 39.904-18.968 79.809-28.457 119.714-41.24-3.273-82.47-6.624-123.709-9.941z" />
<glyph unicode="&#xe9a6;" glyph-name="hbg" data-tags="alchemy, horizons, baldur's, gate" horiz-adv-x="874" d="M436.907 893.607c241.434 0 436.907-199.637 436.907-445.607s-195.473-445.607-436.907-445.607c-241.434 0-436.907 199.637-436.907 445.607s195.473 445.607 436.907 445.607zM436.907 837.832c-210.365 0-381.131-174.409-381.131-389.832 0-215.441 170.766-389.832 381.131-389.832 210.347 0 381.131 174.409 381.131 389.832 0 215.441-170.784 389.832-381.131 389.832zM436.907 819.835c201.069 0 364.083-166.47 364.083-371.835s-163.014-371.835-364.083-371.835c-201.088 0-364.102 166.47-364.102 371.835s163.014 371.835 364.102 371.835zM430.326 799.775l-27.889-120.846-130.142-92.959-111.551 27.887 74.368-83.663v-167.327l-83.664-83.663 111.551 27.887 139.438-83.663 27.889-111.551 37.183 111.551 130.142 83.663 120.847-37.183-74.368 92.959v167.327l74.368 92.959-111.551-37.183-139.438 92.959-37.183 120.846zM430.326 641.744l158.029-102.255v-176.621l-158.029-111.551-148.734 102.255v185.917l148.734 102.255z" />
<glyph unicode="&#xe9a7;" glyph-name="ydmu" data-tags="alchemy, dominaria, 2023" d="M963.092 660.268c15.642-26.638 28.933-54.692 39.091-83.886 11.452-32.884 18.707-67.27 20.985-102.025 2.541-36.85-0.824-74.015-9.049-109.986-10.365-45.152-28.378-88.317-51.034-128.631-84.427 0.015-168.852 0-253.28 0.009-12.723 0.068-25.591-0.548-38.135 2.041-19.038 3.449-36.927 12.421-51.313 25.329-19.161 16.795-32.459 39.144-42.74 62.208-38.767 83.611-77.512 167.229-116.272 250.848-6.052 11.312-9.411 24.035-9.634 36.873-0.439 16.234 3.69 32.251 9.719 47.222 167.221 0 334.442-0.007 501.661 0zM884.951 633.373q-45.633 0-73.433-33.082l31.444-34.236 1.15 0.384q0 18.657 8.723 31.928 8.724 13.271 25.597 13.271 14.38 0 22.816-10.771t8.436-32.505q0-15.964-5.274-29.908-5.272-13.945-17.063-23.562t-28.281-9.617h-9.777v-1.538l21.282-20.004q12.846 0 22.241-5.001 9.393-5.001 14.57-13.848 5.178-8.849 7.479-19.523t2.301-23.562q0-24.235-9.491-37.313-9.491-13.080-27.322-13.080-18.789 0-28.471 14.138-9.684 14.136-9.684 34.717l-1.15 0.384-33.744-41.738q28.952-29.042 75.349-29.042 44.099 0 68.832 22.118 24.733 22.12 24.733 60.587 0 27.697-16.297 44.527t-43.523 23.561l0.002 1.539q20.323 6.347 35.277 23.851 14.956 17.502 14.956 42.313 0 30.967-23.103 47.988t-58.573 17.022zM676.328 633.373q-24.178 0-45.237-8.969t-36.463-23.789l44.262-55.96 1.169 1.365q-3.12 8.385-3.12 20.279 0 18.913 9.359 31.976 9.359 13.065 27.689 13.065 15.793 0 26.127-11.114t10.334-32.758q0-37.632-32.075-90.375t-93.495-125.667l0.975-1.56h182.506v85.792h-1.754l-19.889-43.481-1.169-0.391h-98.272q14.817 17.55 32.464 36.56 17.645 19.011 29.442 31.101 11.798 12.088 23.984 26.127t19.205 24.958 11.505 23.982q4.485 13.065 4.485 26.909t-4.972 25.639-13.65 20.279-20.376 14.428q-11.699 5.948-25.153 8.776-13.454 2.826-27.882 2.826zM297.784 660.267l-130.879-0.005c8.709-19.847 12.899-42.457 7.508-63.788-2.21-9.981-7.231-18.944-11.312-28.223-39.815-87.477-79.63-174.961-119.46-262.429-5.337-12.022-11.52-23.651-18.135-35.017-7.323-12.483-15.58-24.489-25.506-35.062 61.554-0.002 123.117 0.007 184.672 0-7.801 17.973-14.032 37.072-14.433 56.825-0.391 14.324 3.128 29.001 11.307 40.893 3.888 5.997 9.11 10.935 13.993 16.102 26.784 27.977 53.6 55.924 80.391 83.903-29.018 0.007-58.035 0-87.054 0.007 25.76 47.7 51.49 95.416 77.227 143.14 39.653-85.62 79.222-171.279 118.881-256.891 2.98-6.555 6.284-12.993 8.402-19.9 3.651-11.121 4.736-23.412 1.079-34.686-3.651-11.66-11.645-21.347-20.617-29.387 74.909-0.009 149.816 0 224.732-0.007-11.182 11.412-21.393 23.834-29.788 37.443-7.832 12.314-13.53 25.789-19.714 38.967-40.038 86.298-80.099 172.595-120.107 258.917-10.919 28.479-9.148 60.407-0.307 89.194l-130.879 0.005z" />
<glyph unicode="&#xe9a7;" glyph-name="ydmu, y23" data-tags="alchemy, dominaria, 2023" d="M963.092 660.268c15.642-26.638 28.933-54.692 39.091-83.886 11.452-32.884 18.707-67.27 20.985-102.025 2.541-36.85-0.824-74.015-9.049-109.986-10.365-45.152-28.378-88.317-51.034-128.631-84.427 0.015-168.852 0-253.28 0.009-12.723 0.068-25.591-0.548-38.135 2.041-19.038 3.449-36.927 12.421-51.313 25.329-19.161 16.795-32.459 39.144-42.74 62.208-38.767 83.611-77.512 167.229-116.272 250.848-6.052 11.312-9.411 24.035-9.634 36.873-0.439 16.234 3.69 32.251 9.719 47.222 167.221 0 334.442-0.007 501.661 0zM884.951 633.373q-45.633 0-73.433-33.082l31.444-34.236 1.15 0.384q0 18.657 8.723 31.928 8.724 13.271 25.597 13.271 14.38 0 22.816-10.771t8.436-32.505q0-15.964-5.274-29.908-5.272-13.945-17.063-23.562t-28.281-9.617h-9.777v-1.538l21.282-20.004q12.846 0 22.241-5.001 9.393-5.001 14.57-13.848 5.178-8.849 7.479-19.523t2.301-23.562q0-24.235-9.491-37.313-9.491-13.080-27.322-13.080-18.789 0-28.471 14.138-9.684 14.136-9.684 34.717l-1.15 0.384-33.744-41.738q28.952-29.042 75.349-29.042 44.099 0 68.832 22.118 24.733 22.12 24.733 60.587 0 27.697-16.297 44.527t-43.523 23.561l0.002 1.539q20.323 6.347 35.277 23.851 14.956 17.502 14.956 42.313 0 30.967-23.103 47.988t-58.573 17.022zM676.328 633.373q-24.178 0-45.237-8.969t-36.463-23.789l44.262-55.96 1.169 1.365q-3.12 8.385-3.12 20.279 0 18.913 9.359 31.976 9.359 13.065 27.689 13.065 15.793 0 26.127-11.114t10.334-32.758q0-37.632-32.075-90.375t-93.495-125.667l0.975-1.56h182.506v85.792h-1.754l-19.889-43.481-1.169-0.391h-98.272q14.817 17.55 32.464 36.56 17.645 19.011 29.442 31.101 11.798 12.088 23.984 26.127t19.205 24.958 11.505 23.982q4.485 13.065 4.485 26.909t-4.972 25.639-13.65 20.279-20.376 14.428q-11.699 5.948-25.153 8.776-13.454 2.826-27.882 2.826zM297.784 660.267l-130.879-0.005c8.709-19.847 12.899-42.457 7.508-63.788-2.21-9.981-7.231-18.944-11.312-28.223-39.815-87.477-79.63-174.961-119.46-262.429-5.337-12.022-11.52-23.651-18.135-35.017-7.323-12.483-15.58-24.489-25.506-35.062 61.554-0.002 123.117 0.007 184.672 0-7.801 17.973-14.032 37.072-14.433 56.825-0.391 14.324 3.128 29.001 11.307 40.893 3.888 5.997 9.11 10.935 13.993 16.102 26.784 27.977 53.6 55.924 80.391 83.903-29.018 0.007-58.035 0-87.054 0.007 25.76 47.7 51.49 95.416 77.227 143.14 39.653-85.62 79.222-171.279 118.881-256.891 2.98-6.555 6.284-12.993 8.402-19.9 3.651-11.121 4.736-23.412 1.079-34.686-3.651-11.66-11.645-21.347-20.617-29.387 74.909-0.009 149.816 0 224.732-0.007-11.182 11.412-21.393 23.834-29.788 37.443-7.832 12.314-13.53 25.789-19.714 38.967-40.038 86.298-80.099 172.595-120.107 258.917-10.919 28.479-9.148 60.407-0.307 89.194l-130.879 0.005z" />
<glyph unicode="&#xe9a8;" glyph-name="onc" data-tags="phyrexia, all, one, commander" horiz-adv-x="879" d="M758.177 263.981l-20.259-95.77c-99.044-44.201-198.498-128.716-298.36-253.544l-2.996 3.733c-98.855 122.782-197.31 206.052-295.364 249.812l-20.259 95.77c87.175-33.56 193.381-115.006 318.619-244.336 125.237 129.33 231.444 210.776 318.619 244.336zM248.633 938.667c49.027-31.604 111.892-47.564 188.596-47.88l2.329-0.005-32.537-169.439c-90.859-12.687-153.477-62.824-187.856-150.408s-15.553-170.667 56.48-249.247c33.97-33.56 77.761-54.638 131.376-63.233l32.537-221.621c-124.418 128.921-238.402 212.207-341.947 249.861l-96.998 394.743c47.066-13.915 89.426-12.278 127.079 4.911 30.082 14.734 54.024 46.657 57.707 88.403 4.177 42.47-14.734 79.194-48.499 109.276l111.731 54.638zM630.484 938.667l111.731-54.638c-33.765-30.082-52.676-66.806-48.499-109.276 3.683-41.746 27.626-73.669 57.707-88.403 37.653-17.189 80.013-18.826 127.079-4.911l-96.998-394.743c-103.546-37.653-217.529-120.94-341.947-249.861l32.537 221.621c53.615 8.595 97.406 29.673 131.376 63.233 72.032 78.58 90.859 161.663 56.48 249.247s-96.998 137.721-187.856 150.408l-32.537 169.439c77.761 0 141.404 15.962 190.926 47.885zM404.566 655.041c-2.456-110.504-2.456-220.802 0-330.897-55.252 13.506-94.747 44.406-118.484 92.7s-23.737 98.225 0 149.794c24.147 44.61 63.641 74.078 118.484 88.403zM474.552 655.041c54.843-14.325 94.337-43.793 118.484-88.403 23.737-51.568 23.737-101.5 0-149.794s-63.233-79.194-118.484-92.7c2.456 110.095 2.456 220.393 0 330.897zM144.269 858.245c16.37-16.781 26.193-36.221 29.468-58.321 2.456-23.329 0-41.132-9.823-60.777-15.553-30.695-42.36-48.704-80.422-54.024 13.506 51.977 4.297 90.245-27.626 114.801l88.403 58.321zM734.849 858.245l88.403-58.321c-31.923-24.556-41.132-62.824-27.626-114.801-38.062 5.32-64.869 23.329-80.422 54.024-9.823 19.645-12.278 37.448-9.823 60.777 3.275 22.101 13.097 41.541 29.468 58.321z" />
<glyph unicode="&#xe9a9;" glyph-name="moc" data-tags="march, machines, commander" horiz-adv-x="870" d="M448.324 851.362c196.074-112.589 316.849-328.608 344.397-549.369 36.251 25.337 56.262 65.488 74.842 104.209 7.991-107.718 0.65-219.073-42.163-319.449-34.239 78.027-75.428 153.714-129.027 220.242-37.357 45.998-82.249 88.293-137.798 111.031 41.841 50.026 51.91 121.361 31.445 182.56 0.521-45.868-5.262-94.269-35.277-131.171 5.456 36.448-2.080 75.558-27.092 103.559-19.557 24.3-48.922 37.681-79.002 43.593 1.039 78.222 1.623 156.573-0.326 234.795zM77.553 302.188c-36.123 25.337-56.067 65.359-74.583 104.015-8.381-107.327-0.391-218.228 41.709-318.409 36.577 78.418 77.117 156.054 132.535 223.036 36.707 44.438 80.689 85.108 134.678 107.197-41.839 50.285-51.843 121.685-31.184 183.014-1.169-46.191 5.328-94.659 35.082-131.949-1.364 21.245-3.572 43.269 4.354 63.669 14.228 44.698 55.873 76.597 101.61 83.808-1.039 78.222-1.169 156.508 0.065 234.73-195.944-112.783-316.005-328.544-344.265-549.11zM8.166 669.517c48.857-58.016 72.569-134.028 76.078-209.002 34.173 104.858 88.615 203.61 163.135 285.274-35.214-0.975-69.647 11.435-95.633 35.343-48.271-36.642-94.985-75.363-143.58-111.616zM718.851 780.939c-26.506-24.168-61.394-36.448-97.191-35.408 75.882-80.756 130.65-180.026 165.149-284.95 1.104 75.233 26.636 151.247 75.558 208.872-48.986 35.668-95.503 74.518-143.515 111.486zM341.777 488.387c0.715-33.848 24.103-60.356 48.662-80.821-23.325-2.794-46.454-7.34-68.803-14.618 19.622-20.14 34.758-45.022 39.177-73.155 11.174-65.551-10.201-131.43-37.811-190.16 43.853-36.383 81.34-79.911 112.329-127.662 30.665 47.881 68.412 91.215 112.135 127.662-25.858 54.963-45.867 115.642-39.695 177.167 2.664 32.744 17.93 63.084 40.994 86.147-22.349 7.212-45.413 11.759-68.671 14.618 22.61 19.49 45.283 43.075 48.012 74.388 8.252 51.651-34.304 104.144-86.603 106.223-54.508 5.458-104.663-45.542-99.726-99.791zM221.587 319.534c50.156-27.481 81.145-78.481 96.672-132.014 16.177 49.7 28.652 106.482 5.977 156.182-7.407 12.863-16.242 29.431-31.055 33.719-27.156-14.747-49.311-36.837-71.595-57.887zM574.363 378.071c-24.492-17.997-37.487-47.882-39.825-77.638-3.055-38.525 5.197-77.247 18.516-113.239 13.773 54.313 46.128 104.663 95.828 132.405-23.194 21.245-45.413 45.283-74.518 58.472zM141.611 213.441c55.873-8.641 108.367-32.159 154.819-63.928-7.276 60.227-38.2 118.956-92.448 149.103-23.194-26.573-42.424-56.199-62.37-85.175zM574.169 149.643c46.322 31.705 98.686 55.419 154.428 64.060-19.75 28.585-39.24 57.366-60.875 84.588-56.067-27.936-85.951-88.682-93.553-148.647z" />
<glyph unicode="&#xe9aa;" glyph-name="30a" data-tags="30, anniversary" d="M542.551 692.050c42.996 24.876 92.658 38.632 142.411 37.782 33.038 0.447 66.053-5.816 97.026-17.239 44.593-16.568 84.799-44.648 115.816-80.724 27.354-31.654 47.442-69.526 58.44-109.887 10.696-39.426 12.549-81.138 5.861-121.423-6.229-36.968-20.186-72.54-40.262-104.172-22.163-34.668-52.007-64.367-86.675-86.518-38.932-24.788-84.062-39.905-130.13-43.076-10.742-1.138-21.583-0.435-32.357-0.58-40.909 1.563-81.495 12.227-117.861 31.061-35.282 18.311-66.744 44.003-91.419 75.187-29.979 37.369-49.888 82.621-57.702 129.85-8.665 52.454-2.109 107.354 18.869 156.235 23.571 55.68 65.684 103.188 117.984 133.502zM682.494 688.577c-0.637-23.267-2.925-46.403-4.801-69.571-4.076-45.754-9.614-91.431-18.021-136.639-6.151 0.391-12.148-1.318-18.266-1.306-9.847 52.398-16.445 105.477-18.434 158.746-0.536 0.012-1.618 0.046-2.154 0.068-3.83-56.608-11.846-113.026-24.977-168.26-5.181-2.144-10.718-3.316-15.988-5.226-12.148 39.224-17.888 80.177-20.69 121.042-0.48 0.056-1.428 0.169-1.908 0.224-0.872-6.163-1.172-12.392-2.089-18.557-3.505-39.982-7.815-79.898-11.511-119.88-0.189-3.54-0.357-7.101-0.224-10.651 7.571-2.546 14.705-6.164 21.74-9.904 17.753-9.702 34.355-21.705 48.445-36.277 17.596-17.104 30.86-38.217 40.943-60.481 9.479-21.036 16.346-43.199 21.035-65.775 3.719-19.338 7.001-38.91 6.878-58.673 0.949-0.044 1.898-0.099 2.871-0.177 0.145 5.103-0.147 10.238 0.725 15.285 3.127 34.021 10.428 67.85 23.291 99.582 9.044 22.197 20.878 43.488 36.789 61.52 7.537 9.044 16.591 16.602 25.267 24.463 16.703 12.215 34.277 23.67 53.839 30.781-3.93 45.409-8.832 90.74-13.018 136.127-0.749 4.678-0.268 9.557-2.2 13.99-2.423-5.818-0.983-12.249-2.367-18.289-1.128-14.292-3.115-28.505-5.282-42.673-3.606-20.811-7.39-41.747-14.513-61.687-5.036 1.708-10.039 3.505-15.196 4.789-3.183 10.921-5.27 22.13-7.671 33.239-7.335 37.437-12.638 75.266-16.044 113.26 0.135 7.303-1.372 14.527-1.126 21.828-0.737 0.135-2.2 0.413-2.937 0.548l0.189-1.027c-2.144-53.091-8.574-106.003-18.511-158.222-6.108 0.558-12.126 1.753-18.278 1.652-12.249 68.253-19.014 137.366-22.967 206.49-0.949-0.123-1.898-0.236-2.836-0.358zM902.415 713.822c-0.189-3.941-0.101-7.883-0.010-11.824 6.922 0.034 13.844 0 20.767-0.012-0.022-18.601 0.022-37.19-0.012-55.781 4.589-0.079 9.178-0.044 13.778-0.034 0.034 18.099-0.055 36.186 0.056 54.286 0.335 0.369 1.005 1.128 1.34 1.507 6.566 0.157 13.131-0.044 19.707 0.044 0.044 4.444 0.022 8.888-0.012 13.332-18.087 0-36.186 0.089-54.274-0.022-0.335-0.369-1.005-1.118-1.34-1.497zM53.492 714.638c-0.032-22.477 0.022-44.952-0.022-67.427 75.030-0.079 150.060 0 225.103-0.056-52.454-60.549-104.965-121.074-157.397-181.646-1.35-1.251-0.022-3.038 0.391-4.4 5.449-12.227 11.199-24.34 16.302-36.722 12.281-0.268 24.564-0.056 36.845-0.111 25.59 0.3 51.449-2.647 75.79-10.853 21.381-7.359 42.148-19.628 54.842-38.856 10.508-15.676 14.159-35.181 12.293-53.794-1.44-18.712-9.189-36.811-21.414-51.014-15.52-18.422-38.052-30-61.488-34.633-13.097-3.004-26.595-2.133-39.916-2.033-25.122 1.72-50.009 8.788-71.847 21.425-22.386 12.807-41.668 30.537-57.713 50.613-3.987 4.666-7.236 9.97-11.668 14.235-1.954 0.614-3.35-1.217-4.801-2.188-12.281-10.383-24.742-20.577-37.202-30.749-3.797-3.338-7.939-6.286-11.59-9.781 0.212-3.038 3.137-5.002 4.678-7.436 18.389-24.53 40.419-46.592 66.132-63.418 23.782-15.744 50.466-27.076 78.312-33.251 15.71-3.784 31.833-5.315 47.911-6.263 10.528 0.012 21.113-0.502 31.575 0.949 44.348 4.098 87.813 23.448 118.518 56.050 21.996 23.323 36.756 53.492 40.909 85.323 4.623 32.794-0.691 67.55-17.763 96.212-12.817 21.828-31.978 39.412-53.649 52.263-27.6 16.536-58.907 26.027-90.539 31.073 51.203 58.629 102.451 117.224 153.733 175.785 1.285 1.418 2.067 3.215 1.888 5.158 0 15.174 0.022 30.348-0.034 45.522-109.385 0.111-218.781 0.032-328.178 0.022zM966.057 715.273c-0.592-3.806-0.256-7.648-0.302-11.477-0.010-19.159 0.056-38.33-0.044-57.489 4.879-0.212 9.771-0.212 14.672-0.123-0.022 9.714 0.010 19.427-0.034 29.141 10.027 0.067 20.053 0.022 30.090-0.022-0.022-9.702 0.044-19.405-0.022-29.119 4.511-0.067 9.032-0.044 13.554-0.056 0 23.057 0.079 46.102-0.022 69.158-4.489 0.201-8.999 0.145-13.488-0.145-0.067-8.643 0.034-17.273-0.022-25.914l-0.703-0.681c-9.535-0.056-19.082-0.179-28.617 0.055l-0.748 0.614c-0.067 8.687 0.135 17.374-0.079 26.059-4.745 0.113-9.501 0.236-14.235 0z" />
@ -411,4 +411,10 @@
<glyph unicode="&#xe9e3;" glyph-name="inr-border" data-tags="innistrad, remastered, border" horiz-adv-x="819" d="M309.826 865.648c35.105 8.82 71.362 12.83 107.531 12.401 8.118-0.683 16.304-0.322 24.402-1.327 95.384-6.908 187.772-49.029 255.495-116.576 30.461-0.010 60.922 0 91.384 0 0.088-44.999 0.010-89.988 0.039-134.987-0.039-1.444 0.459-2.83 0.966-4.166 12.528-31.232 21.143-64.015 25.651-97.365 1.6-10.313 2.088-20.753 3.503-31.086 0.546-15.631 0.507-31.281 0.068-46.921 0-2.927-0.82-5.766-0.985-8.684-4.235-54.502-19.436-108.156-44.697-156.658-26.197-50.443-62.971-95.384-107.395-130.86-52.814-42.404-116.371-71.294-183.050-83.168-2.508-0.546-5.415-0.527-7.288-2.576-21.778-21.016-43.887-41.711-65.45-62.932h-0.507c-21.641 20.968-43.516 41.701-65.274 62.552-2.137 2.488-5.6 2.371-8.537 3.025-86.164 15.533-166.863 59.771-226.234 124.128-55.78 59.439-92.681 136.217-104.487 216.858-2.312 13.991-3.2 28.168-4.693 42.248-0.361 18.236-0.712 36.53 1.503 54.649 3.522 40.423 12.869 80.387 28.188 117.971 0.41 0.985 0.644 2.020 0.703 3.073 0.137 44.97-0.127 89.94 0.137 134.9 30.325 0.039 60.659-0.098 90.974 0.068 6.898 5.903 13.299 12.479 20.285 18.324 48.063 41.662 106.058 71.733 167.771 87.11zM334.491 831.879c-62.923-13.006-122.694-42.218-170.737-84.983 21.719-0.302 43.457 0 65.186-0.146 1.005 0.039 1.834-0.341 2.478-1.122 35.876-35.671 71.616-71.479 107.609-107.024 1.171-1.317 2.898-2.576 2.537-4.586-0.078-48.394 0.146-96.799-0.117-145.193-4.713 4.049-8.85 8.693-13.279 13.026-16.216 16.255-32.227 32.735-48.482 48.97-11.23-16.343-19.465-34.754-23.914-54.083-7.971-34.042-4.088-70.738 10.908-102.341 14.245-30.539 38.589-56.22 68.269-72.162 31.261-17.055 68.445-22.656 103.404-16.177 35.066 6.274 67.596 25.251 90.72 52.287 24.89 28.763 38.93 66.816 38.179 104.877-0.059 19.319-4.957 38.423-12.665 56.063-4.81 10.342-9.981 20.675-16.889 29.798-17.241-17.68-34.686-35.145-52.073-52.668-2.556-2.556-5.005-5.259-7.952-7.406-0.205 28.803-0.029 57.615-0.088 86.417 0.098 20.119-0.195 40.247 0.146 60.356 12.86 13.533 26.441 26.412 39.555 39.721 23.846 23.641 47.438 47.526 71.382 71.050 22.256 0.605 44.599-0.088 66.884 0.341-17.436 15.992-37.028 29.573-57.351 41.633-39.164 22.89-82.534 38.579-127.289 45.994-45.136 7.464-91.598 6.527-136.422-2.644zM106.472 646.292c-12.996-13.026-26.1-25.944-39.164-38.891-1.893-1.961-4.215-3.659-5.396-6.186-14.313-36.54-22.578-75.421-24.578-114.586-0.010-6.84-0.41-13.66-0.742-20.49 1.054-8.84 0.205-17.806 1.366-26.646 3.161-45.341 14.84-90.086 34.169-131.231 32.266-69.108 86.71-127.455 152.94-165.175 33.379-18.938 69.645-32.842 107.219-40.686 5.747-1.151 11.455-2.664 17.338-2.986-0.059 32.91 0.039 65.82-0.049 98.731-38.608 8.986-75.216 26.412-106.458 50.824-29.485 22.997-54.19 52.131-71.977 85.032-18.158 33.369-28.871 70.728-31.437 108.614-0.517 9.933-1.288 19.904-0.371 29.837 2.342 54.678 22.568 108.195 55.79 151.584 1.746 2.215 3.464 4.459 5.015 6.81-6.937 6.498-13.152 13.816-20.343 19.992-21.963 0.224-43.936-0.010-65.908 0.117-3.386 0.624-5.22-2.761-7.415-4.664zM634.371 646.243c-5.122-5.327-10.518-10.381-15.504-15.845 36.774-45.028 59.361-102.048 60.786-160.346 0.527-5.503 0.615-11.064 0.068-16.577-0.946-41.565-11.991-82.856-31.788-119.415-17.797-32.91-42.433-62.103-71.928-85.12-31.212-24.451-67.83-41.818-106.419-50.843-0.039-32.881 0.010-65.762-0.020-98.643 9.318 0.859 18.392 3.356 27.524 5.308 43.565 10.401 85.188 28.842 122.245 53.975 43.409 29.368 80.456 68.055 107.853 112.732 34.296 55.644 53.536 120.528 54.912 185.87 0.644 6.157 0.663 12.411 0.020 18.567-0.868 42.511-9.269 84.856-24.47 124.577-1.093 3.2-3.952 5.21-6.186 7.562-13.699 13.63-27.554 27.105-41.262 40.725-1.151 1.064-2.371 2.439-4.098 2.127-22.021-0.039-44.043 0.029-66.055-0.029-2.478-0.459-3.834-3.093-5.679-4.625z" />
<glyph unicode="&#xe9e4;" glyph-name="fdc" data-tags="foundations, commander" horiz-adv-x="853" d="M9.486 541.293c133.325 99.39 269.324 195.331 402.994 294.333-0.259-62.135 0.129-124.27-0.172-186.405-75.632-54.546-150.961-109.523-226.334-164.371-59.117 17.981-117.328 38.764-176.488 56.443zM440.638 835.195c113.878-82.013 227.024-165.018 340.73-247.247 20.87-15.609 42.559-30.14 62.868-46.569-57.263-17.334-113.835-37.040-170.882-54.934-5.39-2.673-9.831 1.25-13.841 4.269-72.743 53.77-146.822 105.815-219.090 160.189 0.604 61.402 0.129 122.847 0.216 184.293zM204.127 463.247c74.338 53.899 148.546 107.971 222.884 161.87 73.691-54.072 147.77-107.669 221.85-161.267-27.985-87.188-55.969-174.375-84.988-261.218-91.413 0.086-182.87 0.302-274.283-0.086-28.89 86.756-55.84 174.159-85.463 260.7zM677.406 458.073c58.772 18.671 117.414 37.73 175.927 57.22-51.097-158.248-103.185-316.195-153.893-474.573-36.996 49.544-72.786 100.037-109.308 149.969 29.364 89.042 57.608 178.428 87.274 267.384zM0 514.559c59.117-17.851 117.5-38.204 176.488-56.573 29.149-89.042 57.996-178.17 86.929-267.341-36.134-50.105-72.527-100.037-108.92-149.969-51.614 157.903-102.021 316.238-154.497 473.883zM286.054 173.657c14.402-0.259 28.761 0.043 43.119 0.172 51.743-0.431 103.487-0.216 155.23 0 27.596-0.388 55.236-0.345 82.876-0.043 36.565-49.501 72.139-99.778 108.833-149.193-166.182 0.086-332.408-0.302-498.59 0.216 36.867 49.113 72.311 99.261 108.532 148.848z" />
<glyph unicode="&#xe9e5;" glyph-name="c16-border" data-tags="c16, border, commander, 2016" horiz-adv-x="689" d="M251.336 865.821c40.681 7.214 73.146 37.876 92.886 72.846 20.441-34.369 52.054-65.331 92.685-72.846-15.18-12.375-27.655-27.756-37.224-44.79 86.373-50.802 190.281-57.715 288.227-57.014 0.1-97.395-0.050-194.79 0.1-292.185-0.451-101.052-37.074-199.85-96.493-280.962-61.723-85.271-141.533-155.762-228.156-214.93-6.313-20.391-11.623-40.982-18.186-61.273-7.014 21.242-12.174 43.086-18.287 64.629-64.88 37.575-120.792 88.828-172.044 143.086-70.19 75.351-126.453 167.034-144.89 269.539-8.367 44.689-8.667 90.331-8.417 135.671 0 78.808-0.050 157.615 0 236.423 97.595-0.651 200.952 6.012 287.325 55.962-8.667 18.036-22.244 33.116-37.525 45.842zM40.314 723.687c0.15-85.721 0-171.443 0.050-257.164 0.601-77.154 23.748-153.657 64.98-218.738 55.661-90.281 138.577-158.367 219.339-225.1-2.054 34.82-2.555 69.689-5.16 104.459-43.537 36.072-85.972 73.948-122.946 116.834-47.345 54.509-81.463 122.495-85.421 195.441-2.455 68.888 2.255 137.776 1.854 206.663 49.549-2.856 100.551-1.453 147.946 14.629 22.495 8.367 45.992 20.792 57.465 42.936 10.020 26.253 5.661 57.064-10.12 80.16-77.956-52.605-176.353-62.475-267.986-60.12zM379.893 783.757c-15.331-32.515-22.345-80.661 12.224-103.507 53.707-36.974 123.046-36.523 185.671-34.369 0.2-30.862-1.052-61.824 1.002-92.685-0.501-63.427 7.465-129.058-15.030-190.080-33.768-99.549-116.132-170.792-193.838-236.824-0.752-34.419-3.407-68.738-4.008-103.206 85.22 70.19 172.695 142.886 228.106 240.18 36.373 63.076 56.764 135.872 55.060 208.868 0 83.868-0.1 167.685 0.050 251.553-92.084-2.405-190.681 7.615-269.239 60.070zM148.029 616.473c0.401-56.313-0.651-112.675 0.551-168.938 0.952-54.259 17.786-108.016 48.697-152.605 31.663-46.192 71.293-87.575 118.838-117.585-11.373 143.537-21.493 287.174-33.016 430.712-44.389-9.87-92.936-10.571-135.070 8.417zM406.647 608.006c-10.17-143.487-22.244-286.874-32.064-430.411 35.972 22.846 67.134 52.405 94.188 85.17 42.585 49.449 70.591 112.375 72.495 178.106 0.351 58.267-0.2 116.533 0.251 174.8-42.535-17.535-90.431-17.735-134.87-7.665z" />
<glyph unicode="&#xe9e6;" glyph-name="tdm" data-tags="tarkir, dragonstorm" horiz-adv-x="976" d="M475.25 547.689l0.543 0.081c0.146-0.643 0.285-1.289 0.419-1.939 3.863 3.644 8.285 7.538 12.052 10.193 75.247 52.994 138.115-5.476 138.115-5.476l3.948-3.656-2.632-4.687c0 0-29.776-25.801-32.231-71.649-2.982-55.699 45.287-101.063 101.063-101.063 27.913 0 54.81 15.942 74.801 38.618 20.202 22.911 33.427 52.817 33.2 81.019-0.381 47.846-2.328 125.879-53.375 188.874-51.343 63.357-152.006 110.86-348.745 98.824l-7.611-0.469 0.385 7.619c0.881 17.474 9.758 36.844 23.83 54.514 20.537 25.793 52.036 47.988 83.851 55.545l9.678 2.297-1.343-9.855c0 0-2.37-18.686 12.702-34.524 10.859-11.413 30.337-21.018 64.607-22.684 178.269-8.673 315.918-162.050 371.194-356.853 19.228-67.763 14.214-159.514 14.214-159.514l-1.162-21.071-11.39 17.766c0 0-9.393 14.711-19.548 24.004-2.601 2.378-5.214 4.406-7.727 5.495-0.939 0.404-1.774 0.927-2.528 0.504-0.654-0.366-1.066-1.147-1.547-2.159-0.989-2.093-1.705-4.941-2.213-8.646-12.998-95.091-89.211-176.576-165.063-227.715l-13.876-8.473c0 0 2.455 13.941 2.29 16.966-0.704 12.902 3.063 61.906-5.834 103.264-5.445 25.32-15.276 48.011-35.613 55.195-27.867 9.851-54.176 6.549-108.213-8.327l-2.089-0.577-2.039 0.735c-27.147 9.805-66.751 24.081-96.403 88.449l-0.546-0.081c-0.142 0.643-0.281 1.289-0.416 1.936-3.867-3.64-8.285-7.534-12.056-10.189-75.247-52.994-138.115 5.476-138.115 5.476l-3.944 3.652c0 0 18.997 22.095 28.606 44.633 3.706 8.693 6.257 27.436 6.257 31.707 0 55.776-45.287 101.063-101.067 101.063-27.909 0-54.81-15.942-74.801-38.618-20.198-22.911-33.423-52.817-33.2-81.019 0.381-47.846 2.328-125.879 53.379-188.874 51.34-63.357 152.003-110.864 348.742-98.824l7.615 0.466-0.385-7.615c-0.885-17.477-9.762-36.844-23.83-54.514-20.537-25.793-52.040-47.992-83.855-55.545l-9.678-2.301 1.347 9.858c0 0 2.37 18.686-12.702 34.524-10.863 11.413-30.337 21.014-64.607 22.68-178.273 8.673-315.922 162.053-371.194 356.857-19.228 67.763-14.214 159.514-14.214 159.514l1.162 21.071 11.386-17.77c0 0 9.397-14.707 19.552-24 2.601-2.378 5.21-4.41 7.727-5.495 0.935-0.404 1.77-0.927 2.524-0.504 0.654 0.366 1.070 1.147 1.547 2.155 0.993 2.097 1.708 4.945 2.216 8.646 12.998 95.091 89.211 176.576 165.063 227.715l14.349 8.866c0 0-2.932-14.33-2.767-17.354 0.708-12.902-3.063-61.906 5.834-103.264 5.445-25.32 15.276-48.011 35.613-55.199 27.871-9.847 54.179-6.545 108.216 8.331l2.089 0.577 2.036-0.739c27.151-9.801 66.751-24.077 96.407-88.446z" />
<glyph unicode="&#xe9e7;" glyph-name="pio" data-tags="pioneer, masters" d="M158.852 736.056c76.373 29.68 166.283 5.092 223.408-51.661 113.132-109.158 120.211-305.494 20.366-425.456-44.831-54.89-115.119-90.779-186.898-85.563-68.798 2.856-131.387 45.451-167.028 103.197-52.778 84.197-60.229 191.617-34.027 286.245 20.739 74.262 70.413 144.675 144.178 173.237zM83.348 576.728c-43.589-89.661-29.556-204.656 32.288-282.52 54.89-68.922 164.42-87.798 236.199-34.647 39.677 29.382 43.216 62.465 53.151 98.478-21.236-27.817-43.787-58.093-76.075-73.989-43.216-23.471-94.181-12.071-132.554 14.877-92.145 66.811-105.681 215.336-35.144 301.892 54.43 66.786 131.362 50.481 197.205 24.713-21.608 25.334-46.942 50.17-80.968 56.752-79.354 17.51-159.95-35.393-194.1-105.557zM427.798 717.714l-0.087 0.087 0.112-0.012-0.025-0.075zM489.431 700.453c29.171-30.723 57.162-87.736 72.648-123.352 44.955-112.635 11.052-240.545-55.386-337.161-22.602-6.085-45.079-12.17-67.432-18.628 47.687 60.354 85.563 132.132 89.91 210.368 3.465 103.21-29.655 209.375-100.962 285.587l61.223-16.815zM550.157 683.278c83.514-25.272 251.97-71.928 251.97-71.928s2.819-0.969 4.222-1.465c120.62-64.005 86.929-277.142-43.328-305.494-3.179-0.695-133.883-33.406-195.975-49.425 44.706 79.726 70.040 173.113 55.262 264.637-8.196 60.105-37.131 114.995-72.151 163.675zM899.736 556.858c28.687-8.569 58.491-13.909 86.060-25.706 50.046-32.412 51.909-117.727-0.248-149.021-29.432-15.026-63.458-16.765-95.001-25.085 33.281 61.471 39.739 135.858 9.19 199.813z" />
<glyph unicode="&#xe9e8;" glyph-name="drc" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M296.773 795.522c35.33-0.239 176.671-0.239 212.001 0 22.863 10.29 39.933 31.62 46.577 55.675 56.050-28.587 112.372-56.731 167.945-86.17-4.157-55.164 14.822-117.040 63.478-148.080-49.269-97.516-82.831-204.266-89.305-313.742-44.090-44.635-86.886-90.531-130.567-135.541-10.903-12.062-22.999-23.135-32.676-36.253 25.146 19.251 80.32 65.798 83.523 66.684 6.406-13.391 21.609-40.836 21.609-40.836s-31.568-17.329-46.015-25.95c-65.317-40.376-128.284-84.33-190.569-129.17-62.285 44.84-125.251 88.794-190.569 129.17-14.447 8.62-46.015 25.95-46.015 25.95s15.203 27.446 21.609 40.836c3.203-0.886 58.377-47.433 83.523-66.684-9.677 13.118-21.772 24.192-32.676 36.253-43.681 45.010-86.477 90.906-130.567 135.541-6.474 109.476-40.035 216.226-89.305 313.742 48.656 31.040 67.634 92.916 63.478 148.080 55.573 29.439 111.895 57.583 167.945 86.17 6.644-24.055 23.715-45.385 46.577-55.675zM332.14 361.98c0.239-37.753-0.307-75.505 0.273-113.258 23.783-21.261 46.85-43.272 70.36-64.772 23.51 21.5 46.577 43.511 70.36 64.772 0.613 37.753 0.034 75.505 0.273 113.258h-141.266zM176.939 526.483c13.357-51.45 26.577-102.968 40.104-154.384 35.027 0.102 70.019 0 105.046 0.034 0.034 51.45 0.034 102.9 0 154.35h-145.15zM332.14 685.671c0.034-49.644 0.034-99.288 0-148.932 47.089-0.034 94.177 0 141.266 0-0.034 49.644-0.034 99.288 0 148.932h-141.266zM483.458 526.483c-0.034-51.45 0-102.9 0-154.35 34.959-0.068 69.917 0.17 104.91-0.102 13.799 51.382 26.781 102.968 40.24 154.452h-145.15z" />
<glyph unicode="&#xe9e9;" glyph-name="drc-rarity" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M302.531 770.055c33.411-0.226 167.074-0.226 200.484 0 21.621 9.731 37.764 29.902 44.047 52.651 53.005-27.034 106.268-53.649 158.822-81.489-3.931-52.167 14.017-110.682 60.029-140.036-46.593-92.219-78.331-193.17-84.454-296.699-41.695-42.211-82.166-85.613-123.474-128.179-10.311-11.407-21.75-21.879-30.901-34.284 23.78 18.205 75.957 62.224 78.985 63.061 6.058-12.663 20.435-38.618 20.435-38.618s-29.854-16.388-43.516-24.54c-61.769-38.183-121.315-79.749-180.217-122.153-58.902 42.404-118.448 83.97-180.217 122.153-13.662 8.152-43.516 24.54-43.516 24.54s14.377 25.955 20.435 38.618c3.029-0.838 55.206-44.856 78.985-63.061-9.151 12.405-20.59 22.878-30.901 34.284-41.308 42.565-81.779 85.968-123.474 128.179-6.122 103.529-37.861 204.48-84.454 296.699 46.013 29.354 63.96 87.869 60.029 140.036 52.554 27.84 105.817 54.455 158.822 81.489 6.283-22.749 22.426-42.92 44.047-52.651zM402.773 165.412c61.834 57.097 123.603 114.227 185.405 171.356 3.383 2.61 3.448 7.282 4.769 11.020 21.138 83.294 43.467 166.297 64.186 249.687-30.707 28.935-60.255 59.127-90.769 88.288-54.529-0.016-272.652-0.016-327.181 0-30.514-29.161-60.062-59.353-90.769-88.288 20.719-83.39 43.048-166.394 64.186-249.687 1.321-3.738 1.386-8.41 4.769-11.020 61.802-57.129 123.571-114.259 185.405-171.356z" />
<glyph unicode="&#xe9ea;" glyph-name="drc-border" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M319.093 799.538c27.894 0.184 139.466 0.184 167.36 0 12.115-1.869 20.525 8.893 26.293 17.948 10.375 15.499 4.801 34.864 5.993 52.232h2.062c72.048-37.12 144.386-73.724 216.563-110.618-6.412-36.668-1.386-76.817 19.301-108.33 11.471-17.754 30.45-27.711 48.881-36.636v-2.61c-54.745-98.116-89.319-208.347-94.893-320.833-27.517-22.362-54.809-45.014-82.52-67.118 13.082-23.748 27.453-46.786 39.504-71.081-31.062-13.179-59.868-30.965-88.417-48.784-59.836-37.957-117.868-78.686-175.351-120.091h-2.191c-57.484 41.405-115.515 82.134-175.351 120.091-28.549 17.819-57.355 35.605-88.417 48.784 12.051 24.295 26.422 47.334 39.504 71.081-27.711 22.104-55.003 44.756-82.52 67.118-5.574 112.487-40.148 222.718-94.893 320.833v2.61c18.431 8.925 37.41 18.882 48.881 36.636 20.686 31.513 25.713 71.661 19.301 108.33 72.177 36.894 144.515 73.498 216.563 110.618h2.062c1.192-17.368-4.382-36.733 5.993-52.232 5.768-9.054 14.178-19.816 26.293-17.948zM402.773 19.769c58.902 42.404 118.448 83.97 180.217 122.153 13.662 8.152 27.099 16.82 41.631 23.393-4.479 13.372-13.372 24.779-19.43 37.442-3.029-0.838-5.735-2.288-8.152-4.286-23.296-18.818-46.174-38.247-69.954-56.453 9.151 12.405 20.59 22.878 30.901 34.284 41.308 42.565 81.779 85.968 123.474 128.179 6.122 103.529 37.861 204.48 84.454 296.699-46.013 29.354-63.96 87.869-60.029 140.036-52.554 27.84-105.817 54.455-158.822 81.489-6.283-22.749-22.426-42.92-44.047-52.651-33.411-0.226-167.074-0.226-200.484 0-21.621 9.731-37.764 29.902-44.047 52.651-53.005-27.034-106.268-53.649-158.822-81.489 3.931-52.167-14.017-110.682-60.029-140.036 46.593-92.219 78.331-193.17 84.454-296.699 41.695-42.211 82.166-85.613 123.474-128.179 10.311-11.407 21.75-21.879 30.901-34.284-23.78 18.205-46.657 37.635-69.954 56.453-2.417 1.998-5.123 3.448-8.152 4.286-6.058-12.663-14.951-24.070-19.43-37.442 14.532-6.573 27.969-15.241 41.631-23.393 61.769-38.183 121.315-79.749 180.217-122.153zM402.773 165.412c-61.834 57.097-123.603 114.227-185.405 171.356-3.383 2.61-3.448 7.282-4.769 11.020-21.138 83.294-43.467 166.297-64.186 249.687 30.707 28.935 60.255 59.127 90.769 88.288 54.529-0.016 272.652-0.016 327.181 0 30.514-29.161 60.062-59.353 90.769-88.288-20.719-83.39-43.048-166.394-64.186-249.687-1.321-3.738-1.386-8.41-4.769-11.020-61.802-57.129-123.571-114.259-185.405-171.356zM335.977 360.064c0.226-35.702-0.29-71.404 0.258-107.105 22.491-20.106 44.305-40.922 66.538-61.254 22.233 20.332 44.047 41.147 66.538 61.254 0.58 35.702 0.032 71.404 0.258 107.105h-133.592zM335.977 666.172c0.032-46.947 0.032-93.895 0-140.842 44.531-0.032 89.061 0 133.592 0-0.032 46.947-0.032 93.895 0 140.842h-133.592zM479.075 515.632c-0.032-48.655 0-97.31 0-145.965 33.060-0.064 66.119 0.161 99.211-0.097 13.050 48.591 25.326 97.374 38.054 146.062h-137.265zM189.207 515.632c12.631-48.655 25.133-97.374 37.925-145.997 33.124 0.097 66.216 0 99.34 0.032 0.032 48.655 0.032 97.31 0 145.965h-137.265z" />
<glyph unicode="&#xe9eb;" glyph-name="drc-inner" data-tags="aetherdrift, commander" horiz-adv-x="806" d="M335.977 666.172h133.592c-0.032-46.947-0.032-93.895 0-140.842-44.531 0-89.061-0.032-133.592 0 0.032 46.947 0.032 93.895 0 140.842zM189.207 515.632h137.265c0.032-48.655 0.032-97.31 0-145.965-33.124-0.032-66.216 0.064-99.34-0.032-12.792 48.623-25.294 97.342-37.925 145.997zM479.075 515.632h137.265c-12.728-48.687-25.004-97.471-38.054-146.062-33.092 0.258-66.151 0.032-99.211 0.097 0 48.655-0.032 97.31 0 145.965zM335.977 360.064h133.592c-0.226-35.702 0.322-71.404-0.258-107.105-22.491-20.106-44.305-40.922-66.538-61.254-22.233 20.332-44.047 41.147-66.538 61.254-0.548 35.702-0.032 71.404-0.258 107.105z" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 972 KiB

After

Width:  |  Height:  |  Size: 983 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -33,6 +33,7 @@
&.@{ss-prefix}-cns,
&.@{ss-prefix}-dft,
&.@{ss-prefix}-dmc,
&.@{ss-prefix}-drc,
&.@{ss-prefix}-dsc,
&.@{ss-prefix}-hop,
&.@{ss-prefix}-inr,
@ -120,6 +121,20 @@
color: #000;
}
}
&.@{ss-prefix}-drc {
display: list-item;
list-style-position: inside;
&::before {
position: absolute;
left: 0;
top: 0;
}
&::marker {
content: "\e9ea";
color: #000;
}
}
&.@{ss-prefix}-dsc { // experimental ::marker for 3 layer icons
display: list-item;
list-style-position: inside;

View File

@ -78,6 +78,18 @@
}
}
// Aetherdrift Commander (similar to DMC)
&.@{ss-prefix}-drc {
&::before {
content: "\e9e9";
width: 100%;
}
&::after {
content: "\e9eb";
color: #fff !important;
}
}
// Duskmourn Commander
&.@{ss-prefix}-dsc::after {
content: "\e9de";

View File

@ -181,6 +181,7 @@
.@{ss-prefix}-dsk:before { content: "\e9d7"; } // Duskmourn: House of Horror
/* 2025 Sets */
.@{ss-prefix}-dft:before { content: "\e9e0"; } // Aetherdrift
.@{ss-prefix}-tdm:before { content: "\e9e6"; } // Tarkir: Dragonstorm
/**
* Command Zone */
@ -237,6 +238,7 @@
.@{ss-prefix}-m3c:before { content: "\e9d0"; } // Modern Horizons 3 Commander
.@{ss-prefix}-dsc:before { content: "\e9dc"; } // Duskmourn Commander
.@{ss-prefix}-fdc:before { content: "\e9e4"; } // Foundations Commander
.@{ss-prefix}-drc:before { content: "\e9e8"; } // Aetherdrift Commander
/**
* Reprint */
@ -274,6 +276,7 @@
.@{ss-prefix}-mb2:before { content: "\e9d9"; } // Mystery Booster
.@{ss-prefix}-j25a:before { content: "\e9db"; } // Jumpstart 2025
.@{ss-prefix}-j25:before { content: "\e9df"; } // Jumpstart 2025 (using this alternate with border)
.@{ss-prefix}-pio:before { content: "\e9e7"; } // Pioneer Masters
/**
* Beginner */

View File

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

View File

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

View File

@ -1,7 +1,7 @@
/**
* Globals */
$keyrune_version: '3.16.0' !default;
$keyrune_version: '3.16.1' !default;
$keyrune_font_path: '../fonts' !default;
// font specific
@ -49,7 +49,8 @@ $border-corrections: (
("Planechase 2012", "pc2", "\e659"),
("Conspiracy", "cns", "\e65c"),
("Shadows of the Past", "sis", "\e9b2"),
("Innistrad Remastered", "inr", "\e9e3")
("Innistrad Remastered", "inr", "\e9e3"),
("Aetherdrift Commander", "drc", "\e9ea")
) !default;
// dual-layered symbols (work in progress)
@ -61,6 +62,7 @@ $dual-layered: (
'clb': '\e992',
'cc2': '\e988',
'dmc': '\e997',
'drc': '\e9eb',
'dsc': '\e9de',
'j21': '\e984',
'khc': '\e9c6',
@ -251,6 +253,7 @@ $keyrune_sets: (
("Duskmourn: House of Horror", "dsk", "\e9d7"),
// 2025 sets
("Aetherdrift", "dft", "\e9e0"),
("Tarkir: Dragonstorm", "tdm", "\e9e6"),
// Command zone
("Vanguard", "van", "\e655"),
("Planechase 2009", "hop", "\e656"),
@ -304,6 +307,7 @@ $keyrune_sets: (
("Modern Horizons 3 Commander", "m3c", "\e9d0"),
("Duskmourn Commander", "dsc", "\e9dc"),
("Foundations Commander", "fdc", "\e9e4"),
("Aetherdrift Commander", "drc", "\e9e8"),
//
// Reprint sets
("Chronicles", "chr", "\e65e"),
@ -340,6 +344,7 @@ $keyrune_sets: (
("Mystery Booster 2", "mb2", "\e9d9"),
("Jumpstart 2025 (Alternate)", "j25a", "\e9db"),
("Jumpstart 2025", "j25", "\e9df"),
("Pioneer Masters", "pio", "\e9e7"),
//
// Beginner
("Portal", "por", "\e664"),

4
svg/dft-rarity.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M7.742 7.111c0.685 0.004 1.37 0.001 2.055 0.001-2.202 5.924-4.409 11.846-6.608 17.77-0.687 0.004-1.373 0.001-2.059 0.001 2.204-5.924 4.405-11.85 6.613-17.773zM16.017 7.117c1.655-0.009 3.311-0.002 4.966-0.004-0.568 1.532-1.14 3.062-1.706 4.595-1.655 0-3.309 0-4.965 0 0.567-1.531 1.142-3.059 1.705-4.591zM25.91 10.319c1.654 0.001 3.308 0 4.963 0-0.567 1.533-1.139 3.064-1.708 4.596-1.654-0-3.309 0-4.964-0 0.569-1.532 1.139-3.064 1.709-4.596zM8.827 11.968c1.703-0.002 3.406-0 5.109-0.001-0.602 1.619-1.204 3.238-1.806 4.857-1.703 0.001-3.406 0-5.109 0 0.602-1.619 1.205-3.237 1.807-4.856zM17.041 20.031c0.598-1.619 1.197-3.238 1.796-4.857 1.663-0.001 3.325-0.001 4.988 0-0.6 1.62-1.203 3.238-1.805 4.857-1.659-0-3.319 0-4.978 0zM12.309 17.086c1.655-0.003 3.311-0 4.966-0.001-0.57 1.532-1.14 3.063-1.709 4.596-1.655 0-3.311 0.001-4.967-0.001 0.571-1.531 1.142-3.062 1.71-4.594zM22.201 20.289c1.653-0.001 3.307 0.002 4.96-0.002-0.56 1.535-1.138 3.064-1.705 4.597-1.655-0.002-3.31 0.005-4.965-0.004 0.574-1.529 1.139-3.061 1.71-4.591z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

4
svg/dft.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M7.187 6.329c4.979 0.001 9.957 0 14.935 0-0.396 1.066-0.794 2.132-1.189 3.199 3.689 0.002 7.378 0 11.067 0.001v0.041c-1.151 3.073-2.288 6.15-3.434 9.225-0.851 2.292-1.708 4.582-2.554 6.876-3.967 0.003-7.933 0-11.899 0.001 0.396-1.066 0.787-2.134 1.181-3.2-3.457 0.003-6.913-0.005-10.37 0.004-0.287 0.793-0.586 1.581-0.877 2.373-0.108 0.272-0.193 0.554-0.314 0.82-1.244 0.007-2.489 0.001-3.733 0.003v-0.036c0.477-1.259 0.939-2.523 1.411-3.783 1.925-5.174 3.847-10.35 5.776-15.523zM7.742 7.111c-2.207 5.923-4.408 11.849-6.613 17.773 0.687-0 1.373 0.003 2.059-0.001 2.2-5.924 4.406-11.846 6.608-17.77-0.685-0-1.37 0.002-2.055-0.001zM16.017 7.117c-0.563 1.532-1.137 3.061-1.705 4.591 1.655 0 3.31 0 4.965 0 0.566-1.532 1.138-3.063 1.706-4.595-1.655 0.001-3.311-0.005-4.966 0.004zM25.91 10.319c-0.57 1.532-1.14 3.064-1.709 4.596 1.655 0.001 3.309 0 4.964 0 0.569-1.532 1.141-3.063 1.708-4.596-1.654-0-3.308 0-4.963-0zM8.827 11.968c-0.601 1.619-1.205 3.237-1.807 4.856 1.703 0 3.406 0.001 5.109 0 0.602-1.619 1.204-3.238 1.806-4.857-1.703 0-3.406-0.001-5.109 0.001zM17.041 20.031c1.659 0 3.319-0 4.978 0 0.602-1.619 1.205-3.237 1.805-4.857-1.663-0.001-3.325-0.001-4.988 0-0.598 1.619-1.197 3.238-1.796 4.857zM12.309 17.086c-0.568 1.532-1.139 3.063-1.71 4.594 1.655 0.002 3.311 0.001 4.967 0.001 0.569-1.532 1.139-3.064 1.709-4.596-1.655 0.001-3.31-0.001-4.966 0.001zM22.201 20.289c-0.571 1.53-1.136 3.062-1.71 4.591 1.655 0.009 3.31 0.002 4.965 0.004 0.567-1.533 1.145-3.062 1.705-4.597-1.653 0.004-3.307 0-4.96 0.002z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

4
svg/drc-border.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M9.972 4.348c0.872-0.006 4.358-0.006 5.23 0 0.379 0.058 0.641-0.278 0.822-0.561 0.324-0.484 0.15-1.090 0.187-1.632h0.064c2.252 1.16 4.512 2.304 6.768 3.457-0.2 1.146-0.043 2.401 0.603 3.385 0.358 0.555 0.952 0.866 1.528 1.145v0.082c-1.711 3.066-2.791 6.511-2.965 10.026-0.86 0.699-1.713 1.407-2.579 2.097 0.409 0.742 0.858 1.462 1.235 2.221-0.971 0.412-1.871 0.968-2.763 1.524-1.87 1.186-3.683 2.459-5.48 3.753h-0.068c-1.796-1.294-3.61-2.567-5.48-3.753-0.892-0.557-1.792-1.113-2.763-1.524 0.377-0.759 0.826-1.479 1.234-2.221-0.866-0.691-1.719-1.399-2.579-2.097-0.174-3.515-1.255-6.96-2.965-10.026v-0.082c0.576-0.279 1.169-0.59 1.528-1.145 0.646-0.985 0.804-2.239 0.603-3.385 2.256-1.153 4.516-2.297 6.768-3.457h0.064c0.037 0.543-0.137 1.148 0.187 1.632 0.18 0.283 0.443 0.619 0.822 0.561zM12.587 28.716c1.841-1.325 3.701-2.624 5.632-3.817 0.427-0.255 0.847-0.526 1.301-0.731-0.14-0.418-0.418-0.774-0.607-1.17-0.095 0.026-0.179 0.072-0.255 0.134-0.728 0.588-1.443 1.195-2.186 1.764 0.286-0.388 0.643-0.715 0.966-1.071 1.291-1.33 2.556-2.686 3.859-4.006 0.191-3.235 1.183-6.39 2.639-9.272-1.438-0.917-1.999-2.746-1.876-4.376-1.642-0.87-3.307-1.702-4.963-2.547-0.196 0.711-0.701 1.341-1.376 1.645-1.044 0.007-5.221 0.007-6.265 0-0.676-0.304-1.18-0.934-1.376-1.645-1.656 0.845-3.321 1.677-4.963 2.547 0.123 1.63-0.438 3.459-1.876 4.376 1.456 2.882 2.448 6.037 2.639 9.272 1.303 1.319 2.568 2.675 3.859 4.006 0.322 0.356 0.68 0.684 0.966 1.071-0.743-0.569-1.458-1.176-2.186-1.764-0.076-0.062-0.16-0.108-0.255-0.134-0.189 0.396-0.467 0.752-0.607 1.17 0.454 0.205 0.874 0.476 1.301 0.731 1.93 1.193 3.791 2.492 5.632 3.817zM12.587 24.164c-1.932-1.784-3.863-3.57-5.794-5.355-0.106-0.082-0.108-0.228-0.149-0.344-0.661-2.603-1.358-5.197-2.006-7.803 0.96-0.904 1.883-1.848 2.837-2.759 1.704 0 8.52 0 10.224 0 0.954 0.911 1.877 1.855 2.837 2.759-0.647 2.606-1.345 5.2-2.006 7.803-0.041 0.117-0.043 0.263-0.149 0.344-1.931 1.785-3.862 3.571-5.794 5.355zM10.499 18.081c0.007 1.116-0.009 2.231 0.008 3.347 0.703 0.628 1.385 1.279 2.079 1.914 0.695-0.635 1.376-1.286 2.079-1.914 0.018-1.116 0.001-2.231 0.008-3.347h-4.175zM10.499 8.515c0.001 1.467 0.001 2.934 0 4.401 1.392 0.001 2.783 0 4.175 0-0.001-1.467-0.001-2.934 0-4.401h-4.175zM14.971 13.22c-0.001 1.52 0 3.041 0 4.561 1.033 0.002 2.066-0.005 3.1 0.003 0.408-1.518 0.791-3.043 1.189-4.564h-4.29zM5.913 13.22c0.395 1.52 0.785 3.043 1.185 4.562 1.035-0.003 2.069 0 3.104-0.001 0.001-1.52 0.001-3.041 0-4.561h-4.29z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

4
svg/drc-inner.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M10.499 8.515h4.175c-0.001 1.467-0.001 2.934 0 4.401-1.392 0-2.783 0.001-4.175 0 0.001-1.467 0.001-2.934 0-4.401zM5.913 13.22h4.29c0.001 1.52 0.001 3.041 0 4.561-1.035 0.001-2.069-0.002-3.104 0.001-0.4-1.519-0.79-3.042-1.185-4.562zM14.971 13.22h4.29c-0.398 1.521-0.781 3.046-1.189 4.564-1.034-0.008-2.067-0.001-3.1-0.003 0-1.52-0.001-3.041 0-4.561zM10.499 18.081h4.175c-0.007 1.116 0.010 2.231-0.008 3.347-0.703 0.628-1.385 1.279-2.079 1.914-0.695-0.635-1.376-1.286-2.079-1.914-0.017-1.116-0.001-2.231-0.008-3.347z"></path>
</svg>

After

Width:  |  Height:  |  Size: 683 B

4
svg/drc-rarity.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M9.454 5.269c1.044 0.007 5.221 0.007 6.265 0 0.676-0.304 1.18-0.934 1.376-1.645 1.656 0.845 3.321 1.677 4.963 2.547-0.123 1.63 0.438 3.459 1.876 4.376-1.456 2.882-2.448 6.037-2.639 9.272-1.303 1.319-2.568 2.675-3.859 4.006-0.322 0.356-0.68 0.684-0.966 1.071 0.743-0.569 2.374-1.945 2.468-1.971 0.189 0.396 0.639 1.207 0.639 1.207s-0.933 0.512-1.36 0.767c-1.93 1.193-3.791 2.492-5.632 3.817-1.841-1.325-3.701-2.624-5.632-3.817-0.427-0.255-1.36-0.767-1.36-0.767s0.449-0.811 0.639-1.207c0.095 0.026 1.725 1.402 2.468 1.971-0.286-0.388-0.643-0.715-0.966-1.071-1.291-1.33-2.556-2.686-3.859-4.006-0.191-3.235-1.183-6.39-2.639-9.272 1.438-0.917 1.999-2.746 1.876-4.376 1.642-0.87 3.307-1.702 4.963-2.547 0.196 0.711 0.701 1.341 1.376 1.645zM12.587 24.164c1.932-1.784 3.863-3.57 5.794-5.355 0.106-0.082 0.108-0.228 0.149-0.344 0.661-2.603 1.358-5.197 2.006-7.803-0.96-0.904-1.883-1.848-2.837-2.759-1.704 0-8.52 0-10.224 0-0.954 0.911-1.877 1.855-2.837 2.759 0.647 2.606 1.345 5.2 2.006 7.803 0.041 0.117 0.043 0.263 0.149 0.344 1.931 1.785 3.862 3.571 5.794 5.355z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

4
svg/drc.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M9.274 4.473c1.104 0.007 5.521 0.007 6.625 0 0.714-0.322 1.248-0.988 1.456-1.74 1.752 0.893 3.512 1.773 5.248 2.693-0.13 1.724 0.463 3.657 1.984 4.628-1.54 3.047-2.588 6.383-2.791 9.804-1.378 1.395-2.715 2.829-4.080 4.236-0.341 0.377-0.719 0.723-1.021 1.133 0.786-0.602 2.51-2.056 2.61-2.084 0.2 0.418 0.675 1.276 0.675 1.276s-0.986 0.542-1.438 0.811c-2.041 1.262-4.009 2.635-5.955 4.037-1.946-1.401-3.914-2.775-5.955-4.037-0.451-0.269-1.438-0.811-1.438-0.811s0.475-0.858 0.675-1.276c0.1 0.028 1.824 1.482 2.61 2.084-0.302-0.41-0.68-0.756-1.021-1.133-1.365-1.407-2.702-2.841-4.080-4.236-0.202-3.421-1.251-6.757-2.791-9.804 1.521-0.97 2.114-2.904 1.984-4.628 1.737-0.92 3.497-1.799 5.248-2.693 0.208 0.752 0.741 1.418 1.456 1.74zM10.379 18.021c0.007 1.18-0.010 2.36 0.009 3.539 0.743 0.664 1.464 1.352 2.199 2.024 0.735-0.672 1.456-1.36 2.199-2.024 0.019-1.18 0.001-2.36 0.009-3.539h-4.415zM5.529 12.881c0.417 1.608 0.831 3.218 1.253 4.824 1.095-0.003 2.188 0 3.283-0.001 0.001-1.608 0.001-3.216 0-4.823h-4.536zM10.379 7.906c0.001 1.551 0.001 3.103 0 4.654 1.472 0.001 2.943 0 4.415 0-0.001-1.551-0.001-3.103 0-4.654h-4.415zM15.108 12.881c-0.001 1.608 0 3.216 0 4.823 1.092 0.002 2.185-0.005 3.278 0.003 0.431-1.606 0.837-3.218 1.258-4.827h-4.536z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

4
svg/dsc-border.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.8 KiB

4
svg/dsc-white.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M3.716 11.042c0.919-0.254 1.901-0.18 2.81 0.079 1.167 0.333 2.243 0.92 3.25 1.588 0.609 0.39 1.174 0.845 1.781 1.239 0.958 0.579 2.063 0.873 3.165 1.022-0.147 0.33-0.28 0.668-0.362 1.021-0.078 0.319-0.046 0.651-0.084 0.975-0.049 0.474-0.141 0.968-0.424 1.363-0.223 0.316-0.609 0.516-0.998 0.49-0.164-0.002-0.322-0.052-0.483-0.077-0.968-0.163-1.962-0.118-2.926 0.049-0.635 0.111-1.262 0.273-1.87 0.488-0.182 0.068-0.365 0.135-0.536 0.227 0.081-0.916 0.055-1.849-0.161-2.745-0.225-0.999-0.706-1.943-1.406-2.693-0.957-1.028-2.264-1.707-3.637-1.971 0.537-0.487 1.181-0.862 1.883-1.053zM5.957 12.833c0.315 0.13 0.627 0.284 0.871 0.527 0.433 0.41 0.678 1.015 0.64 1.612 0.38 0.705 0.959 1.292 1.637 1.716 0.683 0.43 1.451 0.708 2.236 0.883 0.698 0.151 1.413 0.232 2.128 0.221-0.242-0.12-0.487-0.239-0.707-0.399-0.46-0.318-0.815-0.762-1.115-1.23-0.371-0.576-0.726-1.178-1.241-1.641-0.506-0.466-1.124-0.792-1.761-1.040-0.863-0.33-1.77-0.541-2.687-0.648zM25.521 11.109c0.791-0.22 1.632-0.297 2.443-0.142 0.822 0.158 1.586 0.566 2.202 1.129-1.315 0.254-2.566 0.887-3.512 1.842-0.457 0.461-0.831 1.003-1.108 1.59-0.577 1.236-0.706 2.635-0.582 3.98-0.638-0.31-1.332-0.487-2.021-0.642-1.185-0.245-2.424-0.323-3.613-0.064-0.299 0.056-0.618 0.001-0.87-0.17-0.28-0.186-0.456-0.489-0.563-0.801-0.147-0.439-0.188-0.905-0.201-1.365-0.006-0.525-0.214-1.018-0.415-1.494 1.060-0.143 2.119-0.422 3.053-0.956 0.523-0.317 0.999-0.704 1.506-1.046 1.134-0.781 2.346-1.489 3.681-1.861zM23.826 13.313c-0.711 0.235-1.409 0.545-2 1.011-0.41 0.323-0.749 0.727-1.035 1.162-0.377 0.562-0.704 1.173-1.212 1.632-0.304 0.286-0.669 0.493-1.042 0.672 1.213 0.010 2.44-0.2 3.558-0.681 0.997-0.428 1.898-1.145 2.419-2.109 0.028-0.046 0.012-0.102 0.016-0.152-0.005-0.668 0.348-1.323 0.899-1.7 0.189-0.136 0.405-0.227 0.618-0.318-0.754 0.085-1.499 0.25-2.222 0.482zM15.49 14.577c0.139-0.301 0.298-0.597 0.511-0.852 0.345 0.431 0.569 0.945 0.751 1.463 0.119 0.349 0.216 0.705 0.294 1.066-0.349 0.37-0.549 0.853-0.71 1.328-0.158 0.483-0.261 0.982-0.334 1.484-0.102-0.669-0.248-1.338-0.515-1.962-0.133-0.307-0.296-0.607-0.531-0.848 0.123-0.574 0.293-1.141 0.534-1.678zM14.755 17.096c0.382 0.556 0.56 1.257 0.454 1.927-0.089 0.59-0.391 1.129-0.782 1.572-0.387 0.455-0.884 0.796-1.339 1.178-0.218 0.174-0.428 0.359-0.648 0.532-0.856 0.063-1.678 0.394-2.378 0.884-0.4-0.672-0.571-1.453-0.648-2.224-0.003-0.067-0.022-0.138 0.005-0.202 0.143-0.386 0.342-0.75 0.551-1.104 0.606-0.178 1.25-0.183 1.875-0.131 0.405 0.050 0.812 0.097 1.22 0.091 0.204-0.001 0.397-0.081 0.581-0.162 0.428-0.196 0.786-0.55 0.959-0.99 0.176-0.433 0.192-0.911 0.148-1.372zM16.86 19.341c-0.222-0.757-0.061-1.602 0.385-2.247-0.054 0.547-0.018 1.132 0.268 1.616 0.269 0.466 0.758 0.78 1.277 0.896 0.649 0.059 1.291-0.114 1.939-0.108 0.435 0.003 0.879 0.025 1.295 0.164 0.215 0.34 0.4 0.701 0.549 1.075 0.039 0.084 0.012 0.177 0.008 0.265-0.078 0.758-0.25 1.524-0.643 2.185-0.701-0.488-1.522-0.828-2.38-0.881-0.454-0.385-0.917-0.759-1.382-1.131-0.584-0.484-1.101-1.095-1.315-1.836z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

4
svg/dsc.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,9 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1169" height="1024" viewBox="0 0 1169 1024">
<g id="icomoon-ignore">
</g>
<path fill="#000" d="M135.339 298.837c-43.349 4.096-85.163 19.797-103.424 38.741l-6.485 6.656 11.605 1.195c24.747 2.56 61.781 14.336 82.432 26.624 16.555 9.728 24.064 15.531 36.864 28.501 24.064 24.235 44.203 59.733 59.392 104.619 10.923 32.597 13.653 49.664 12.288 80.213-0.512 13.653-1.365 26.453-2.048 28.672l-1.195 3.925 9.216-3.755c15.36-6.144 27.136-9.557 49.493-14.165 34.645-6.997 58.88-9.557 121.003-12.117 32.427-1.365 61.952-3.243 65.877-4.267 32.427-7.68 45.227-28.331 52.736-85.163 3.925-29.184 7.339-42.155 14.677-57.003 3.755-7.168 6.485-13.141 6.144-13.141s-5.12 1.536-10.752 3.584c-12.8 4.608-41.472 6.315-55.125 3.243-17.579-3.925-33.109-12.971-72.192-42.496-45.568-34.133-63.317-44.373-106.325-61.781-54.955-22.187-78.336-28.843-114.517-32.256-20.651-1.877-29.013-1.877-49.664 0.171zM252.587 384.853c11.776 1.365 26.795 3.755 33.451 5.12 43.861 8.704 76.629 34.987 112.299 90.112 7.168 11.093 16.384 23.723 20.309 27.989 6.997 7.68 20.992 15.701 27.648 16.043 2.901 0 2.731 0.341-0.853 1.877-6.827 2.901-54.443 3.755-69.632 1.365-60.075-9.557-94.891-38.741-131.243-109.909-6.656-13.312-14.165-25.429-18.773-30.208l-7.509-8.021 6.485 1.365c3.584 0.853 16.043 2.731 27.819 4.267z"></path>
<path fill="#000" d="M264.533 412.331c0 3.072 16.896 25.941 27.477 37.205 19.627 20.992 39.253 35.328 61.44 44.544 12.8 5.461 31.403 9.899 29.184 7.168-34.475-46.080-67.584-73.045-104.448-85.675-13.995-4.779-13.653-4.608-13.653-3.243zM990.72 298.155c-33.28 2.731-58.88 9.045-101.547 25.429-56.661 21.675-77.824 33.28-122.88 67.925-38.741 29.867-50.688 37.035-70.827 42.837-13.653 4.096-43.52 2.731-57.856-2.389-5.632-1.877-10.411-3.584-10.752-3.584s2.048 5.12 5.291 11.605c7.851 15.531 10.752 26.112 13.824 50.517 6.997 53.419 17.237 77.483 37.376 87.040 14.677 6.997 21.333 7.851 82.091 10.411 79.36 3.413 122.539 9.216 157.696 21.675 23.893 8.363 22.016 8.875 20.139-5.803-2.56-21.333-0.512-57.856 4.608-76.629 15.36-58.197 45.909-111.616 78.848-138.24 28.16-22.699 68.608-39.424 105.301-43.349 6.315-0.683 11.435-1.877 11.435-2.56 0-2.048-12.629-12.971-20.821-18.091-29.355-18.603-87.893-30.549-131.925-26.795zM946.859 386.56c-5.461 5.291-11.605 15.019-19.968 31.403-31.573 61.269-58.197 88.235-101.717 102.229-23.381 7.68-38.059 9.387-67.755 8.363-14.336-0.512-28.331-1.707-31.232-2.56-4.949-1.707-4.949-1.707-0.683-1.877 7.851-0.341 21.675-8.704 29.355-17.749 4.096-4.949 14.165-19.115 22.187-31.403 23.893-36.523 52.224-63.659 78.336-75.435 15.36-6.997 26.453-9.557 63.659-14.677 17.749-2.56 32.768-4.779 33.109-5.291 0.341-0.341 1.195-0.683 1.536-0.683 0.512 0-2.56 3.413-6.827 7.68z"></path>
<path fill="#000" d="M893.952 415.403c-25.429 9.045-53.76 27.648-73.216 48.469-12.8 13.483-32.939 37.888-32.085 38.571 0.341 0.341 5.803-0.683 12.288-2.389 25.771-6.827 56.832-26.112 77.312-48.128 15.36-16.725 32.256-40.619 28.501-40.619-0.853 0-6.485 1.877-12.8 4.096zM577.024 406.528c-8.192 11.264-21.675 38.4-27.477 55.637-8.021 23.893-6.485 37.035 6.315 55.979 11.435 16.896 15.701 25.088 22.528 43.52 6.656 17.237 6.827 17.579 8.704 12.629 7.168-19.968 13.483-33.451 20.651-44.885 15.189-24.064 17.749-30.549 17.579-43.861 0-17.579-10.752-45.909-27.477-72.533-10.069-16.043-13.141-16.896-20.821-6.485zM532.48 522.581c0 6.485-9.557 32.939-15.872 44.032-15.872 27.819-29.355 34.133-81.408 37.547-37.205 2.389-57.856 4.608-64.512 6.997-4.267 1.365-5.632 3.072-6.656 8.021-1.536 6.997-1.877 64.512-0.341 65.877 0.512 0.512 6.144-0.853 12.8-3.243 36.181-12.459 69.291-18.261 104.96-18.261h26.795l13.483-10.752c23.552-18.773 33.28-34.645 36.523-59.051 2.901-20.821 0.171-34.133-10.581-52.907-4.608-8.192-9.899-16.725-11.776-18.944l-3.243-3.925-0.171 4.608zM629.077 530.432c-15.189 23.381-17.237 29.355-17.237 50.688 0.171 23.723 3.243 34.645 14.165 48.981 4.437 5.973 14.507 16.043 22.528 22.357l14.507 11.776 15.189-0.853c32.597-1.707 70.485 3.925 107.52 16.043 11.264 3.755 20.651 6.315 20.992 5.973 2.048-1.877 2.389-49.323 0.683-60.245-2.048-11.605-2.389-12.459-7.509-13.995-9.557-2.901-14.848-3.584-54.272-6.144-41.643-2.731-61.44-6.485-71.168-13.483-14.336-10.24-30.037-38.4-35.157-63.317l-2.219-10.24-8.021 12.459z"></path>
<path fill="#000" d="M337.92 631.296c-11.947 11.776-20.651 28.16-24.917 47.445-4.096 18.603-2.56 55.296 3.243 77.312 5.291 20.651 15.872 45.227 27.307 64.512l8.875 14.848 1.195-13.824c1.365-17.237 3.755-25.941 10.24-39.083 14.336-28.331 40.107-57.344 66.219-74.581 8.021-5.291 23.040-13.824 33.621-19.115 10.411-5.291 19.627-10.411 20.309-11.605 0.853-1.365-2.731-1.707-14.677-0.853-28.843 2.048-73.216 12.8-101.035 24.405-5.461 2.219-10.581 4.096-11.435 4.096-3.243 0-7.509-38.229-6.656-61.269 0.341-12.288 0-22.357-0.683-22.357s-5.973 4.437-11.605 10.069zM820.395 642.901c0.683 15.872 0.171 26.795-2.048 40.448-3.925 25.088-3.072 23.893-12.459 19.115-12.288-6.144-43.861-15.872-67.413-20.651-25.088-5.12-53.589-7.509-51.712-4.608 0.683 1.195 10.24 6.656 21.333 12.288 25.088 12.8 37.035 20.48 52.224 33.621 20.48 17.579 42.325 47.275 50.517 68.779 2.048 5.12 4.608 17.067 5.632 26.453l1.877 17.067 8.021-13.653c43.008-73.216 45.397-152.064 6.144-190.464-5.803-5.461-10.923-10.069-11.605-10.069s-0.853 9.728-0.512 21.675z"></path>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M3.146 8.343c0.591-0.059 0.83-0.059 1.421-0.005 1.036 0.098 1.705 0.288 3.278 0.923 1.231 0.498 1.739 0.791 3.043 1.768 1.119 0.845 1.563 1.104 2.066 1.216 0.391 0.088 1.211 0.039 1.578-0.093 0.161-0.059 0.298-0.103 0.308-0.103s-0.068 0.171-0.176 0.376c-0.21 0.425-0.308 0.796-0.42 1.632-0.215 1.627-0.581 2.218-1.509 2.438-0.112 0.029-0.957 0.083-1.886 0.122-1.778 0.073-2.472 0.147-3.463 0.347-0.64 0.132-0.977 0.23-1.417 0.405l-0.264 0.107 0.034-0.112c0.020-0.064 0.044-0.43 0.059-0.821 0.039-0.874-0.039-1.363-0.352-2.296-0.435-1.285-1.011-2.301-1.7-2.994-0.366-0.371-0.581-0.537-1.055-0.816-0.591-0.352-1.651-0.689-2.359-0.762l-0.332-0.034 0.186-0.191c0.523-0.542 1.719-0.992 2.96-1.109zM6.502 10.805c-0.337-0.044-0.694-0.098-0.796-0.122l-0.186-0.039 0.215 0.23c0.132 0.137 0.347 0.484 0.537 0.865 1.040 2.037 2.037 2.872 3.756 3.146 0.435 0.068 1.798 0.044 1.993-0.039 0.103-0.044 0.107-0.054 0.024-0.054-0.191-0.010-0.591-0.239-0.791-0.459-0.112-0.122-0.376-0.484-0.581-0.801-1.021-1.578-1.959-2.33-3.214-2.579-0.191-0.039-0.62-0.107-0.957-0.147zM6.844 11.592c0-0.039-0.010-0.044 0.391 0.093 1.055 0.361 2.003 1.133 2.989 2.452 0.063 0.078-0.469-0.049-0.835-0.205-0.635-0.264-1.197-0.674-1.758-1.275-0.303-0.322-0.786-0.977-0.786-1.065zM27.628 8.324c1.26-0.107 2.936 0.234 3.776 0.767 0.234 0.147 0.596 0.459 0.596 0.518 0 0.020-0.147 0.054-0.327 0.073-1.050 0.112-2.208 0.591-3.014 1.241-0.943 0.762-1.817 2.291-2.257 3.957-0.147 0.537-0.205 1.583-0.132 2.193 0.054 0.42 0.107 0.405-0.576 0.166-1.006-0.357-2.242-0.523-4.514-0.62-1.739-0.073-1.929-0.098-2.35-0.298-0.576-0.274-0.869-0.962-1.070-2.491-0.088-0.699-0.171-1.001-0.396-1.446-0.093-0.186-0.161-0.332-0.151-0.332s0.147 0.049 0.308 0.103c0.41 0.147 1.265 0.186 1.656 0.068 0.576-0.166 0.918-0.371 2.027-1.226 1.29-0.992 1.895-1.324 3.517-1.944 1.221-0.469 1.954-0.65 2.906-0.728zM26.373 10.854c0.122-0.122 0.21-0.22 0.195-0.22-0.010 0-0.034 0.010-0.044 0.020-0.010 0.015-0.44 0.078-0.948 0.151-1.065 0.147-1.382 0.22-1.822 0.42-0.747 0.337-1.558 1.114-2.242 2.159-0.23 0.352-0.518 0.757-0.635 0.899-0.22 0.259-0.615 0.498-0.84 0.508-0.122 0.005-0.122 0.005 0.020 0.054 0.083 0.024 0.484 0.059 0.894 0.073 0.85 0.029 1.27-0.020 1.939-0.239 1.246-0.401 2.008-1.172 2.911-2.926 0.239-0.469 0.415-0.747 0.572-0.899zM24.858 11.68c0.181-0.063 0.342-0.117 0.366-0.117 0.107 0-0.376 0.684-0.816 1.163-0.586 0.63-1.475 1.182-2.213 1.377-0.186 0.049-0.342 0.078-0.352 0.068-0.024-0.020 0.552-0.718 0.918-1.104 0.557-0.596 1.368-1.128 2.096-1.387zM15.788 11.426c0.22-0.298 0.308-0.274 0.596 0.186 0.479 0.762 0.786 1.573 0.786 2.076 0.005 0.381-0.068 0.567-0.503 1.255-0.205 0.327-0.386 0.713-0.591 1.285-0.054 0.142-0.059 0.132-0.249-0.361-0.195-0.528-0.318-0.762-0.645-1.246-0.366-0.542-0.41-0.918-0.181-1.602 0.166-0.493 0.552-1.27 0.786-1.592zM14.513 14.747l0.005-0.132 0.093 0.112c0.054 0.063 0.205 0.308 0.337 0.542 0.308 0.537 0.386 0.918 0.303 1.514-0.093 0.699-0.371 1.153-1.045 1.69l-0.386 0.308h-0.767c-1.021 0-1.969 0.166-3.004 0.523-0.191 0.068-0.352 0.107-0.366 0.093-0.044-0.039-0.034-1.685 0.010-1.886 0.029-0.142 0.068-0.191 0.191-0.23 0.191-0.068 0.782-0.132 1.846-0.2 1.49-0.098 1.876-0.278 2.33-1.075 0.181-0.318 0.454-1.075 0.454-1.26zM17.277 14.972l0.23-0.357 0.064 0.293c0.147 0.713 0.596 1.519 1.006 1.812 0.278 0.2 0.845 0.308 2.037 0.386 1.128 0.073 1.28 0.093 1.553 0.176 0.147 0.044 0.156 0.068 0.215 0.401 0.049 0.313 0.039 1.671-0.020 1.724-0.010 0.010-0.278-0.064-0.601-0.171-1.060-0.347-2.144-0.508-3.077-0.459l-0.435 0.024-0.415-0.337c-0.23-0.181-0.518-0.469-0.645-0.64-0.313-0.41-0.401-0.723-0.405-1.402 0-0.611 0.059-0.782 0.493-1.451zM8.944 17.859c0.161-0.161 0.313-0.288 0.332-0.288s0.029 0.288 0.020 0.64c-0.024 0.659 0.098 1.754 0.191 1.754 0.024 0 0.171-0.054 0.327-0.117 0.796-0.332 2.066-0.64 2.892-0.699 0.342-0.024 0.444-0.015 0.42 0.024-0.020 0.034-0.283 0.181-0.581 0.332-0.303 0.151-0.733 0.396-0.962 0.547-0.747 0.493-1.485 1.324-1.895 2.135-0.186 0.376-0.254 0.625-0.293 1.119l-0.034 0.396-0.254-0.425c-0.327-0.552-0.63-1.255-0.782-1.846-0.166-0.63-0.21-1.68-0.093-2.213 0.122-0.552 0.371-1.021 0.713-1.358zM22.753 18.191c-0.010-0.342-0.005-0.62 0.015-0.62s0.166 0.132 0.332 0.288c1.123 1.099 1.055 3.356-0.176 5.451l-0.23 0.391-0.054-0.488c-0.029-0.269-0.103-0.611-0.161-0.757-0.234-0.615-0.86-1.465-1.446-1.969-0.435-0.376-0.777-0.596-1.495-0.962-0.317-0.161-0.591-0.317-0.611-0.352-0.054-0.083 0.762-0.015 1.48 0.132 0.674 0.137 1.578 0.415 1.929 0.591 0.269 0.137 0.244 0.171 0.357-0.547 0.064-0.391 0.078-0.703 0.059-1.158z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

4
svg/fdc.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="32" viewBox="0 0 27 32">
<path fill="#444" d="M0.296 12.418c4.166-3.106 8.416-6.104 12.594-9.198-0.008 1.942 0.004 3.883-0.005 5.825-2.364 1.705-4.718 3.423-7.073 5.137-1.847-0.562-3.667-1.211-5.515-1.764zM13.77 3.233c3.559 2.563 7.095 5.157 10.648 7.726 0.652 0.488 1.33 0.942 1.965 1.455-1.789 0.542-3.557 1.158-5.34 1.717-0.168 0.084-0.307-0.039-0.433-0.133-2.273-1.68-4.588-3.307-6.847-5.006 0.019-1.919 0.004-3.839 0.007-5.759zM6.379 14.857c2.323-1.684 4.642-3.374 6.965-5.058 2.303 1.69 4.618 3.365 6.933 5.040-0.875 2.725-1.749 5.449-2.656 8.163-2.857-0.003-5.715-0.009-8.571 0.003-0.903-2.711-1.745-5.442-2.671-8.147zM21.169 15.019c1.837-0.583 3.669-1.179 5.498-1.788-1.597 4.945-3.225 9.881-4.809 14.83-1.156-1.548-2.275-3.126-3.416-4.687 0.918-2.783 1.8-5.576 2.727-8.356zM0 13.253c1.847 0.558 3.672 1.194 5.515 1.768 0.911 2.783 1.812 5.568 2.717 8.354-1.129 1.566-2.266 3.126-3.404 4.687-1.613-4.934-3.188-9.882-4.828-14.809zM8.939 23.907c0.45 0.008 0.899-0.001 1.347-0.005 1.617 0.013 3.234 0.007 4.851 0 0.862 0.012 1.726 0.011 2.59 0.001 1.143 1.547 2.254 3.118 3.401 4.662-5.193-0.003-10.388 0.009-15.581-0.007 1.152-1.535 2.26-3.102 3.392-4.651z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

4
svg/fdn.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="32" viewBox="0 0 27 32">
<path fill="#444" d="M12.529 4.328c-1.605 1.963-2.219 2.8-3.072 4.181-0.299 0.485-0.731 1.28-0.731 1.344 0 0.016 0.416 0.037 0.923 0.053 0.677 0.021 1.035 0.059 1.36 0.139 0.928 0.235 1.765 0.741 2.48 1.504 0.816 0.869 1.275 1.877 1.259 2.789 0 0.24-0.011 0.256-0.059 0.139-0.032-0.075-0.197-0.421-0.363-0.773-0.779-1.611-2.165-2.699-3.947-3.093-0.544-0.123-2.091-0.165-2.821-0.080-1.323 0.149-2.725 0.48-4.032 0.949-0.912 0.331-3.435 1.349-3.472 1.403-0.032 0.059 1.477 2.427 2.208 3.456 0.277 0.395 0.752 1.019 1.045 1.387 0.523 0.656 1.499 1.712 1.579 1.712 0.021 0 0.080-0.149 0.133-0.331 0.16-0.533 0.485-1.307 0.725-1.707 0.261-0.443 0.795-1.024 1.275-1.387 0.443-0.341 1.291-0.757 1.84-0.901 0.576-0.155 1.568-0.171 2.021-0.032 0.171 0.053 0.304 0.107 0.293 0.117s-0.272 0.048-0.581 0.080c-1.52 0.165-2.624 0.693-3.632 1.744-1.739 1.803-2.373 4.912-2.027 9.899 0.064 0.875 0.112 1.627 0.112 1.669s0.043 0.075 0.096 0.075c0.165 0 3.275-0.843 4.144-1.12 1.029-0.336 2.443-0.885 3.083-1.205 0.256-0.128 0.464-0.245 0.464-0.256s-0.197-0.165-0.437-0.341c-0.971-0.704-1.552-1.349-1.941-2.171-0.288-0.608-0.432-1.125-0.501-1.819-0.096-0.917 0.043-1.728 0.411-2.432 0.181-0.347 0.453-0.677 0.373-0.453-0.021 0.053-0.085 0.341-0.149 0.64-0.203 0.971-0.133 2.080 0.176 2.997 0.768 2.235 3.040 3.968 6.816 5.189 0.747 0.24 4.048 1.104 4.080 1.067 0.027-0.027 0.181-2.709 0.219-3.749 0.048-1.301-0.091-3.632-0.251-4.251l-0.053-0.203-0.384 0.283c-0.747 0.544-1.296 0.848-1.904 1.040-1.408 0.453-3.141 0.219-4.352-0.592-0.368-0.245-0.928-0.821-0.928-0.955 0-0.021 0.139 0.048 0.304 0.155 1.931 1.232 4.224 1.259 6.213 0.064 1.056-0.635 2.405-1.861 3.371-3.061 0.784-0.981 3.024-4.427 2.928-4.507-0.080-0.069-3.088-1.216-3.883-1.483-0.917-0.304-1.915-0.581-2.8-0.773-0.848-0.187-1.067-0.213-1.067-0.139 0 0.037 0.069 0.283 0.155 0.549 0.485 1.515 0.469 2.704-0.059 3.968-0.395 0.949-1.275 1.957-2.021 2.32-0.219 0.107-0.464 0.208-0.555 0.229-0.16 0.032-0.16 0.032 0.053-0.139 0.699-0.571 1.365-1.413 1.707-2.149 0.837-1.829 0.656-3.797-0.581-6.304-0.507-1.019-1.051-1.877-1.872-2.955-0.656-0.853-2.32-2.843-2.405-2.869-0.032-0.010-0.469 0.48-0.965 1.088z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

4
svg/inr.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
<path fill="#444" d="M10.453 4.004c1.401-0.287 2.853-0.316 4.263-0.083 1.399 0.232 2.754 0.722 3.978 1.437 0.635 0.377 1.247 0.801 1.792 1.301-0.696 0.013-1.395-0.008-2.090 0.011-0.748 0.735-1.485 1.482-2.231 2.22-0.41 0.416-0.834 0.818-1.236 1.241-0.011 0.628-0.002 1.257-0.005 1.886 0.002 0.9-0.004 1.8 0.003 2.701 0.092-0.067 0.169-0.152 0.248-0.231 0.543-0.548 1.089-1.093 1.627-1.646 0.216 0.285 0.377 0.608 0.528 0.931 0.241 0.551 0.394 1.148 0.396 1.752 0.023 1.189-0.415 2.379-1.193 3.277-0.723 0.845-1.739 1.438-2.835 1.634-1.092 0.202-2.254 0.027-3.231-0.506-0.928-0.498-1.688-1.301-2.133-2.255-0.469-0.988-0.59-2.134-0.341-3.198 0.139-0.604 0.396-1.179 0.747-1.69 0.508 0.507 1.008 1.022 1.515 1.53 0.138 0.135 0.268 0.28 0.415 0.407 0.008-1.512 0.001-3.025 0.004-4.537 0.011-0.063-0.043-0.102-0.079-0.143-1.125-1.111-2.242-2.23-3.363-3.345-0.020-0.024-0.046-0.036-0.077-0.035-0.679-0.005-1.358 0.005-2.037-0.005 1.501-1.336 3.369-2.249 5.336-2.656zM3.327 9.803c0.069-0.059 0.126-0.165 0.232-0.146 0.687 0.004 1.373-0.003 2.060 0.004 0.225 0.193 0.419 0.422 0.636 0.625-0.048 0.073-0.102 0.144-0.157 0.213-1.038 1.356-1.67 3.028-1.743 4.737-0.029 0.31-0.005 0.622 0.012 0.932 0.080 1.184 0.415 2.351 0.982 3.394 0.556 1.028 1.328 1.939 2.249 2.657 0.976 0.763 2.12 1.307 3.327 1.588 0.003 1.028-0 2.057 0.002 3.085-0.184-0.010-0.362-0.057-0.542-0.093-1.174-0.245-2.308-0.68-3.351-1.271-2.070-1.179-3.771-3.002-4.779-5.162-0.604-1.286-0.969-2.684-1.068-4.101-0.036-0.276-0.010-0.556-0.043-0.833 0.010-0.213 0.023-0.427 0.023-0.64 0.063-1.224 0.321-2.439 0.768-3.581 0.037-0.079 0.109-0.132 0.169-0.193 0.408-0.405 0.818-0.808 1.224-1.215zM19.824 9.805c0.058-0.048 0.1-0.13 0.177-0.145 0.688-0.002 1.376 0 2.064-0.001 0.054-0.010 0.092 0.033 0.128 0.066 0.428 0.426 0.861 0.847 1.289 1.273 0.070 0.073 0.159 0.136 0.193 0.236 0.475 1.241 0.738 2.565 0.765 3.893 0.020 0.192 0.020 0.388-0.001 0.58-0.043 2.042-0.644 4.070-1.716 5.808-0.856 1.396-2.014 2.605-3.37 3.523-1.158 0.785-2.459 1.362-3.82 1.687-0.285 0.061-0.569 0.139-0.86 0.166 0.001-1.028-0.001-2.055 0.001-3.083 1.206-0.282 2.35-0.825 3.326-1.589 0.922-0.719 1.692-1.632 2.248-2.66 0.619-1.142 0.964-2.433 0.993-3.732 0.017-0.172 0.014-0.346-0.002-0.518-0.045-1.822-0.75-3.604-1.9-5.011 0.156-0.171 0.324-0.329 0.485-0.495z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

4
svg/j25-alt.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M13.654 21.733l-5.818 3.231-0.4 0.172-0.417 0.087-0.417 0.004-0.405-0.075-0.384-0.151-0.352-0.224-0.308-0.294-0.249-0.358-4.642-8.357-0.172-0.4-0.087-0.417-0.004-0.417 0.075-0.405 0.151-0.384 0.224-0.352 0.294-0.308 0.358-0.249 4.827-2.681c3.222-2.386-3.219-4.521-3.219-4.521l12.025 0.017 0.433 0.095 0.384 0.151 0.352 0.224 0.308 0.294 0.249 0.358 1.888 3.399 5.818-3.231 0.4-0.172 0.417-0.087 0.417-0.004 0.405 0.075 0.384 0.151 0.352 0.224 0.308 0.294 0.249 0.358 4.642 8.358 0.172 0.4 0.087 0.417 0.004 0.417-0.075 0.405-0.151 0.384-0.224 0.352-0.294 0.308-0.358 0.249-4.588 2.549c-3.269 3.014 2.995 4.634 2.995 4.634l-12.067-0.018-0.405-0.075-0.384-0.151-0.352-0.224-0.308-0.294-0.249-0.358-1.888-3.399zM17.39 19.658l-0.001-0.001c-0.225-0.224-0.416-0.478-0.569-0.759-0.048-0.090-0.092-0.181-0.132-0.274l2.97-1.649c0.439-0.244 0.598-0.799 0.354-1.238l-4.642-8.358c-0.244-0.439-0.799-0.598-1.238-0.354l-12.426 6.902c-0.439 0.244-0.598 0.799-0.354 1.238l4.642 8.358c0.244 0.439 0.799 0.598 1.238 0.354l5.818-3.231-0.773-1.391c-2.449 1.132-5.106 0.464-6.096-1.364-1.041-1.92-0.006-4.68 2.539-6.059s5.422-0.74 6.463 1.18c0.055 0.102 0.087 0.164 0.131 0.27 0 0 0 0.001 0 0.001-0.241 0.144-2.971 1.65-2.971 1.65-0.439 0.244-0.598 0.799-0.354 1.238l4.642 8.357c0.244 0.439 0.799 0.598 1.238 0.354l12.426-6.902c0.439-0.244 0.598-0.799 0.354-1.238l-4.642-8.357c-0.244-0.439-0.799-0.598-1.238-0.354l-5.818 3.231 0.773 1.391c2.449-1.132 5.106-0.464 6.096 1.364 1.041 1.92 0.006 4.68-2.539 6.059-2.17 1.176-4.582 0.884-5.89-0.417z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

4
svg/j25.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M13.466 12.563l-2.078 1.154-0.387 0.269-0.318 0.333-0.242 0.381-0.163 0.415-0.081 0.439 0.004 0.451 0.094 0.451 0.186 0.433 0.943 1.698c-2.037 0.909-4.241 0.489-5.062-1.026-0.876-1.617 0.152-3.872 2.295-5.034 1.733-0.939 3.668-0.877 4.808 0.036zM18.534 19.437l2.078-1.154 0.387-0.269 0.318-0.333 0.242-0.381 0.163-0.415 0.081-0.439-0.004-0.451-0.094-0.451-0.186-0.433-0.943-1.698c2.037-0.909 4.241-0.489 5.062 1.026 0.876 1.617-0.152 3.872-2.295 5.034-1.733 0.94-3.668 0.877-4.808-0.036zM12.807 21.076l-6.295 3.496c-0.475 0.264-1.075 0.093-1.34-0.383l-5.023-9.043c-0.264-0.475-0.093-1.075 0.383-1.34l13.444-7.467c0.475-0.264 1.076-0.093 1.34 0.383l5.023 9.043c0.264 0.475 0.092 1.075-0.383 1.34l-3.213 1.785c0.043 0.101 0.090 0.199 0.143 0.296 0.165 0.304 0.373 0.579 0.616 0.822l0.001 0.002c1.416 1.408 4.025 1.724 6.373 0.451 2.753-1.493 3.873-4.479 2.747-6.556-1.072-1.978-3.947-2.7-6.596-1.476l-0.836-1.505 6.295-3.496c0.475-0.264 1.075-0.092 1.34 0.383l5.023 9.043c0.264 0.475 0.092 1.076-0.383 1.34l-13.444 7.468c-0.475 0.264-1.075 0.092-1.34-0.383l-5.023-9.043c-0.264-0.475-0.093-1.076 0.383-1.34 0 0 2.954-1.63 3.214-1.786-0-0-0-0-0-0.001-0.047-0.115-0.082-0.182-0.141-0.292-1.126-2.077-4.239-2.769-6.993-1.277s-3.873 4.479-2.747 6.556c1.072 1.978 3.947 2.7 6.596 1.475l0.836 1.505z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,6 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<g id="icomoon-ignore">
</g>
<path fill="#000" d="M485.54 36.946c-33.505 1.556-62.505 7.291-98.55 19.251-48.497 16.056-90.030 37.683-129.761 67.42-9.994 7.455-27.034 23.347-27.034 25.149 0 0.573 6.636 9.011 14.828 18.76 8.11 9.83 22.036 26.87 30.884 38.011 59.474 74.629 67.42 84.378 86.18 104.94 4.26 4.751 9.257 10.732 11.059 13.271 4.669 6.799 5.652 6.881 4.997 0.492-0.328-2.867-1.311-9.257-2.13-14.172-4.26-23.839-5.571-46.94-4.178-72.499 1.147-20.562 2.949-29.655 9.175-46.203 14.090-37.356 40.468-69.304 66.028-79.954 11.469-4.751 17.367-5.898 33.423-6.308 29.082-0.819 49.644 4.833 68.567 18.76 25.149 18.514 43.909 56.771 50.217 102.236 4.751 34.488 3.031 90.194-4.096 132.71-8.765 52.347-21.053 77.824-52.101 107.725-31.13 29.983-63.816 53.33-104.366 74.465-5.816 3.113-10.732 5.734-10.895 5.816-0.492 0.41 16.548 40.96 26.46 63.078 30.228 67.666 47.596 104.038 49.48 104.038 0.819 0 3.768-6.144 8.356-17.203 3.932-9.503 12.37-29.901 18.842-45.466 6.39-15.565 14.582-34.652 18.022-42.516l6.39-14.336 26.46-13.189c43.418-21.709 66.847-35.635 91.996-54.477 43.663-32.768 78.070-70.861 100.68-111.739 30.72-55.624 42.189-124.764 30.392-182.764-6.717-32.604-21.217-65.208-40.796-91.341-7.7-10.404-26.542-29.082-38.42-38.175-27.935-21.381-65.946-39.24-110.428-51.773-28.836-8.192-55.869-12.37-90.276-14.090-18.268-0.901-19.415-0.901-39.404 0.082zM498.811 753.91c-2.867 2.785-17.203 16.548-31.867 30.474-36.536 34.816-75.366 73.318-75.366 74.711 0 0.655 2.867 4.342 6.39 8.192 10.977 12.124 70.697 69.714 99.041 95.519 2.867 2.54 5.571 4.669 6.062 4.669 1.065 0 109.199-107.315 109.527-108.872 0.164-0.573-20.808-22.282-46.694-48.333-25.887-25.969-50.135-50.381-53.903-54.395-3.768-3.932-7.127-7.127-7.373-7.127-0.328 0-2.867 2.294-5.816 5.161z"></path>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="17" height="32" viewBox="0 0 17 32">
<path fill="#444" d="M7.524 2.302c-0.987 0.046-1.842 0.215-2.904 0.567-1.429 0.473-2.653 1.11-3.823 1.987-0.294 0.22-0.797 0.688-0.797 0.741 0 0.017 0.196 0.266 0.437 0.553 0.239 0.29 0.649 0.792 0.91 1.12 1.752 2.199 1.987 2.486 2.539 3.092 0.125 0.14 0.273 0.316 0.326 0.391 0.138 0.2 0.167 0.203 0.147 0.014-0.010-0.084-0.039-0.273-0.063-0.418-0.125-0.702-0.164-1.383-0.123-2.136 0.034-0.606 0.087-0.874 0.27-1.361 0.415-1.101 1.192-2.042 1.946-2.356 0.338-0.14 0.512-0.174 0.985-0.186 0.857-0.024 1.463 0.142 2.020 0.553 0.741 0.545 1.294 1.673 1.48 3.012 0.14 1.016 0.089 2.658-0.121 3.91-0.258 1.542-0.758 2.487-1.619 3.391-0.878 0.922-1.279 1.163-2.43 1.779-0.171 0.092-0.878 0.368-0.882 0.37-0.014 0.012 0.488 1.207 0.78 1.859 0.891 1.994 1.402 3.065 1.458 3.065 0.024 0 0.111-0.181 0.246-0.507 0.116-0.28 0.364-0.881 0.555-1.34 0.188-0.459 0.43-1.021 0.531-1.253l0.188-0.422 0.78-0.389c1.279-0.64 1.97-1.050 2.711-1.605 1.287-0.966 2.3-2.088 2.966-3.292 0.905-1.639 1.243-3.676 0.895-5.385-0.198-0.961-0.625-1.921-1.202-2.691-0.227-0.307-0.782-0.857-1.132-1.125-0.823-0.63-1.943-1.156-3.254-1.526-0.85-0.241-1.646-0.364-2.66-0.415-0.538-0.027-0.572-0.027-1.161 0.002zM7.915 23.427c-0.084 0.082-0.507 0.488-0.939 0.898-1.077 1.026-2.221 2.16-2.221 2.201 0 0.019 0.084 0.128 0.188 0.241 0.323 0.357 2.083 2.054 2.918 2.814 0.084 0.075 0.164 0.138 0.179 0.138 0.031 0 3.218-3.162 3.227-3.208 0.005-0.017-0.613-0.657-1.376-1.424-0.763-0.765-1.477-1.484-1.588-1.603-0.111-0.116-0.21-0.21-0.217-0.21-0.010 0-0.084 0.068-0.171 0.152z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

4
svg/pio.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M4.964 7.398c2.387-0.928 5.196-0.159 6.981 1.614 3.535 3.411 3.757 9.547 0.636 13.296-1.401 1.715-3.597 2.837-5.841 2.674-2.15-0.089-4.106-1.42-5.22-3.225-1.649-2.631-1.882-5.988-1.063-8.945 0.648-2.321 2.2-4.521 4.506-5.414zM2.605 12.377c-1.362 2.802-0.924 6.396 1.009 8.829 1.715 2.154 5.138 2.744 7.381 1.083 1.24-0.918 1.351-1.952 1.661-3.077-0.664 0.869-1.368 1.815-2.377 2.312-1.351 0.733-2.943 0.377-4.142-0.465-2.88-2.088-3.303-6.729-1.098-9.434 1.701-2.087 4.105-1.578 6.163-0.772-0.675-0.792-1.467-1.568-2.53-1.774-2.48-0.547-4.998 1.106-6.066 3.299zM13.369 7.971l-0.003-0.003 0.004 0-0.001 0.002zM15.295 8.511c0.912 0.96 1.786 2.742 2.27 3.855 1.405 3.52 0.345 7.517-1.731 10.536-0.706 0.19-1.409 0.38-2.107 0.582 1.49-1.886 2.674-4.129 2.81-6.574 0.108-3.225-0.927-6.543-3.155-8.925l1.913 0.525zM17.192 9.048c2.61 0.79 7.874 2.248 7.874 2.248s0.088 0.030 0.132 0.046c3.769 2 2.717 8.661-1.354 9.547-0.099 0.022-4.184 1.044-6.124 1.545 1.397-2.491 2.189-5.41 1.727-8.27-0.256-1.878-1.16-3.594-2.255-5.115zM28.117 12.998c0.896 0.268 1.828 0.435 2.689 0.803 1.564 1.013 1.622 3.679-0.008 4.657-0.92 0.47-1.983 0.524-2.969 0.784 1.040-1.921 1.242-4.246 0.287-6.244z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

4
svg/tdm.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
<path fill="#444" d="M14.852 12.885l0.017-0.003c0.005 0.020 0.009 0.040 0.013 0.061 0.121-0.114 0.259-0.236 0.377-0.319 2.351-1.656 4.316 0.171 4.316 0.171l0.123 0.114-0.082 0.146c0 0-0.93 0.806-1.007 2.239-0.093 1.741 1.415 3.158 3.158 3.158 0.872 0 1.713-0.498 2.338-1.207 0.631-0.716 1.045-1.651 1.038-2.532-0.012-1.495-0.073-3.934-1.668-5.902-1.604-1.98-4.75-3.464-10.898-3.088l-0.238 0.015 0.012-0.238c0.028-0.546 0.305-1.151 0.745-1.704 0.642-0.806 1.626-1.5 2.62-1.736l0.302-0.072-0.042 0.308c0 0-0.074 0.584 0.397 1.079 0.339 0.357 0.948 0.657 2.019 0.709 5.571 0.271 9.872 5.064 11.6 11.152 0.601 2.118 0.444 4.985 0.444 4.985l-0.036 0.658-0.356-0.555c0 0-0.294-0.46-0.611-0.75-0.081-0.074-0.163-0.138-0.241-0.172-0.029-0.013-0.055-0.029-0.079-0.016-0.020 0.011-0.033 0.036-0.048 0.067-0.031 0.065-0.053 0.154-0.069 0.27-0.406 2.972-2.788 5.518-5.158 7.116l-0.434 0.265c0 0 0.077-0.436 0.072-0.53-0.022-0.403 0.096-1.935-0.182-3.227-0.17-0.791-0.477-1.5-1.113-1.725-0.871-0.308-1.693-0.205-3.382 0.26l-0.065 0.018-0.064-0.023c-0.848-0.306-2.086-0.753-3.013-2.764l-0.017 0.003c-0.004-0.020-0.009-0.040-0.013-0.061-0.121 0.114-0.259 0.235-0.377 0.318-2.351 1.656-4.316-0.171-4.316-0.171l-0.123-0.114c0 0 0.594-0.69 0.894-1.395 0.116-0.272 0.196-0.857 0.196-0.991 0-1.743-1.415-3.158-3.158-3.158-0.872 0-1.713 0.498-2.338 1.207-0.631 0.716-1.044 1.651-1.037 2.532 0.012 1.495 0.073 3.934 1.668 5.902 1.604 1.98 4.75 3.465 10.898 3.088l0.238-0.015-0.012 0.238c-0.028 0.546-0.305 1.151-0.745 1.704-0.642 0.806-1.626 1.5-2.62 1.736l-0.302 0.072 0.042-0.308c0 0 0.074-0.584-0.397-1.079-0.339-0.357-0.948-0.657-2.019-0.709-5.571-0.271-9.873-5.064-11.6-11.152-0.601-2.118-0.444-4.985-0.444-4.985l0.036-0.658 0.356 0.555c0 0 0.294 0.46 0.611 0.75 0.081 0.074 0.163 0.138 0.241 0.172 0.029 0.013 0.055 0.029 0.079 0.016 0.020-0.011 0.033-0.036 0.048-0.067 0.031-0.066 0.053-0.155 0.069-0.27 0.406-2.972 2.788-5.518 5.158-7.116l0.448-0.277c0 0-0.092 0.448-0.086 0.542 0.022 0.403-0.096 1.935 0.182 3.227 0.17 0.791 0.477 1.5 1.113 1.725 0.871 0.308 1.693 0.205 3.382-0.26l0.065-0.018 0.064 0.023c0.848 0.306 2.086 0.752 3.013 2.764z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

4
svg/y25.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M30.097 9.367c0.489 0.832 0.904 1.709 1.222 2.621 0.358 1.028 0.585 2.102 0.656 3.188 0.079 1.152-0.026 2.313-0.283 3.437-0.324 1.411-0.887 2.76-1.595 4.020-2.638-0-5.277 0-7.915-0-0.398-0.002-0.8 0.017-1.192-0.064-0.595-0.108-1.154-0.388-1.604-0.792-0.599-0.525-1.014-1.223-1.336-1.944-1.212-2.613-2.422-5.226-3.633-7.839-0.189-0.354-0.294-0.751-0.301-1.152-0.014-0.507 0.115-1.008 0.304-1.476 5.226 0 10.451 0 15.677 0zM25.003 18.278c0.285 0.289 0.626 0.515 1.025 0.677s0.828 0.244 1.287 0.244c0.496 0 0.942-0.073 1.336-0.22s0.715-0.348 0.961-0.604c0.246-0.256 0.433-0.549 0.561-0.879s0.192-0.685 0.192-1.068c0-0.325-0.049-0.638-0.146-0.937s-0.255-0.585-0.473-0.857-0.483-0.509-0.796-0.711c-0.313-0.201-0.701-0.363-1.162-0.485s-0.973-0.187-1.534-0.195l0.165-1.605h3.472v-1.934h-0.049l-0.427 0.622h-3.648l-0.488 4.411c0.541 0 1.032 0.047 1.473 0.14s0.801 0.216 1.080 0.366 0.513 0.324 0.702 0.522c0.189 0.197 0.323 0.396 0.403 0.595s0.119 0.401 0.119 0.604c0 0.46-0.134 0.823-0.403 1.089s-0.643 0.4-1.123 0.4c-0.46 0-0.833-0.144-1.12-0.433s-0.43-0.665-0.43-1.129l-0.037-0.012-0.94 1.397zM18.277 19.028l0.030 0.049h5.711v-2.684h-0.055l-0.622 1.361-0.037 0.012h-3.075c0.309-0.366 0.648-0.747 1.016-1.144l0.921-0.973c0.246-0.252 0.496-0.525 0.75-0.818s0.454-0.553 0.601-0.781c0.146-0.228 0.266-0.478 0.36-0.75s0.14-0.553 0.14-0.842-0.052-0.556-0.156-0.802c-0.104-0.246-0.246-0.458-0.427-0.634s-0.393-0.327-0.638-0.452-0.506-0.216-0.787-0.275c-0.281-0.059-0.571-0.088-0.872-0.088-0.504 0-0.976 0.094-1.415 0.281s-0.82 0.435-1.141 0.744l1.385 1.751 0.037-0.043c-0.065-0.175-0.098-0.386-0.098-0.634 0-0.395 0.098-0.728 0.293-1.001s0.484-0.409 0.866-0.409c0.329 0 0.602 0.116 0.818 0.348s0.323 0.573 0.323 1.025c0 0.785-0.335 1.728-1.004 2.828s-1.644 2.411-2.925 3.932zM5.216 9.367h8.18c-0.276 0.9-0.332 1.897 0.010 2.787 1.25 2.698 2.502 5.394 3.753 8.091 0.193 0.412 0.371 0.833 0.616 1.218 0.262 0.425 0.581 0.813 0.931 1.17-2.341-0-4.682 0-7.023-0 0.28-0.251 0.53-0.554 0.644-0.918 0.114-0.352 0.080-0.736-0.034-1.084-0.066-0.216-0.169-0.417-0.263-0.622-1.239-2.675-2.476-5.352-3.715-8.028-0.804 1.491-1.608 2.982-2.413 4.473 0.907 0 1.814 0 2.72 0-0.837 0.874-1.675 1.748-2.512 2.622-0.153 0.162-0.316 0.316-0.437 0.503-0.256 0.372-0.366 0.83-0.353 1.278 0.012 0.617 0.207 1.214 0.451 1.776-1.924-0-3.847 0-5.771 0 0.31-0.33 0.568-0.706 0.797-1.096 0.207-0.355 0.4-0.719 0.567-1.094 1.245-2.733 2.489-5.467 3.733-8.201 0.128-0.29 0.284-0.57 0.354-0.882 0.168-0.667 0.038-1.373-0.235-1.993z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB