Adds symbols and SVGs for ONE, MOM, MAT, ONC, MOC, HBG, DMR, YDMU, and GN3; updates docs for same

This commit is contained in:
Andrew Gioia 2023-02-03 21:52:16 -05:00
parent 5f79ff5e8e
commit 72d15b105f
31 changed files with 171 additions and 24 deletions

View File

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## Unreleased ## Unreleased
* Update ONC once official, higher resolution image comes out.
* Support apparent "tri-layered" symbols, like SNC and CBL where there's a rarity layer, a fixed white layer, and a border. These are unlike the dual-layered symbols like AFR and MID. * Support apparent "tri-layered" symbols, like SNC and CBL where there's a rarity layer, a fixed white layer, and a border. These are unlike the dual-layered symbols like AFR and MID.
* Validate all class names to handle official set codes, MODO codes, and MTGJson/community fallbacks * Validate all class names to handle official set codes, MODO codes, and MTGJson/community fallbacks
* Update this changelog for better formatting * Update this changelog for better formatting
@ -14,13 +15,14 @@ All notable changes to this project will be documented in this file.
This was _very late_ and I apologize to everyone relying on this project. Some of these were slated for v3.11.1 but I just pushed them into v3.12.0. This was _very late_ and I apologize to everyone relying on this project. Some of these were slated for v3.11.1 but I just pushed them into v3.12.0.
* **Added:** Phyrexia: All Will Be One (ONE) and ONE Commander (ONC) set symbols ([#198](https://github.com/andrewgioia/keyrune/issues/198)) * **Added:** Phyrexia: All Will Be One (ONE) and ONE Commander (ONC) set symbols ([#198](https://github.com/andrewgioia/keyrune/issues/198)). ONC awaiting official WOTC image for tracing and update.
* **Added:** March of the Machines (MAT) set symbol ([#198](https://github.com/andrewgioia/keyrune/issues/198)) * **Added:** March of the Machines (MOM) and MOM Commander (MOC) set symbols. Note that MOM doesn't look very good because of the size of the border on the print version; this will become much better in v4 when borders are integrated as glyphs.
* **Added:** Alchemy: Dominaria (YDMU) set symbol ([#196](https://github.com/andrewgioia/keyrune/issues/198)) * **Added:** March of the Machines: The Aftermath (MAT) set symbol ([#198](https://github.com/andrewgioia/keyrune/issues/198))
* **Added:** Dominaria Remastered (DMR) set symbol ([#194](https://github.com/andrewgioia/keyrune/issues/194)) * **Added:** Dominaria Remastered (DMR) set symbol ([#194](https://github.com/andrewgioia/keyrune/issues/194))
* **Added:** Game Night 2022 (GN3) set symbol ([#192](https://github.com/andrewgioia/keyrune/issues/192)) * **Added:** Game Night: Free for All (GN3) set symbol ([#192](https://github.com/andrewgioia/keyrune/issues/192))
* **Added:** Alchemy Horizons: Baldur's Gate (HBG) set symbol ([#193](https://github.com/andrewgioia/keyrune/issues/193)) * **Added:** Alchemy Horizons: Baldur's Gate (HBG) set symbol ([#193](https://github.com/andrewgioia/keyrune/issues/193))
* **Added:** Alchemy: Dominaria (YDMU) set symbol (the A23 symbol) ([#196](https://github.com/andrewgioia/keyrune/issues/196)) * **Added:** Alchemy: Dominaria (YDMU) set symbol (the A23 symbol) ([#196](https://github.com/andrewgioia/keyrune/issues/196))
* **Fixed:** Alchemy 2022 (A22) set symbol corrected with Beleren font for the "22." Unsure what font was used in the previous glyph or how that even happened.
### [3.11.0] 2022-11-15 Brothers' War sets ### [3.11.0] 2022-11-15 Brothers' War sets

View File

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

View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.11.0'); src: url('../fonts/keyrune.eot?v=3.12.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.11.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.11.0') format('woff2'), url('../fonts/keyrune.woff?v=3.11.0') format('woff'), url('../fonts/keyrune.ttf?v=3.11.0') format('truetype'), url('../fonts/keyrune.svg?v=3.11.0#keyrune') format('svg'); src: url('../fonts/keyrune.eot?#iefix&v=3.12.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.12.0') format('woff2'), url('../fonts/keyrune.woff?v=3.12.0') format('woff'), url('../fonts/keyrune.ttf?v=3.12.0') format('truetype'), url('../fonts/keyrune.svg?v=3.12.0#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -648,6 +648,16 @@
.ss-bro:before { .ss-bro:before {
content: "\e99d"; content: "\e99d";
} }
/* 2023 Sets */
.ss-one:before {
content: "\e9a1";
}
.ss-mom:before {
content: "\e9a2";
}
.ss-mat:before {
content: "\e9a3";
}
/** /**
* Command Zone */ * Command Zone */
.ss-van:before { .ss-van:before {
@ -763,6 +773,12 @@
.ss-brc:before { .ss-brc:before {
content: "\e99f"; content: "\e99f";
} }
.ss-onc:before {
content: "\e9a8";
}
.ss-moc:before {
content: "\e9a9";
}
/** /**
* Reprint */ * Reprint */
.ss-chr:before { .ss-chr:before {
@ -1034,6 +1050,12 @@
.ss-tsr:before { .ss-tsr:before {
content: "\e976"; content: "\e976";
} }
.ss-dmr:before {
content: "\e9a4";
}
.ss-gn3:before {
content: "\e9a5";
}
/** /**
* Promotional */ * Promotional */
.ss-pgru:before { .ss-pgru:before {
@ -1193,6 +1215,12 @@
.ss-y22:before { .ss-y22:before {
content: "\e989"; content: "\e989";
} }
.ss-hbg:before {
content: "\e9a6";
}
.ss-ydmu:before {
content: "\e9a7";
}
/** /**
* Un-serious */ * Un-serious */
.ss-ugl:before { .ss-ugl:before {

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -144,6 +144,7 @@
<span class="utf"><i>&#xe639;</i> ss-dis <code>&amp;#xe639;</code></span> <span class="utf"><i>&#xe639;</i> ss-dis <code>&amp;#xe639;</code></span>
<span class="utf"><i>&#xe64b;</i> ss-dka <code>&amp;#xe64b;</code></span> <span class="utf"><i>&#xe64b;</i> ss-dka <code>&amp;#xe64b;</code></span>
<span class="utf"><i>&#xe662;</i> ss-dkm <code>&amp;#xe662;</code></span> <span class="utf"><i>&#xe662;</i> ss-dkm <code>&amp;#xe662;</code></span>
<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>&#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>&#xe994;</i> ss-dmc <code>&amp;#xe994;</code></span>
<span class="utf"><i>&#xe93f;</i> ss-dom <code>&amp;#xe93f;</code></span> <span class="utf"><i>&#xe93f;</i> ss-dom <code>&amp;#xe93f;</code></span>
@ -167,6 +168,7 @@
<span class="utf"><i>&#xe94b;</i> ss-gk1 <code>&amp;#xe94b;</code></span> <span class="utf"><i>&#xe94b;</i> ss-gk1 <code>&amp;#xe94b;</code></span>
<span class="utf"><i>&#xe959;</i> ss-gk2 <code>&amp;#xe959;</code></span> <span class="utf"><i>&#xe959;</i> ss-gk2 <code>&amp;#xe959;</code></span>
<span class="utf"><i>&#xe964;</i> ss-gn2 <code>&amp;#xe964;</code></span> <span class="utf"><i>&#xe964;</i> ss-gn2 <code>&amp;#xe964;</code></span>
<span class="utf"><i>&#xe9a5;</i> ss-gn3 <code>&amp;#xe9a5;</code></span>
<span class="utf"><i>&#xe94d;</i> ss-gnt <code>&amp;#xe94d;</code></span> <span class="utf"><i>&#xe94d;</i> ss-gnt <code>&amp;#xe94d;</code></span>
<span class="utf"><i>&#xe638;</i> ss-gpt <code>&amp;#xe638;</code></span> <span class="utf"><i>&#xe638;</i> ss-gpt <code>&amp;#xe638;</code></span>
<span class="utf"><i>&#xe94b;</i> ss-grn <code>&amp;#xe94b;</code></span> <span class="utf"><i>&#xe94b;</i> ss-grn <code>&amp;#xe94b;</code></span>
@ -175,6 +177,7 @@
<span class="utf"><i>&#xe67f;</i> ss-h09 <code>&amp;#xe67f;</code></span> <span class="utf"><i>&#xe67f;</i> ss-h09 <code>&amp;#xe67f;</code></span>
<span class="utf"><i>&#xe938;</i> ss-h17 <code>&amp;#xe938;</code></span> <span class="utf"><i>&#xe938;</i> ss-h17 <code>&amp;#xe938;</code></span>
<span class="utf"><i>&#xe96b;</i> ss-ha1 <code>&amp;#xe96b;</code></span> <span class="utf"><i>&#xe96b;</i> ss-ha1 <code>&amp;#xe96b;</code></span>
<span class="utf"><i>&#xe9a6;</i> ss-hbg <code>&amp;#xe9a6;</code></span>
<span class="utf"><i>&#xe618;</i> ss-hml <code>&amp;#xe618;</code></span> <span class="utf"><i>&#xe618;</i> ss-hml <code>&amp;#xe618;</code></span>
<span class="utf"><i>&#xe656;</i> ss-hop <code>&amp;#xe656;</code></span> <span class="utf"><i>&#xe656;</i> ss-hop <code>&amp;#xe656;</code></span>
<span class="utf"><i>&#xe924;</i> ss-hou <code>&amp;#xe924;</code></span> <span class="utf"><i>&#xe924;</i> ss-hou <code>&amp;#xe924;</code></span>
@ -208,6 +211,7 @@
<span class="utf"><i>&#xe941;</i> ss-m19 <code>&amp;#xe941;</code></span> <span class="utf"><i>&#xe941;</i> ss-m19 <code>&amp;#xe941;</code></span>
<span class="utf"><i>&#xe95d;</i> ss-m20 <code>&amp;#xe95d;</code></span> <span class="utf"><i>&#xe95d;</i> ss-m20 <code>&amp;#xe95d;</code></span>
<span class="utf"><i>&#xe960;</i> ss-m21 <code>&amp;#xe960;</code></span> <span class="utf"><i>&#xe960;</i> ss-m21 <code>&amp;#xe960;</code></span>
<span class="utf"><i>&#xe9a3;</i> ss-mat <code>&amp;#xe9a3;</code></span>
<span class="utf"><i>&#xe971;</i> ss-mb1 <code>&amp;#xe971;</code></span> <span class="utf"><i>&#xe971;</i> ss-mb1 <code>&amp;#xe971;</code></span>
<span class="utf"><i>&#xe648;</i> ss-mbs <code>&amp;#xe648;</code></span> <span class="utf"><i>&#xe648;</i> ss-mbs <code>&amp;#xe648;</code></span>
<span class="utf"><i>&#xe682;</i> ss-md1 <code>&amp;#xe682;</code></span> <span class="utf"><i>&#xe682;</i> ss-md1 <code>&amp;#xe682;</code></span>
@ -225,6 +229,8 @@
<span class="utf"><i>&#xe912;</i> ss-mm3 <code>&amp;#xe912;</code></span> <span class="utf"><i>&#xe912;</i> ss-mm3 <code>&amp;#xe912;</code></span>
<span class="utf"><i>&#xe663;</i> ss-mma <code>&amp;#xe663;</code></span> <span class="utf"><i>&#xe663;</i> ss-mma <code>&amp;#xe663;</code></span>
<span class="utf"><i>&#xe625;</i> ss-mmq <code>&amp;#xe625;</code></span> <span class="utf"><i>&#xe625;</i> ss-mmq <code>&amp;#xe625;</code></span>
<span class="utf"><i>&#xe9a9;</i> ss-moc <code>&amp;#xe9a9;</code></span>
<span class="utf"><i>&#xe9a2;</i> ss-mom <code>&amp;#xe9a2;</code></span>
<span class="utf"><i>&#xe63e;</i> ss-mor <code>&amp;#xe63e;</code></span> <span class="utf"><i>&#xe63e;</i> ss-mor <code>&amp;#xe63e;</code></span>
<span class="utf"><i>&#xe913;</i> ss-mp1 <code>&amp;#xe913;</code></span> <span class="utf"><i>&#xe913;</i> ss-mp1 <code>&amp;#xe913;</code></span>
<span class="utf"><i>&#xe922;</i> ss-mp2 <code>&amp;#xe922;</code></span> <span class="utf"><i>&#xe922;</i> ss-mp2 <code>&amp;#xe922;</code></span>
@ -238,6 +244,8 @@
<span class="utf"><i>&#xe649;</i> ss-nph <code>&amp;#xe649;</code></span> <span class="utf"><i>&#xe649;</i> ss-nph <code>&amp;#xe649;</code></span>
<span class="utf"><i>&#xe62b;</i> ss-ody <code>&amp;#xe62b;</code></span> <span class="utf"><i>&#xe62b;</i> ss-ody <code>&amp;#xe62b;</code></span>
<span class="utf"><i>&#xe901;</i> ss-ogw <code>&amp;#xe901;</code></span> <span class="utf"><i>&#xe901;</i> ss-ogw <code>&amp;#xe901;</code></span>
<span class="utf"><i>&#xe9a8;</i> ss-onc <code>&amp;#xe9a8;</code></span>
<span class="utf"><i>&#xe9a1;</i> ss-one <code>&amp;#xe9a1;</code></span>
<span class="utf"><i>&#xe62e;</i> ss-ons <code>&amp;#xe62e;</code></span> <span class="utf"><i>&#xe62e;</i> ss-ons <code>&amp;#xe62e;</code></span>
<span class="utf"><i>&#xe697;</i> ss-ori <code>&amp;#xe697;</code></span> <span class="utf"><i>&#xe697;</i> ss-ori <code>&amp;#xe697;</code></span>
<span class="utf"><i>&#xe665;</i> ss-p02 <code>&amp;#xe665;</code></span> <span class="utf"><i>&#xe665;</i> ss-p02 <code>&amp;#xe665;</code></span>
@ -314,6 +322,7 @@
<span class="utf"><i>&#xe645;</i> ss-wwk <code>&amp;#xe645;</code></span> <span class="utf"><i>&#xe645;</i> ss-wwk <code>&amp;#xe645;</code></span>
<span class="utf"><i>&#xe92e;</i> ss-xln <code>&amp;#xe92e;</code></span> <span class="utf"><i>&#xe92e;</i> ss-xln <code>&amp;#xe92e;</code></span>
<span class="utf"><i>&#xe98c;</i> ss-y22 <code>&amp;#xe989;</code></span> <span class="utf"><i>&#xe98c;</i> ss-y22 <code>&amp;#xe989;</code></span>
<span class="utf"><i>&#xe9a7;</i> ss-ydmu <code>&amp;#xe9a7;</code></span>
<span class="utf"><i>&#xe644;</i> ss-zen <code>&amp;#xe644;</code></span> <span class="utf"><i>&#xe644;</i> ss-zen <code>&amp;#xe644;</code></span>
<span class="utf"><i>&#xe967;</i> ss-znc <code>&amp;#xe967;</code></span> <span class="utf"><i>&#xe967;</i> ss-znc <code>&amp;#xe967;</code></span>
<span class="utf"><i>&#xe963;</i> ss-znr <code>&amp;#xe963;</code></span> <span class="utf"><i>&#xe963;</i> ss-znr <code>&amp;#xe963;</code></span>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 749 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i> <i class="ss ss-pmtg2"></i>
Download Download
</a> </a>
<h2 class="sub">Complete 297 Magic set symbol font icons</h2> <h2 class="sub">Complete 306 Magic set symbol font icons</h2>
</div> </div>
</header> </header>
@ -45,7 +45,7 @@
<div class="wrapper"> <div class="wrapper">
<section> <section>
<h3> <h3>
View the full list of 297 set and expansion symbols below, for all sets and special edition products up to <strong>The Brothers' War</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>. View the full list of 306 set and expansion symbols below, for all sets and special edition products up to <strong>March of the Machines</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
</h3> </h3>
<p style="margin: -15px 0 25px;"> <p style="margin: -15px 0 25px;">
<strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>. <strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
@ -425,6 +425,15 @@
<div class="icon" id="bro" name="The Brothers' War" data-name="The Brothers' War" data-class="bro" data-unicode="e99d" data-added="v3.11.0"> <div class="icon" id="bro" name="The Brothers' War" data-name="The Brothers' War" data-class="bro" data-unicode="e99d" data-added="v3.11.0">
<span class="name"><i class="ss ss-bro"></i> The Brothers' War <em>(bro)</em></span> <span class="name"><i class="ss ss-bro"></i> The Brothers' War <em>(bro)</em></span>
</div> </div>
<div class="icon" id="one" name="Phyrexia: All Will Be One" data-name="Phyrexia: All Will Be One" data-class="one" data-unicode="e9a1" data-added="v3.12.0">
<span class="name"><i class="ss ss-one"></i> Phyrexia: All Will Be One <em>(one)</em></span>
</div>
<div class="icon" id="mom" name="March of the Machines" data-name="March of the Machines" data-class="mom" data-unicode="e9a2" data-added="v3.12.0">
<span class="name"><i class="ss ss-mom"></i> March of the Machines <em>(mom)</em></span>
</div>
<div class="icon" id="mat" name="March of the Machines: The Aftermath" data-name="March of the Machines: The Aftermath" data-class="mat" data-unicode="e9a3" data-added="v3.12.0">
<span class="name"><i class="ss ss-mat"></i> March of the Machine: The Aftermath <em>(mat)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -544,6 +553,12 @@
<div class="icon" id="brc" name="The Brothers' War Commander" data-name="The Brothers' War Commander" data-class="brc" data-unicode="e99f" data-added="v3.11.0"> <div class="icon" id="brc" name="The Brothers' War Commander" data-name="The Brothers' War Commander" data-class="brc" data-unicode="e99f" data-added="v3.11.0">
<span class="name"><i class="ss ss-brc"></i> The Brothers' War Commander <em>(brc)</em></span> <span class="name"><i class="ss ss-brc"></i> The Brothers' War Commander <em>(brc)</em></span>
</div> </div>
<div class="icon" id="onc" name="Phyrexia: All Will Be One Commander" data-name="Phyrexia: All Will Be One Commander" data-class="onc" data-unicode="e9a8" data-added="v3.12.0">
<span class="name"><i class="ss ss-onc"></i> Phyrexia: All Will Be One Commander <em>(onc)</em></span>
</div>
<div class="icon" id="moc" name="March of the Machines Commander" data-name="March of the Machines Commander" data-class="moc" data-unicode="e9a9" data-added="v3.12.0">
<span class="name"><i class="ss ss-moc"></i> March of the Machines Commander <em>(moc)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -847,6 +862,12 @@
<div class="icon" id="tsr" name="Time Spiral Remastered" data-name="Time Spiral Remastered" data-class="tsr" data-unicode="e976" data-added="v3.7.0"> <div class="icon" id="tsr" name="Time Spiral Remastered" data-name="Time Spiral Remastered" data-class="tsr" data-unicode="e976" data-added="v3.7.0">
<span class="name"><i class="ss ss-tsr"></i> Time Spiral Remastered <em>(tsr)</em></span> <span class="name"><i class="ss ss-tsr"></i> Time Spiral Remastered <em>(tsr)</em></span>
</div> </div>
<div class="icon" id="dmr" name="Dominaria Remastered" data-name="Dominaria Remastered" data-class="dmr" data-unicode="e9a4" data-added="v3.12.0">
<span class="name"><i class="ss ss-dmr"></i> Dominaria Remastered <em>(dmr)</em></span>
</div>
<div class="icon" id="gn3" name="Game Night: Free for All" data-name="Game Night: Free for All" data-class="gn3" data-unicode="e9a5" data-added="v3.12.0">
<span class="name"><i class="ss ss-gn3"></i> Game Night: Free for All <em>(gn3)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -998,6 +1019,12 @@
<div class="icon" id="y22" name="Alchemy 2022" data-name="Alchemy 2022" data-class="y22" data-unicode="e989" data-added="v3.9.0"> <div class="icon" id="y22" name="Alchemy 2022" data-name="Alchemy 2022" data-class="y22" data-unicode="e989" data-added="v3.9.0">
<span class="name"><i class="ss ss-y22"></i> Alchemy 2022 <em>(y22)</em></span> <span class="name"><i class="ss ss-y22"></i> Alchemy 2022 <em>(y22)</em></span>
</div> </div>
<div class="icon" id="hbg" name="Alchemy Horizons: Baldur's Gate" data-name="Alchemy Horizons: Baldur's Gate" data-class="hbg" data-unicode="e9a6" data-added="v3.12.0">
<span class="name"><i class="ss ss-hbg"></i> Alchemy Horizons: Baldur's Gate <em>(hbg)</em></span>
</div>
<div class="icon" id="ydmu" name="Alchemy: Dominaria" data-name="Alchemy: Dominaria" data-class="ydmu" data-unicode="e9a7" data-added="v3.12.0">
<span class="name"><i class="ss ss-ydmu"></i> Alchemy: Dominaria <em>(ydmu)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">

View File

@ -43,7 +43,7 @@
</a> </a>
</div> </div>
<p> <p>
Current version 3.11.0 includes all sets to The Brothers' War. Current version 3.12.0 includes all sets to March of the Machines.
</p> </p>
</div> </div>
</header> </header>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 749 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -167,7 +167,10 @@
.@{ss-prefix}-snc:before { content: "\e98b"; } // Streets of New Capenna .@{ss-prefix}-snc:before { content: "\e98b"; } // Streets of New Capenna
.@{ss-prefix}-dmu:before { content: "\e993"; } // Dominaria United .@{ss-prefix}-dmu:before { content: "\e993"; } // Dominaria United
.@{ss-prefix}-bro:before { content: "\e99d"; } // The Brothers' War .@{ss-prefix}-bro:before { content: "\e99d"; } // The Brothers' War
/* 2023 Sets */
.@{ss-prefix}-one:before { content: "\e9a1"; } // Phyrexia: All Will Be One
.@{ss-prefix}-mom:before { content: "\e9a2"; } // March of the Machines
.@{ss-prefix}-mat:before { content: "\e9a3"; } // March of the Machines: The Aftermath
/** /**
* Command Zone */ * Command Zone */
@ -211,6 +214,8 @@
.@{ss-prefix}-dmc:before { content: "\e994"; } // Dominaria United Commander .@{ss-prefix}-dmc:before { content: "\e994"; } // Dominaria United Commander
.@{ss-prefix}-40k:before { content: "\e998"; } // Warhammer 40K Universes Beyond .@{ss-prefix}-40k:before { content: "\e998"; } // Warhammer 40K Universes Beyond
.@{ss-prefix}-brc:before { content: "\e99f"; } // The Brothers' War Commander .@{ss-prefix}-brc:before { content: "\e99f"; } // The Brothers' War Commander
.@{ss-prefix}-onc:before { content: "\e9a8"; } // Phyrexia: All Will Be One Commander
.@{ss-prefix}-moc:before { content: "\e9a9"; } // March of the Machines Commander
/** /**
* Reprint */ * Reprint */
@ -332,6 +337,8 @@
.@{ss-prefix}-gnt:before { content: "\e94d"; } // Game Night .@{ss-prefix}-gnt:before { content: "\e94d"; } // Game Night
.@{ss-prefix}-gn2:before { content: "\e964"; } // Game Night 2019 .@{ss-prefix}-gn2:before { content: "\e964"; } // Game Night 2019
.@{ss-prefix}-tsr:before { content: "\e976"; } // Time Spiral Remastered .@{ss-prefix}-tsr:before { content: "\e976"; } // Time Spiral Remastered
.@{ss-prefix}-dmr:before { content: "\e9a4"; } // Dominaria Remastered
.@{ss-prefix}-gn3:before { content: "\e9a5"; } // Game Night: Free for All
/** /**
* Promotional */ * Promotional */
@ -378,7 +385,6 @@
.@{ss-prefix}-sld:before { content: "\e687"; } // Secret Lair Drop (alias of PMEI) .@{ss-prefix}-sld:before { content: "\e687"; } // Secret Lair Drop (alias of PMEI)
.@{ss-prefix}-psld:before { content: "\e687"; } // Secret Lair Drop Promos (alias of PMEI) .@{ss-prefix}-psld:before { content: "\e687"; } // Secret Lair Drop Promos (alias of PMEI)
/** /**
* Online */ * Online */
@ -400,7 +406,8 @@
.@{ss-prefix}-akr:before { content: "\e970"; } // Amonkhet Remastered .@{ss-prefix}-akr:before { content: "\e970"; } // Amonkhet Remastered
.@{ss-prefix}-klr:before { content: "\e97c"; } // Kaladesh Remastered .@{ss-prefix}-klr:before { content: "\e97c"; } // Kaladesh Remastered
.@{ss-prefix}-y22:before { content: "\e989"; } // Alchemy 2022 .@{ss-prefix}-y22:before { content: "\e989"; } // Alchemy 2022
.@{ss-prefix}-hbg:before { content: "\e9a6"; } // Alchemy Horizons: Baldur's Gate
.@{ss-prefix}-ydmu:before { content: "\e9a7"; } // Alchemy:; Dominaria
/** /**
* Un-serious */ * Un-serious */

View File

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

View File

@ -1,7 +1,7 @@
/** /**
* Globals */ * Globals */
$keyrune_version: '3.11.0' !default; $keyrune_version: '3.12.0' !default;
$keyrune_font_path: '../fonts' !default; $keyrune_font_path: '../fonts' !default;
// font specific // font specific
@ -228,6 +228,10 @@ $keyrune_sets: (
("Streets of New Capenna", "snc", "\e98b"), ("Streets of New Capenna", "snc", "\e98b"),
("Dominaria United", "dmu", "\e993"), ("Dominaria United", "dmu", "\e993"),
("The Brothers' War", "bro", "\e99d"), ("The Brothers' War", "bro", "\e99d"),
// 2023 sets
("Phyrexia: All Will Be One", "one", "\e9a1"),
("March of the Machines", "mom", "\e9a2"),
("March of the Machines: The Aftermath", "mat", "\e9a3"),
// //
// Command zone // Command zone
("Vanguard", "van", "\e655"), ("Vanguard", "van", "\e655"),
@ -270,6 +274,8 @@ $keyrune_sets: (
("Dominaria United Commander", "dmc", "\e994"), ("Dominaria United Commander", "dmc", "\e994"),
("Warhammer 40K", "40k", "\e998"), ("Warhammer 40K", "40k", "\e998"),
("The Brothers' War Commander", "brc", "\e99f"), ("The Brothers' War Commander", "brc", "\e99f"),
("Phyrexia: All Will Be One Commander", "onc", "\e9a8"),
("March of the Machines Commander", "moc", "\e9a9"),
// //
// Reprint sets // Reprint sets
("Chronicles", "chr", "\e65e"), ("Chronicles", "chr", "\e65e"),
@ -372,6 +378,8 @@ $keyrune_sets: (
("Game Night", "gnt", "\e94d"), ("Game Night", "gnt", "\e94d"),
("Game Night 2019", "gn2", "\e964"), ("Game Night 2019", "gn2", "\e964"),
("Time Spiral Remastered", "tsr", "\e976"), ("Time Spiral Remastered", "tsr", "\e976"),
("Dominaria Remastered", "dmr", "\e9a4"),
("Game Night: Free for All", "gn3", "\e9a5"),
// //
// Promos // Promos
("Guru", "pgru", "\e683"), ("Guru", "pgru", "\e683"),
@ -432,6 +440,9 @@ $keyrune_sets: (
("Historic Anthology 1", "ha1", "\e96b"), ("Historic Anthology 1", "ha1", "\e96b"),
("Amonkhet Remastered", "akr", "\e970"), ("Amonkhet Remastered", "akr", "\e970"),
("Kaladesh Remastered", "klr", "\e97c"), ("Kaladesh Remastered", "klr", "\e97c"),
("Alchemy 2022", "y22", "\e989"),
("Alchemy Horizons: Baldur's Gate", "hbg", "\e9a6"),
("Alchemy: Dominaria", "ydmu", "\e9a7"),
// //
// Unsets // Unsets
("Unglued", "ugl", "\e691"), ("Unglued", "ugl", "\e691"),

5
svg/dmr.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>dmr</title>
<path fill="#444" d="M12.844 5.512c2.059-0.536 4.252-0.533 6.312-0.003-0.818 1.856-0.989 3.987-0.488 5.951-0.89-0.596-1.778-1.193-2.669-1.787-0.892 0.59-1.776 1.191-2.666 1.785 0.497-1.963 0.332-4.092-0.49-5.946zM5.92 10.177c1.375 1.104 2.608 2.383 3.659 3.799 1.107-0.742 2.215-1.483 3.321-2.226 0.6-2.008 0.473-4.232-0.391-6.145-2.616 0.755-4.959 2.396-6.589 4.573zM19.1 11.749c1.106 0.744 2.215 1.485 3.322 2.227 1.051-1.416 2.284-2.694 3.658-3.799-1.63-2.178-3.974-3.819-6.589-4.573-0.863 1.913-0.991 4.136-0.391 6.144zM12.512 12.634c-0.002 3.094 0 6.188-0.001 9.282 1.168 1.658 2.335 3.315 3.502 4.973 1.14-1.627 2.285-3.249 3.42-4.879 0.084-0.085 0.052-0.206 0.057-0.314 0-3.018 0-6.035 0-9.053-1.163-0.784-2.327-1.565-3.491-2.347-1.162 0.779-2.324 1.559-3.487 2.338zM0 16.261c4.105 0.369 8.076 2.045 11.215 4.713-1.343-1.905-2.682-3.813-4.028-5.715-1.44-1.436-3.076-2.683-4.875-3.635-1.074 1.368-1.863 2.956-2.312 4.636zM25.011 15.068c-0.095 0.099-0.207 0.183-0.275 0.304-1.316 1.873-2.637 3.742-3.953 5.615 3.14-2.668 7.108-4.365 11.217-4.727-0.446-1.68-1.236-3.268-2.309-4.636-1.72 0.907-3.287 2.091-4.68 3.444zM8.072 15.613c1.365 1.939 2.729 3.879 4.096 5.817 0-2.854 0-5.709 0-8.564-1.366 0.914-2.732 1.829-4.096 2.746zM19.83 12.867c-0 2.855 0 5.71-0 8.565 1.366-1.939 2.733-3.878 4.096-5.819-1.365-0.916-2.729-1.833-4.096-2.746zM3.225 17.184c-1.13 1.277-1.862 2.892-2.136 4.572 3.16-0.433 6.438-0.032 9.387 1.19 1.308 0.547 2.55 1.264 3.65 2.162-1.143-1.929-2.679-3.625-4.5-4.936-1.918-1.394-4.121-2.36-6.401-2.988zM24.405 18.931c-1.388 0.748-2.681 1.677-3.815 2.773-1.055 1.018-1.968 2.181-2.718 3.44 1.97-1.622 4.381-2.646 6.867-3.167 2.040-0.428 4.153-0.51 6.218-0.222-0.277-1.68-0.997-3.3-2.139-4.572-1.529 0.419-3.018 0.994-4.414 1.747z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

5
svg/gn3.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>gn3</title>
<path fill="#444" d="M17.075 2.153c1.906 0.247 3.804 0.565 5.679 0.985 0.975 1.663 1.862 3.377 2.683 5.121-0.535-0.233-1.070-0.468-1.605-0.701-1.208 0.476-2.415 0.952-3.622 1.428-0.662 1.6-1.325 3.201-1.985 4.802 1.486 0.91 2.97 1.825 4.455 2.736 1.255-0.327 2.51-0.656 3.766-0.982 0.298-0.505 0.592-1.011 0.889-1.517 0.356 1.897 0.639 3.809 0.824 5.731-1.272 1.447-2.621 2.824-4.019 4.149 0.056-0.583 0.111-1.166 0.167-1.75-0.822-1.006-1.645-2.012-2.466-3.018-1.722-0.139-3.442-0.281-5.164-0.415-0.401 1.702-0.807 3.402-1.211 5.104 0.697 1.099 1.395 2.197 2.093 3.294 0.57 0.127 1.14 0.254 1.71 0.382-1.687 0.924-3.407 1.789-5.171 2.556-1.762-0.769-3.483-1.632-5.168-2.556 0.57-0.128 1.141-0.254 1.711-0.382 0.697-1.098 1.395-2.195 2.091-3.293-0.401-1.686-0.8-3.373-1.203-5.058-1.735 0.141-3.47 0.28-5.206 0.419-0.825 1.005-1.649 2.011-2.473 3.016 0.057 0.585 0.113 1.171 0.17 1.756-1.397-1.328-2.748-2.706-4.021-4.154 0.185-1.922 0.472-3.832 0.823-5.73 0.298 0.505 0.594 1.011 0.891 1.516 1.254 0.328 2.509 0.654 3.764 0.983 1.472-0.903 2.943-1.808 4.416-2.711-0.666-1.617-1.336-3.232-2.004-4.847-1.206-0.476-2.413-0.952-3.619-1.428-0.535 0.233-1.070 0.468-1.606 0.701 0.822-1.744 1.709-3.459 2.687-5.121 1.875-0.416 3.771-0.738 5.676-0.985-0.386 0.44-0.773 0.879-1.16 1.319 0.077 1.3 0.156 2.6 0.233 3.899 1.311 1.128 2.618 2.259 3.932 3.382 1.324-1.137 2.646-2.275 3.969-3.413 0.078-1.3 0.156-2.6 0.233-3.9-0.386-0.44-0.773-0.879-1.16-1.319zM14.033 7.193c-1.019-0.87-2.032-1.747-3.048-2.62 0.046 0.773 0.093 1.546 0.139 2.319 0.969 0.834 1.939 1.668 2.909 2.501 0.982-0.844 1.965-1.688 2.946-2.533 0.044-0.774 0.091-1.548 0.136-2.321-1.028 0.884-2.053 1.771-3.082 2.654zM21.010 9.807c-0.489 1.184-0.98 2.368-1.471 3.552 1.104 0.678 2.208 1.355 3.313 2.033 0.746-0.196 1.492-0.391 2.238-0.587-1.155-0.709-2.311-1.416-3.465-2.126 0.512-1.241 1.027-2.481 1.539-3.721-0.718 0.283-1.437 0.566-2.154 0.85zM4.935 8.988c0.519 1.256 1.040 2.511 1.559 3.767-1.139 0.703-2.282 1.402-3.423 2.103 0.747 0.195 1.494 0.39 2.241 0.585 1.089-0.669 2.178-1.338 3.267-2.007-0.496-1.2-0.992-2.399-1.488-3.599-0.719-0.284-1.437-0.566-2.156-0.85zM17.493 19.846c-0.3 1.263-0.6 2.527-0.9 3.79 0.415 0.654 0.83 1.308 1.245 1.961 0.314-1.323 0.628-2.646 0.941-3.969 1.335 0.108 2.67 0.215 4.005 0.322-0.491-0.598-0.982-1.198-1.473-1.796-1.272-0.103-2.545-0.206-3.817-0.308zM6.852 20.206c-0.49 0.599-0.98 1.197-1.47 1.796 1.349-0.108 2.698-0.216 4.048-0.325 0.313 1.306 0.621 2.614 0.932 3.92 0.416-0.653 0.83-1.307 1.246-1.961-0.297-1.247-0.593-2.494-0.889-3.741-1.289 0.102-2.577 0.207-3.866 0.311z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

5
svg/hbg.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="32" viewBox="0 0 27 32">
<title>hbg</title>
<path fill="#444" d="M13.653 2.075c7.545 0 13.653 6.239 13.653 13.925s-6.109 13.925-13.653 13.925c-7.545 0-13.653-6.239-13.653-13.925s6.109-13.925 13.653-13.925zM13.653 3.818c-6.574 0-11.91 5.45-11.91 12.182s5.336 12.182 11.91 12.182c6.573 0 11.91-5.45 11.91-12.182s-5.337-12.182-11.91-12.182zM13.653 4.38c6.283 0 11.378 5.202 11.378 11.62s-5.094 11.62-11.378 11.62c-6.284 0-11.378-5.202-11.378-11.62s5.094-11.62 11.378-11.62zM13.448 5.007l-0.872 3.776-4.067 2.905-3.486-0.871 2.324 2.614v5.229l-2.614 2.614 3.486-0.871 4.357 2.614 0.872 3.486 1.162-3.486 4.067-2.614 3.776 1.162-2.324-2.905v-5.229l2.324-2.905-3.486 1.162-4.357-2.905-1.162-3.776zM13.448 9.945l4.938 3.195v5.519l-4.938 3.486-4.648-3.195v-5.81l4.648-3.195z"></path>
</svg>

After

Width:  |  Height:  |  Size: 889 B

5
svg/mat.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>mat</title>
<path fill="#444" d="M16.739 24.956l4.457 3.059c-2.147 1.266-4.63 1.914-7.116 1.927-2.49-0.048-4.964-0.64-7.116-1.927l4.457-3.059 2.659 2.555 2.659-2.555zM14.080 12.756l3.22 3.295-3.22 3.145-3.22-3.145 3.22-3.294zM3.313 5.269l5.774 8.391-2.196 2.356 2.206 2.247-5.846 8.553 8.467-5.933 2.361 2.321 2.361-2.321 8.467 5.933-5.855-8.566 2.274-2.234-2.264-2.343 5.783-8.404-8.422 5.93-2.344-2.424-2.344 2.424-8.422-5.93zM2.067 8.959c-1.362 2.279-2.171 4.927-2.056 7.595 0.099 2.307 0.869 4.567 2.048 6.542l2.987-4.466-2.578-2.578 2.585-2.716-2.985-4.377zM26.093 8.959l-2.981 4.371 2.64 2.728-2.632 2.544 2.984 4.49c1.356-2.274 2.16-4.916 2.045-7.578-0.099-2.314-0.874-4.576-2.056-6.555zM14.080 2.058c-2.489 0.013-4.973 0.664-7.122 1.931l4.452 3.085 2.67-2.67 2.67 2.67 4.453-3.085c-2.127-1.272-4.57-1.868-7.031-1.93l-0.092-0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 988 B

5
svg/moc.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="32" viewBox="0 0 27 32">
<title>moc</title>
<path fill="#444" d="M14.010 2.728c6.127 3.518 9.902 10.269 10.762 17.168 1.133-0.792 1.758-2.047 2.339-3.257 0.25 3.366 0.020 6.846-1.318 9.983-1.070-2.438-2.357-4.804-4.032-6.883-1.167-1.437-2.57-2.759-4.306-3.47 1.308-1.563 1.622-3.793 0.983-5.705 0.016 1.433-0.164 2.946-1.102 4.099 0.171-1.139-0.065-2.361-0.847-3.236-0.611-0.759-1.529-1.178-2.469-1.362 0.032-2.444 0.051-4.893-0.010-7.337zM2.424 19.89c-1.129-0.792-1.752-2.042-2.331-3.25-0.262 3.354-0.012 6.82 1.303 9.95 1.143-2.451 2.41-4.877 4.142-6.97 1.147-1.389 2.522-2.66 4.209-3.35-1.307-1.571-1.62-3.803-0.975-5.719-0.037 1.443 0.166 2.958 1.096 4.123-0.043-0.664-0.112-1.352 0.136-1.99 0.445-1.397 1.746-2.394 3.175-2.619-0.032-2.444-0.037-4.891 0.002-7.335-6.123 3.524-9.875 10.267-10.758 17.16zM0.255 8.411c1.527 1.813 2.268 4.188 2.377 6.531 1.068-3.277 2.769-6.363 5.098-8.915-1.1 0.030-2.176-0.357-2.989-1.104-1.508 1.145-2.968 2.355-4.487 3.488zM22.464 4.929c-0.828 0.755-1.919 1.139-3.037 1.107 2.371 2.524 4.083 5.626 5.161 8.905 0.035-2.351 0.832-4.726 2.361-6.527-1.531-1.115-2.984-2.329-4.485-3.484zM10.681 14.071c0.022 1.058 0.753 1.886 1.521 2.526-0.729 0.087-1.452 0.229-2.15 0.457 0.613 0.629 1.086 1.407 1.224 2.286 0.349 2.048-0.319 4.107-1.182 5.942 1.37 1.137 2.542 2.497 3.51 3.989 0.958-1.496 2.138-2.85 3.504-3.989-0.808-1.718-1.433-3.614-1.24-5.536 0.083-1.023 0.56-1.971 1.281-2.692-0.698-0.225-1.419-0.367-2.146-0.457 0.707-0.609 1.415-1.346 1.5-2.325 0.258-1.614-1.072-3.255-2.706-3.319-1.703-0.171-3.271 1.423-3.116 3.118zM6.925 19.348c1.567 0.859 2.536 2.453 3.021 4.125 0.506-1.553 0.895-3.328 0.187-4.881-0.231-0.402-0.508-0.92-0.97-1.054-0.849 0.461-1.541 1.151-2.237 1.809zM17.949 17.519c-0.765 0.562-1.171 1.496-1.245 2.426-0.095 1.204 0.162 2.414 0.579 3.539 0.43-1.697 1.442-3.271 2.995-4.138-0.725-0.664-1.419-1.415-2.329-1.827zM4.425 22.663c1.746 0.27 3.386 1.005 4.838 1.998-0.227-1.882-1.194-3.717-2.889-4.659-0.725 0.83-1.326 1.756-1.949 2.662zM17.943 24.657c1.448-0.991 3.084-1.732 4.826-2.002-0.617-0.893-1.226-1.793-1.902-2.643-1.752 0.873-2.686 2.771-2.924 4.645z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

5
svg/mom.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>mom</title>
<path fill="#444" d="M19.571 23.762c0.952 0.642 1.882 1.314 2.833 1.96-2.593 1.674-5.808 2.414-8.853 1.808 0.019-1.045 0.012-2.092-0.074-3.134 2.025 0.525 4.217 0.291 6.094-0.634zM15.737 14.524c0.786 0 1.423 0.637 1.423 1.423s-0.637 1.423-1.423 1.423c-0.786 0-1.423-0.637-1.423-1.423s0.637-1.423 1.423-1.423zM13.494 11.632c-0.575 0.243-1.154 0.479-1.734 0.711 0.196 0.286 0.389 0.572 0.582 0.859 0.092-0.054 0.125-0.070 0.2-0.108 0.265-0.135 0.441-0.207 0.74-0.211 0.774 0 1.401 0.627 1.401 1.401s-0.627 1.401-1.401 1.401c-0.774 0-1.401-0.627-1.401-1.401 0.009-0.188 0.028-0.38 0.119-0.548-0.666-0.172-0.331-0.086-1.005-0.257-0.052 0.63-0.079 1.259-0.079 1.889 1.712 1.126 3.272 2.526 5.247 3.184 3.163 2.135 6.261 4.365 9.4 6.537 0.673 0.439 1.281 1.045 2.099 1.197 1.448 0.343 2.898 0.682 4.338 1.061-0.818-1.271-1.684-2.509-2.509-3.776-0.363-0.599-0.99-0.94-1.546-1.331-2.812-1.96-5.617-3.928-8.429-5.889-0.553-0.391-1.154-0.739-1.605-1.257-1.181-1.488-2.941-2.316-4.417-3.463zM10.165 22.68c-0.363 0.549-0.737 1.088-1.128 1.615-0.165-0.107-0.489-0.324-0.651-0.434-0.1 0.365-0.198 0.732-0.296 1.1 0.942 0.77 1.999 1.381 3.093 1.908-0.024-1.159-0.021-2.318-0.041-3.477-0.327-0.236-0.653-0.472-0.978-0.711zM7.205 17.912c-0.761 0.971-1.488 1.968-2.237 2.948 0.377 0.687 0.761 1.369 1.188 2.027 0.16-0.785 0.332-1.569 0.544-2.342 0.508 0.272 1.016 0.551 1.557 0.751 0.072-0.081 0.219-0.243 0.291-0.324-0.584-0.956-1.080-1.965-1.343-3.060zM26.867 12.066c-0.446 0.539-0.894 1.073-1.348 1.605-0.453 0.031-0.909 0.062-1.362 0.091 0.248 1.026 0.301 2.082 0.224 3.132 0.925 0.658 1.86 1.302 2.783 1.965 0.549-2.242 0.379-4.598-0.298-6.793zM13.754 4.322c-0.401 0.083-0.801 0.167-1.202 0.253-1.095 1.651-2.123 3.346-3.198 5.011-0.384-0.112-0.768-0.222-1.152-0.334-0.3 0.742-0.737 1.417-1.374 1.915 0.207 0.351 0.611 0.653 0.675 1.059-1.176 1.56-2.385 3.096-3.568 4.651 0.062 0.415 0.117 0.832 0.181 1.25 1.476-1.972 2.974-3.928 4.474-5.882 0.866 0.186 1.732 0.372 2.6 0.546-0.458-0.768-0.947-1.522-1.419-2.283 1.359-2.042 2.612-4.152 3.983-6.187zM8.92 13.080c-0.217 0.265-0.436 0.53-0.653 0.794 0.644 1.142 1.15 2.356 1.82 3.485 0.062-1.331 0.091-2.664 0.124-3.995-0.429-0.093-0.861-0.188-1.29-0.284zM11.195 9.698c-0.174 0.277-0.351 0.551-0.525 0.825 0.243 0.384 0.489 0.77 0.732 1.157 1.231-0.53 2.5-0.961 3.714-1.524-1.305-0.174-2.612-0.322-3.921-0.458zM21.372 5.598c-0.322 0.973-0.744 1.908-1.157 2.848 1.226 0.785 2.271 1.829 3.036 3.067 0.365-0.055 0.751-0.031 1.102-0.165 0.506-0.496 0.916-1.083 1.381-1.617-1.116-1.693-2.604-3.117-4.362-4.133zM2.552 5.762c-0.305 0.472-0.627 0.933-0.971 1.379 1.622 1.090 3.232 2.201 4.827 3.334 0.415-0.393 0.747-0.861 0.983-1.383-1.638-1.071-3.248-2.189-4.839-3.33zM16.585 4.26c-0.661 1.014-1.309 2.034-2.001 3.027 1.159-0.126 2.337-0.076 3.463 0.248 0.37-0.954 0.706-1.92 1.135-2.85-0.854-0.217-1.72-0.367-2.597-0.425zM1.736 4.367c-0.57 0.215-1.135 0.436-1.703 0.651-0.026 0.62-0.038 1.243-0.031 1.865 0.198-0.002 0.596-0.005 0.794-0.007 0.417-0.575 0.825-1.159 1.24-1.739-0.103-0.255-0.203-0.513-0.3-0.77zM15.737 16.547c0.332 0 0.6-0.269 0.6-0.6s-0.269-0.6-0.6-0.6c-0.332 0-0.6 0.269-0.6 0.6s0.269 0.6 0.6 0.6zM13.282 14.884c0.332 0 0.6-0.269 0.6-0.6s-0.269-0.6-0.6-0.6c-0.332 0-0.6 0.269-0.6 0.6s0.269 0.6 0.6 0.6z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

5
svg/onc.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="32" viewBox="0 0 27 32">
<title>onc</title>
<path fill="#444" d="M23.693 21.084l-0.633 2.993c-3.095 1.381-6.203 4.022-9.324 7.923l-0.094-0.117c-3.089-3.837-6.166-6.439-9.23-7.807l-0.633-2.993c2.724 1.049 6.043 3.594 9.957 7.636 3.914-4.042 7.233-6.587 9.957-7.636zM7.77 0c1.532 0.988 3.497 1.486 5.894 1.496l0.073 0-1.017 5.295c-2.839 0.396-4.796 1.963-5.87 4.7s-0.486 5.333 1.765 7.789c1.062 1.049 2.43 1.707 4.105 1.976l1.017 6.926c-3.888-4.029-7.45-6.631-10.686-7.808l-3.031-12.336c1.471 0.435 2.795 0.384 3.971-0.153 0.94-0.46 1.688-1.458 1.803-2.763 0.131-1.327-0.46-2.475-1.516-3.415l3.492-1.707zM19.703 0l3.492 1.707c-1.055 0.94-1.646 2.088-1.516 3.415 0.115 1.305 0.863 2.302 1.803 2.763 1.177 0.537 2.5 0.588 3.971 0.153l-3.031 12.336c-3.236 1.177-6.798 3.779-10.686 7.808l1.017-6.926c1.675-0.269 3.044-0.927 4.106-1.976 2.251-2.456 2.839-5.052 1.765-7.789s-3.031-4.304-5.87-4.7l-1.017-5.295c2.43 0 4.419-0.499 5.966-1.496zM12.643 8.863c-0.077 3.453-0.077 6.9 0 10.341-1.727-0.422-2.961-1.388-3.703-2.897s-0.742-3.070 0-4.681c0.755-1.394 1.989-2.315 3.703-2.763zM14.83 8.863c1.714 0.448 2.948 1.369 3.703 2.763 0.742 1.611 0.742 3.172 0 4.681s-1.976 2.475-3.703 2.897c0.077-3.44 0.077-6.887 0-10.341zM4.508 2.513c0.512 0.524 0.819 1.132 0.921 1.823 0.077 0.729 0 1.285-0.307 1.899-0.486 0.959-1.324 1.522-2.513 1.688 0.422-1.624 0.134-2.82-0.863-3.588l2.763-1.823zM22.964 2.513l2.763 1.823c-0.998 0.767-1.285 1.963-0.863 3.588-1.189-0.166-2.027-0.729-2.513-1.688-0.307-0.614-0.384-1.17-0.307-1.899 0.102-0.691 0.409-1.298 0.921-1.823z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

5
svg/one.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="30" height="32" viewBox="0 0 30 32">
<title>one</title>
<path fill="#444" d="M11.086 1.675c0.582-0.151 1.175-0.261 1.771-0.342-0.057 1.396-0.112 2.793-0.159 4.19-1.252 0.251-2.459 0.724-3.543 1.399-1.16 0.719-2.179 1.664-2.985 2.766-1.415 1.924-2.152 4.335-2.048 6.721 0.059 1.557 0.47 3.099 1.189 4.482 1.156 2.236 3.129 4.036 5.465 4.976 0.623 0.253 1.27 0.445 1.93 0.577 0.051 1.398 0.101 2.795 0.162 4.192-1.554-0.204-3.077-0.65-4.489-1.331-2.562-1.226-4.747-3.214-6.225-5.638-0.793-1.297-1.381-2.719-1.738-4.196-0.51-2.103-0.551-4.318-0.119-6.439 0.537-2.675 1.845-5.186 3.717-7.17 1.899-2.026 4.381-3.502 7.073-4.186zM16.69 1.333c0.058 1.397 0.118 2.793 0.159 4.191 1.241 0.248 2.438 0.716 3.515 1.382 1.231 0.758 2.304 1.768 3.134 2.951 0.767 1.091 1.326 2.327 1.639 3.624 0.397 1.637 0.397 3.368-0 5.006-0.336 1.396-0.96 2.723-1.82 3.873-0.751 1.004-1.679 1.877-2.73 2.561-1.135 0.741-2.414 1.261-3.745 1.522-0.048 1.398-0.1 2.795-0.162 4.193 1.322-0.175 2.622-0.523 3.851-1.044 1.787-0.755 3.419-1.869 4.778-3.253 1.364-1.385 2.453-3.041 3.176-4.846 1.156-2.86 1.374-6.085 0.628-9.077-0.358-1.449-0.94-2.842-1.717-4.116-1.475-2.426-3.664-4.411-6.225-5.637-1.409-0.679-2.929-1.125-4.48-1.329zM9.356 12.233c-0.669 0.966-1.069 2.117-1.145 3.289-0.108 1.471 0.294 2.975 1.131 4.19 0.779 1.146 1.936 2.024 3.243 2.48-0.098-4.139-0.104-8.28-0.006-12.419-1.297 0.455-2.445 1.325-3.224 2.459zM16.967 9.774c0.097 4.139 0.095 8.28-0.005 12.419 1.091-0.383 2.081-1.055 2.828-1.939 0.914-1.068 1.465-2.439 1.548-3.842 0.101-1.46-0.302-2.951-1.133-4.157-0.778-1.145-1.933-2.022-3.238-2.48z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,5 +1,5 @@
<!-- Generated by IcoMoon.io --> <!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>y22</title> <title>y22</title>
<path fill="#444" d="M30.097 9.367c0.489 0.832 0.904 1.709 1.222 2.622 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.211-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 0zM21.265 10.205c-0.365-0.010-0.716 0.068-1.061 0.176-0.299 0.111-0.603 0.238-0.837 0.462-0.19 0.178-0.37 0.403-0.386 0.674-0.019 0.197 0.021 0.413 0.16 0.562 0.11 0.123 0.281 0.173 0.442 0.168 0.226 0.005 0.46-0.091 0.594-0.277 0.161-0.219 0.146-0.514 0.295-0.74 0.108-0.183 0.321-0.274 0.527-0.285 0.309-0.039 0.631 0.084 0.834 0.32 0.227 0.264 0.363 0.606 0.378 0.954 0.024 0.446-0.090 0.887-0.237 1.304-0.127 0.35-0.284 0.688-0.458 1.017-0.45 0.844-1.002 1.628-1.576 2.392-0.543 0.716-1.108 1.416-1.675 2.113 0.007 0.012 0.021 0.036 0.028 0.048 1.903 0.006 3.807 0.001 5.711 0.002v-2.686c-0.026-0-0.052-0-0.077 0-0.203 0.457-0.41 0.912-0.611 1.369-0.088 0.015-0.177 0.007-0.265 0.009-0.945 0-1.89 0-2.834 0 0.675-0.769 1.369-1.52 2.071-2.264 0.482-0.503 0.968-1.015 1.313-1.624 0.176-0.309 0.315-0.646 0.356-1.003 0.065-0.452 0.020-0.932-0.193-1.342-0.203-0.398-0.553-0.701-0.938-0.917-0.288-0.157-0.597-0.276-0.917-0.35-0.353-0.070-0.14-0.036-0.643-0.078zM27.74 10.204c-0.486 0.034-0.279 0.004-0.622 0.067-0.345 0.079-0.683 0.201-0.985 0.386-0.247 0.165-0.473 0.383-0.586 0.663-0.073 0.234-0.066 0.514 0.086 0.717 0.102 0.142 0.279 0.212 0.45 0.209 0.239 0.012 0.491-0.087 0.629-0.289 0.141-0.198 0.138-0.454 0.251-0.665 0.072-0.156 0.217-0.274 0.383-0.317 0.258-0.067 0.544-0.047 0.775 0.092 0.228 0.132 0.383 0.359 0.487 0.596 0.147 0.322 0.156 0.689 0.107 1.034-0.092 0.61-0.337 1.185-0.616 1.731-0.445 0.855-0.994 1.651-1.572 2.421-0.56 0.746-1.147 1.471-1.737 2.194 0.007 0.012 0.021 0.036 0.028 0.048 1.903 0.006 3.807 0.001 5.711 0.002v-2.686c-0.026 0-0.052 0-0.077 0-0.204 0.457-0.41 0.912-0.612 1.37-0.273 0.018-0.548 0.003-0.822 0.008-0.759-0-1.518 0-2.277-0 0.671-0.763 1.36-1.512 2.057-2.251 0.554-0.58 1.119-1.174 1.465-1.907 0.206-0.428 0.278-0.914 0.232-1.385-0.043-0.432-0.238-0.845-0.542-1.154-0.326-0.334-0.748-0.56-1.186-0.709-0.238-0.073-0.321-0.106-0.609-0.145-0.138-0.019-0.278-0.019-0.417-0.029zM9.306 9.367l-4.090 0c0.272 0.62 0.403 1.327 0.235 1.993-0.069 0.312-0.226 0.592-0.354 0.882-1.244 2.734-2.488 5.468-3.733 8.201-0.167 0.376-0.36 0.739-0.567 1.094-0.229 0.39-0.487 0.765-0.797 1.096 1.924 0 3.847-0 5.771 0-0.244-0.562-0.439-1.159-0.451-1.776-0.012-0.448 0.098-0.906 0.353-1.278 0.122-0.187 0.285-0.342 0.437-0.503 0.837-0.874 1.675-1.748 2.512-2.622-0.907-0-1.814 0-2.72-0 0.805-1.491 1.609-2.982 2.413-4.473 1.239 2.676 2.476 5.352 3.715 8.028 0.093 0.205 0.196 0.406 0.263 0.622 0.114 0.348 0.148 0.732 0.034 1.084-0.114 0.364-0.364 0.667-0.644 0.918 2.341 0 4.682 0 7.023 0-0.349-0.357-0.669-0.745-0.931-1.17-0.245-0.385-0.423-0.806-0.616-1.218-1.251-2.697-2.503-5.394-3.753-8.091-0.341-0.89-0.286-1.888-0.010-2.787l-4.090-0z"></path> <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.211-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 0zM21.135 10.207q-0.756 0-1.414 0.28t-1.139 0.743l1.383 1.749 0.037-0.043q-0.098-0.262-0.098-0.634 0-0.591 0.292-0.999t0.865-0.408q0.494 0 0.816 0.347t0.323 1.024q0 1.176-1.002 2.824t-2.922 3.927l0.030 0.049h5.703v-2.681h-0.055l-0.622 1.359-0.037 0.012h-3.071q0.463-0.548 1.014-1.143t0.92-0.972 0.75-0.816 0.6-0.78 0.36-0.749 0.14-0.841-0.155-0.801-0.427-0.634-0.637-0.451-0.786-0.274-0.871-0.088zM27.631 10.207q-0.756 0-1.414 0.28t-1.139 0.743l1.383 1.749 0.037-0.043q-0.097-0.262-0.098-0.634 0-0.591 0.292-0.999t0.865-0.408q0.494 0 0.816 0.347t0.323 1.024q0 1.176-1.002 2.824t-2.922 3.927l0.030 0.049h5.703v-2.681h-0.055l-0.622 1.359-0.037 0.012h-3.071q0.463-0.548 1.015-1.143t0.92-0.972 0.749-0.816 0.6-0.78 0.359-0.749 0.14-0.841-0.155-0.801-0.427-0.634-0.637-0.451-0.786-0.274-0.871-0.088zM9.306 9.367l-4.090 0c0.272 0.62 0.403 1.327 0.235 1.993-0.069 0.312-0.226 0.592-0.354 0.882-1.244 2.734-2.488 5.468-3.733 8.201-0.167 0.376-0.36 0.739-0.567 1.094-0.229 0.39-0.487 0.765-0.797 1.096 1.924 0 3.847-0 5.771 0-0.244-0.562-0.439-1.159-0.451-1.776-0.012-0.448 0.098-0.906 0.353-1.278 0.122-0.187 0.285-0.342 0.437-0.503 0.837-0.874 1.675-1.748 2.512-2.622-0.907-0-1.814 0-2.72-0 0.805-1.491 1.609-2.982 2.413-4.473 1.239 2.676 2.476 5.352 3.715 8.028 0.093 0.205 0.196 0.406 0.263 0.622 0.114 0.348 0.148 0.732 0.034 1.084-0.114 0.364-0.364 0.667-0.644 0.918 2.341 0 4.682 0 7.023 0-0.349-0.357-0.669-0.745-0.931-1.17-0.245-0.385-0.423-0.806-0.616-1.218-1.251-2.697-2.503-5.394-3.753-8.091-0.341-0.89-0.286-1.888-0.010-2.787l-4.090-0z"></path>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

5
svg/ydmu.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>ydmu</title>
<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.211-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 0zM27.655 10.207q-1.426 0-2.295 1.034l0.983 1.070 0.036-0.012q0-0.583 0.273-0.998t0.8-0.415q0.449 0 0.713 0.337t0.264 1.016q0 0.499-0.165 0.935t-0.533 0.736-0.884 0.301h-0.306v0.048l0.665 0.625q0.401 0 0.695 0.156t0.455 0.433 0.234 0.61 0.072 0.736q0 0.757-0.297 1.166t-0.854 0.409q-0.587 0-0.89-0.442t-0.303-1.085l-0.036-0.012-1.055 1.304q0.905 0.908 2.355 0.908 1.378 0 2.151-0.691t0.773-1.893q0-0.866-0.509-1.391t-1.36-0.736l0-0.048q0.635-0.198 1.102-0.745t0.467-1.322q0-0.968-0.722-1.5t-1.83-0.532zM21.135 10.207q-0.756 0-1.414 0.28t-1.139 0.743l1.383 1.749 0.037-0.043q-0.098-0.262-0.098-0.634 0-0.591 0.292-0.999t0.865-0.408q0.494 0 0.816 0.347t0.323 1.024q0 1.176-1.002 2.824t-2.922 3.927l0.030 0.049h5.703v-2.681h-0.055l-0.622 1.359-0.037 0.012h-3.071q0.463-0.548 1.014-1.143t0.92-0.972 0.75-0.816 0.6-0.78 0.36-0.749 0.14-0.841-0.155-0.801-0.427-0.634-0.637-0.451-0.786-0.274-0.871-0.088zM9.306 9.367l-4.090 0c0.272 0.62 0.403 1.327 0.235 1.993-0.069 0.312-0.226 0.592-0.354 0.882-1.244 2.734-2.488 5.468-3.733 8.201-0.167 0.376-0.36 0.739-0.567 1.094-0.229 0.39-0.487 0.765-0.797 1.096 1.924 0 3.847-0 5.771 0-0.244-0.562-0.439-1.159-0.451-1.776-0.012-0.448 0.098-0.906 0.353-1.278 0.122-0.187 0.285-0.342 0.437-0.503 0.837-0.874 1.675-1.748 2.512-2.622-0.907-0-1.814 0-2.72-0 0.805-1.491 1.609-2.982 2.413-4.473 1.239 2.676 2.476 5.352 3.715 8.028 0.093 0.205 0.196 0.406 0.263 0.622 0.114 0.348 0.148 0.732 0.034 1.084-0.114 0.364-0.364 0.667-0.644 0.918 2.341 0 4.682 0 7.023 0-0.349-0.357-0.669-0.745-0.931-1.17-0.245-0.385-0.423-0.806-0.616-1.218-1.251-2.697-2.503-5.394-3.753-8.091-0.341-0.89-0.286-1.888-0.010-2.787l-4.090-0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB