Compare commits

..

10 Commits

48 changed files with 537 additions and 83 deletions

View File

@ -10,8 +10,35 @@ All notable changes to this project will be documented in this file.
* Update this changelog for better formatting * Update this changelog for better formatting
* Review DSK and FDN SVG files to make sure they're single layer, and update docs if needed * Review DSK and FDN SVG files to make sure they're single layer, and update docs if needed
## Versions ## Versions
### [3.17.0] 2025-06-08
Special thanks to @HeliumOctahelide for the PR and all of the work, thank you 🙏
#### Added
* Tarkir Dragonstorm Commander (TDC) set symbol ([#250](https://github.com/andrewgioia/keyrune/issues/250))
* Final Fantasy (FIN) set symbol ([#263](https://github.com/andrewgioia/keyrune/issues/263))
* Final Fantasy Commander (FIC) set symbol ([#263](https://github.com/andrewgioia/keyrune/issues/263))
* Final Fantasy Through the Ages (FCA) set symbol ([#263](https://github.com/andrewgioia/keyrune/issues/263))
* Edge of Eternities (EOE) set symbol ([#264](https://github.com/andrewgioia/keyrune/issues/264))
* Edge of Eternities Commander (EOC) set symbol ([#264](https://github.com/andrewgioia/keyrune/issues/264))
* Marvel Spider-Man (SPM) set symbol ([#266](https://github.com/andrewgioia/keyrune/issues/266))
* Marvel Spider-Man Scene cards (SPE) set symbol ([#266](https://github.com/andrewgioia/keyrune/issues/266))
* Marvel (MAR) set symbol ([#266](https://github.com/andrewgioia/keyrune/issues/266))
#### Changed
* Icon for Tarkir Dragonstorm (TDM) is now official, with new border glyph ([#250](https://github.com/andrewgioia/keyrune/issues/250))
#### Fixed
* Missing SVGs for NEM, J22, LTC, and CMM are now available ([#267](https://github.com/andrewgioia/keyrune/issues/267))
* All Alchemy aliases are now available ([#271](https://github.com/andrewgioia/keyrune/issues/271))
### [3.16.1] 2024-12-12 ### [3.16.1] 2024-12-12
#### Added #### Added

View File

@ -2,17 +2,15 @@
## Prerequisites ## Prerequisites
You need to have a icomoon account: https://icomoon.io/app/ The font files are generated with [IcoMoon](https://icomoon.io/app/) so please create an account there. You can import the font file itself into IcoMoon to load Keyrune and begin editing.
For future steps, i recommande to import actual set of keyrune's icons in icomoon.
![import](./contributing/images/import-icon-btn.png) ![import](./contributing/images/import-icon-btn.png)
A model asking for "The glyphs in your SVG font were loaded. After importing, a model will ask if you want to "use this font's metrics and metadata when exporting fonts?" Click "Yes" to accept.
Use this font's metrics and metadata when exporting fonts?" will appear, click on "Yes".
![modal-import](./contributing/images/import-icon-modal.png) ![modal-import](./contributing/images/import-icon-modal.png)
🎉 Success, you have now all the keyrune's icons in your icomoon project. That will be useful for the next steps when we need to generate the font. 🎉 Success! The icon font should be loaded in your IcoMoon project. That will be useful for the next steps when we need to generate the font.
## Summary ## Summary

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com", "homepage": "http://keyrune.andrewgioia.com",
"version": "3.16.1", "version": "3.17.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.16.1'); src: url('../fonts/keyrune.eot?v=3.17.0');
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'); src: url('../fonts/keyrune.eot?#iefix&v=3.17.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.0') format('woff2'), url('../fonts/keyrune.woff?v=3.17.0') format('woff'), url('../fonts/keyrune.ttf?v=3.17.0') format('truetype'), url('../fonts/keyrune.svg?v=3.17.0#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -107,6 +107,10 @@
.ss-duo.ss-dsc::after { .ss-duo.ss-dsc::after {
content: "\e9de"; content: "\e9de";
} }
.ss-duo.ss-eoc::after {
content: "\e9f7";
color: #fff !important;
}
.ss-duo.ss-j21::after { .ss-duo.ss-j21::after {
content: "\e984"; content: "\e984";
} }
@ -133,6 +137,16 @@
.ss-duo.ss-mid::after { .ss-duo.ss-mid::after {
content: "\e979"; content: "\e979";
} }
.ss-duo.ss-mar::after {
content: "\e9fa";
color: #fff !important;
}
.ss-duo.ss-ncc::before {
content: "\e98f";
}
.ss-duo.ss-ncc::after {
content: "\e990";
}
.ss-duo.ss-otc::after { .ss-duo.ss-otc::after {
content: "\e9d3"; content: "\e9d3";
color: #fff !important; color: #fff !important;
@ -140,11 +154,9 @@
.ss-duo.ss-scd::after { .ss-duo.ss-scd::after {
content: "\e9ac"; content: "\e9ac";
} }
.ss-duo.ss-ncc::before { .ss-duo.ss-spm::after {
content: "\e98f"; content: "\e9f2";
} color: #fff !important;
.ss-duo.ss-ncc::after {
content: "\e990";
} }
.ss-duo.ss-una::after { .ss-duo.ss-una::after {
content: "\e9bf"; content: "\e9bf";
@ -680,6 +692,15 @@
.ss-tdm:before { .ss-tdm:before {
content: "\e9e6"; content: "\e9e6";
} }
.ss-fin:before {
content: "\e9ed";
}
.ss-eoe:before {
content: "\e9f0";
}
.ss-spm:before {
content: "\e9f1";
}
/** /**
* Command Zone */ * Command Zone */
.ss-van:before { .ss-van:before {
@ -837,6 +858,15 @@
.ss-drc:before { .ss-drc:before {
content: "\e9e8"; content: "\e9e8";
} }
.ss-tdc:before {
content: "\e9f4";
}
.ss-fic:before {
content: "\e9f5";
}
.ss-eoc:before {
content: "\e9f6";
}
/** /**
* Reprint */ * Reprint */
.ss-chr:before { .ss-chr:before {
@ -943,6 +973,12 @@
.ss-pio:before { .ss-pio:before {
content: "\e9e7"; content: "\e9e7";
} }
.ss-fca:before {
content: "\e9f8";
}
.ss-mar:before {
content: "\e9f9";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {
@ -1173,6 +1209,9 @@
.ss-inr:before { .ss-inr:before {
content: "\e9e2"; content: "\e9e2";
} }
.ss-spe:before {
content: "\e9f3";
}
/** /**
* Promotional */ * Promotional */
.ss-pgru:before { .ss-pgru:before {
@ -1335,14 +1374,19 @@
.ss-klr:before { .ss-klr:before {
content: "\e97c"; content: "\e97c";
} }
.ss-y22:before { .ss-y22:before,
.ss-ymid:before,
.ss-yneo:before,
.ss-ysnc:before {
content: "\e989"; content: "\e989";
} }
.ss-hbg:before { .ss-hbg:before {
content: "\e9a6"; content: "\e9a6";
} }
.ss-y23:before,
.ss-ybro:before,
.ss-ydmu:before, .ss-ydmu:before,
.ss-y23:before { .ss-yone:before {
content: "\e9a7"; content: "\e9a7";
} }
.ss-sir:before { .ss-sir:before {
@ -1354,11 +1398,18 @@
.ss-ea1:before { .ss-ea1:before {
content: "\e9b4"; content: "\e9b4";
} }
.ss-y24:before { .ss-y24:before,
.ss-ylci:before,
.ss-ymkm:before,
.ss-yotj:before,
.ss-ywoe:before {
content: "\e9bd"; content: "\e9bd";
} }
.ss-y25:before, .ss-y25:before,
.ss-yblb:before { .ss-yblb:before,
.ss-ydft:before,
.ss-ydsk:before,
.ss-ytdm:before {
content: "\e9da"; content: "\e9da";
} }
/** /**
@ -1442,10 +1493,12 @@
.ss-border.ss-dmc::before, .ss-border.ss-dmc::before,
.ss-border.ss-drc::before, .ss-border.ss-drc::before,
.ss-border.ss-dsc::before, .ss-border.ss-dsc::before,
.ss-border.ss-fin::before,
.ss-border.ss-hop::before, .ss-border.ss-hop::before,
.ss-border.ss-inr::before, .ss-border.ss-inr::before,
.ss-border.ss-pc2::before, .ss-border.ss-pc2::before,
.ss-border.ss-sis::before, .ss-border.ss-sis::before,
.ss-border.ss-tdm::before,
.ss-border.ss-van::before { .ss-border.ss-van::before {
-webkit-text-stroke: 0 !important; -webkit-text-stroke: 0 !important;
} }
@ -1462,13 +1515,14 @@
.ss-border.ss-dmc:not(.ss-duo)::after, .ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after, .ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after, .ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-fin:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after, .ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after, .ss-border.ss-inr:not(.ss-duo)::after,
.ss-border.ss-pc2:not(.ss-duo)::after, .ss-border.ss-pc2:not(.ss-duo)::after,
.ss-border.ss-sis:not(.ss-duo)::after, .ss-border.ss-sis:not(.ss-duo)::after,
.ss-border.ss-tdm:not(.ss-duo)::after,
.ss-border.ss-van:not(.ss-duo)::after { .ss-border.ss-van:not(.ss-duo)::after {
color: #fff; color: #fff;
content: '';
display: block; display: block;
font-size: 1em; font-size: 1em;
height: 100%; height: 100%;
@ -1490,10 +1544,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after, .ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after, .ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after, .ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after, .ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-40k:not(.ss-duo).ss-rare::after, .ss-border.ss-40k:not(.ss-duo).ss-rare::after,
.ss-border.ss-arc:not(.ss-duo).ss-rare::after, .ss-border.ss-arc:not(.ss-duo).ss-rare::after,
@ -1508,10 +1564,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after, .ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-rare::after,
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after, .ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
.ss-border.ss-sis:not(.ss-duo).ss-rare::after, .ss-border.ss-sis:not(.ss-duo).ss-rare::after,
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
.ss-border.ss-van:not(.ss-duo).ss-rare::after, .ss-border.ss-van:not(.ss-duo).ss-rare::after,
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after, .ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after, .ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
@ -1526,10 +1584,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after, .ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after, .ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after, .ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
.ss-border.ss-van:not(.ss-duo).ss-mythic::after, .ss-border.ss-van:not(.ss-duo).ss-mythic::after,
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
@ -1544,10 +1604,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-40k:not(.ss-duo).ss-foil::after, .ss-border.ss-40k:not(.ss-duo).ss-foil::after,
.ss-border.ss-arc:not(.ss-duo).ss-foil::after, .ss-border.ss-arc:not(.ss-duo).ss-foil::after,
@ -1562,10 +1624,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after, .ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-foil::after,
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after, .ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
.ss-border.ss-sis:not(.ss-duo).ss-foil::after, .ss-border.ss-sis:not(.ss-duo).ss-foil::after,
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
.ss-border.ss-van:not(.ss-duo).ss-foil::after { .ss-border.ss-van:not(.ss-duo).ss-foil::after {
color: #000; color: #000;
} }
@ -1657,6 +1721,12 @@
content: "\e9dd"; content: "\e9dd";
color: #000; color: #000;
} }
.ss-border.ss-fin::before {
content: "\e9ee";
}
.ss-border.ss-fin::after {
content: "\e9ef";
}
.ss-border.ss-hop:after { .ss-border.ss-hop:after {
content: "\e656"; content: "\e656";
} }
@ -1672,6 +1742,9 @@
.ss-border.ss-sis::after { .ss-border.ss-sis::after {
content: "\e9b2"; content: "\e9b2";
} }
.ss-border.ss-tdm:after {
content: "\e9ec";
}
.ss-border.ss-van:after { .ss-border.ss-van:after {
content: "\e655"; content: "\e655";
} }

97
css/keyrune.min.css vendored
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.16.1'); src: url('../fonts/keyrune.eot?v=3.17.0');
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'); src: url('../fonts/keyrune.eot?#iefix&v=3.17.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.0') format('woff2'), url('../fonts/keyrune.woff?v=3.17.0') format('woff'), url('../fonts/keyrune.ttf?v=3.17.0') format('truetype'), url('../fonts/keyrune.svg?v=3.17.0#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -107,6 +107,10 @@
.ss-duo.ss-dsc::after { .ss-duo.ss-dsc::after {
content: "\e9de"; content: "\e9de";
} }
.ss-duo.ss-eoc::after {
content: "\e9f7";
color: #fff !important;
}
.ss-duo.ss-j21::after { .ss-duo.ss-j21::after {
content: "\e984"; content: "\e984";
} }
@ -133,6 +137,16 @@
.ss-duo.ss-mid::after { .ss-duo.ss-mid::after {
content: "\e979"; content: "\e979";
} }
.ss-duo.ss-mar::after {
content: "\e9fa";
color: #fff !important;
}
.ss-duo.ss-ncc::before {
content: "\e98f";
}
.ss-duo.ss-ncc::after {
content: "\e990";
}
.ss-duo.ss-otc::after { .ss-duo.ss-otc::after {
content: "\e9d3"; content: "\e9d3";
color: #fff !important; color: #fff !important;
@ -140,11 +154,9 @@
.ss-duo.ss-scd::after { .ss-duo.ss-scd::after {
content: "\e9ac"; content: "\e9ac";
} }
.ss-duo.ss-ncc::before { .ss-duo.ss-spm::after {
content: "\e98f"; content: "\e9f2";
} color: #fff !important;
.ss-duo.ss-ncc::after {
content: "\e990";
} }
.ss-duo.ss-una::after { .ss-duo.ss-una::after {
content: "\e9bf"; content: "\e9bf";
@ -680,6 +692,15 @@
.ss-tdm:before { .ss-tdm:before {
content: "\e9e6"; content: "\e9e6";
} }
.ss-fin:before {
content: "\e9ed";
}
.ss-eoe:before {
content: "\e9f0";
}
.ss-spm:before {
content: "\e9f1";
}
/** /**
* Command Zone */ * Command Zone */
.ss-van:before { .ss-van:before {
@ -837,6 +858,15 @@
.ss-drc:before { .ss-drc:before {
content: "\e9e8"; content: "\e9e8";
} }
.ss-tdc:before {
content: "\e9f4";
}
.ss-fic:before {
content: "\e9f5";
}
.ss-eoc:before {
content: "\e9f6";
}
/** /**
* Reprint */ * Reprint */
.ss-chr:before { .ss-chr:before {
@ -943,6 +973,12 @@
.ss-pio:before { .ss-pio:before {
content: "\e9e7"; content: "\e9e7";
} }
.ss-fca:before {
content: "\e9f8";
}
.ss-mar:before {
content: "\e9f9";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {
@ -1173,6 +1209,9 @@
.ss-inr:before { .ss-inr:before {
content: "\e9e2"; content: "\e9e2";
} }
.ss-spe:before {
content: "\e9f3";
}
/** /**
* Promotional */ * Promotional */
.ss-pgru:before { .ss-pgru:before {
@ -1335,14 +1374,19 @@
.ss-klr:before { .ss-klr:before {
content: "\e97c"; content: "\e97c";
} }
.ss-y22:before { .ss-y22:before,
.ss-ymid:before,
.ss-yneo:before,
.ss-ysnc:before {
content: "\e989"; content: "\e989";
} }
.ss-hbg:before { .ss-hbg:before {
content: "\e9a6"; content: "\e9a6";
} }
.ss-y23:before,
.ss-ybro:before,
.ss-ydmu:before, .ss-ydmu:before,
.ss-y23:before { .ss-yone:before {
content: "\e9a7"; content: "\e9a7";
} }
.ss-sir:before { .ss-sir:before {
@ -1354,11 +1398,18 @@
.ss-ea1:before { .ss-ea1:before {
content: "\e9b4"; content: "\e9b4";
} }
.ss-y24:before { .ss-y24:before,
.ss-ylci:before,
.ss-ymkm:before,
.ss-yotj:before,
.ss-ywoe:before {
content: "\e9bd"; content: "\e9bd";
} }
.ss-y25:before, .ss-y25:before,
.ss-yblb:before { .ss-yblb:before,
.ss-ydft:before,
.ss-ydsk:before,
.ss-ytdm:before {
content: "\e9da"; content: "\e9da";
} }
/** /**
@ -1442,10 +1493,12 @@
.ss-border.ss-dmc::before, .ss-border.ss-dmc::before,
.ss-border.ss-drc::before, .ss-border.ss-drc::before,
.ss-border.ss-dsc::before, .ss-border.ss-dsc::before,
.ss-border.ss-fin::before,
.ss-border.ss-hop::before, .ss-border.ss-hop::before,
.ss-border.ss-inr::before, .ss-border.ss-inr::before,
.ss-border.ss-pc2::before, .ss-border.ss-pc2::before,
.ss-border.ss-sis::before, .ss-border.ss-sis::before,
.ss-border.ss-tdm::before,
.ss-border.ss-van::before { .ss-border.ss-van::before {
-webkit-text-stroke: 0 !important; -webkit-text-stroke: 0 !important;
} }
@ -1462,13 +1515,14 @@
.ss-border.ss-dmc:not(.ss-duo)::after, .ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after, .ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after, .ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-fin:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after, .ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after, .ss-border.ss-inr:not(.ss-duo)::after,
.ss-border.ss-pc2:not(.ss-duo)::after, .ss-border.ss-pc2:not(.ss-duo)::after,
.ss-border.ss-sis:not(.ss-duo)::after, .ss-border.ss-sis:not(.ss-duo)::after,
.ss-border.ss-tdm:not(.ss-duo)::after,
.ss-border.ss-van:not(.ss-duo)::after { .ss-border.ss-van:not(.ss-duo)::after {
color: #fff; color: #fff;
content: '';
display: block; display: block;
font-size: 1em; font-size: 1em;
height: 100%; height: 100%;
@ -1490,10 +1544,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after, .ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after, .ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after, .ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after, .ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-40k:not(.ss-duo).ss-rare::after, .ss-border.ss-40k:not(.ss-duo).ss-rare::after,
.ss-border.ss-arc:not(.ss-duo).ss-rare::after, .ss-border.ss-arc:not(.ss-duo).ss-rare::after,
@ -1508,10 +1564,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after, .ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-rare::after,
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after, .ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
.ss-border.ss-sis:not(.ss-duo).ss-rare::after, .ss-border.ss-sis:not(.ss-duo).ss-rare::after,
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
.ss-border.ss-van:not(.ss-duo).ss-rare::after, .ss-border.ss-van:not(.ss-duo).ss-rare::after,
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after, .ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after, .ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
@ -1526,10 +1584,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after, .ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after, .ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after, .ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
.ss-border.ss-van:not(.ss-duo).ss-mythic::after, .ss-border.ss-van:not(.ss-duo).ss-mythic::after,
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
@ -1544,10 +1604,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-40k:not(.ss-duo).ss-foil::after, .ss-border.ss-40k:not(.ss-duo).ss-foil::after,
.ss-border.ss-arc:not(.ss-duo).ss-foil::after, .ss-border.ss-arc:not(.ss-duo).ss-foil::after,
@ -1562,10 +1624,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after, .ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-foil::after,
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after, .ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
.ss-border.ss-sis:not(.ss-duo).ss-foil::after, .ss-border.ss-sis:not(.ss-duo).ss-foil::after,
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
.ss-border.ss-van:not(.ss-duo).ss-foil::after { .ss-border.ss-van:not(.ss-duo).ss-foil::after {
color: #000; color: #000;
} }
@ -1657,6 +1721,12 @@
content: "\e9dd"; content: "\e9dd";
color: #000; color: #000;
} }
.ss-border.ss-fin::before {
content: "\e9ee";
}
.ss-border.ss-fin::after {
content: "\e9ef";
}
.ss-border.ss-hop:after { .ss-border.ss-hop:after {
content: "\e656"; content: "\e656";
} }
@ -1672,6 +1742,9 @@
.ss-border.ss-sis::after { .ss-border.ss-sis::after {
content: "\e9b2"; content: "\e9b2";
} }
.ss-border.ss-tdm:after {
content: "\e9ec";
}
.ss-border.ss-van:after { .ss-border.ss-van:after {
content: "\e655"; content: "\e655";
} }

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.16.1'); src: url('../fonts/keyrune.eot?v=3.17.0');
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'); src: url('../fonts/keyrune.eot?#iefix&v=3.17.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.0') format('woff2'), url('../fonts/keyrune.woff?v=3.17.0') format('woff'), url('../fonts/keyrune.ttf?v=3.17.0') format('truetype'), url('../fonts/keyrune.svg?v=3.17.0#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -107,6 +107,10 @@
.ss-duo.ss-dsc::after { .ss-duo.ss-dsc::after {
content: "\e9de"; content: "\e9de";
} }
.ss-duo.ss-eoc::after {
content: "\e9f7";
color: #fff !important;
}
.ss-duo.ss-j21::after { .ss-duo.ss-j21::after {
content: "\e984"; content: "\e984";
} }
@ -133,6 +137,16 @@
.ss-duo.ss-mid::after { .ss-duo.ss-mid::after {
content: "\e979"; content: "\e979";
} }
.ss-duo.ss-mar::after {
content: "\e9fa";
color: #fff !important;
}
.ss-duo.ss-ncc::before {
content: "\e98f";
}
.ss-duo.ss-ncc::after {
content: "\e990";
}
.ss-duo.ss-otc::after { .ss-duo.ss-otc::after {
content: "\e9d3"; content: "\e9d3";
color: #fff !important; color: #fff !important;
@ -140,11 +154,9 @@
.ss-duo.ss-scd::after { .ss-duo.ss-scd::after {
content: "\e9ac"; content: "\e9ac";
} }
.ss-duo.ss-ncc::before { .ss-duo.ss-spm::after {
content: "\e98f"; content: "\e9f2";
} color: #fff !important;
.ss-duo.ss-ncc::after {
content: "\e990";
} }
.ss-duo.ss-una::after { .ss-duo.ss-una::after {
content: "\e9bf"; content: "\e9bf";
@ -680,6 +692,15 @@
.ss-tdm:before { .ss-tdm:before {
content: "\e9e6"; content: "\e9e6";
} }
.ss-fin:before {
content: "\e9ed";
}
.ss-eoe:before {
content: "\e9f0";
}
.ss-spm:before {
content: "\e9f1";
}
/** /**
* Command Zone */ * Command Zone */
.ss-van:before { .ss-van:before {
@ -837,6 +858,15 @@
.ss-drc:before { .ss-drc:before {
content: "\e9e8"; content: "\e9e8";
} }
.ss-tdc:before {
content: "\e9f4";
}
.ss-fic:before {
content: "\e9f5";
}
.ss-eoc:before {
content: "\e9f6";
}
/** /**
* Reprint */ * Reprint */
.ss-chr:before { .ss-chr:before {
@ -943,6 +973,12 @@
.ss-pio:before { .ss-pio:before {
content: "\e9e7"; content: "\e9e7";
} }
.ss-fca:before {
content: "\e9f8";
}
.ss-mar:before {
content: "\e9f9";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {
@ -1173,6 +1209,9 @@
.ss-inr:before { .ss-inr:before {
content: "\e9e2"; content: "\e9e2";
} }
.ss-spe:before {
content: "\e9f3";
}
/** /**
* Promotional */ * Promotional */
.ss-pgru:before { .ss-pgru:before {
@ -1335,14 +1374,19 @@
.ss-klr:before { .ss-klr:before {
content: "\e97c"; content: "\e97c";
} }
.ss-y22:before { .ss-y22:before,
.ss-ymid:before,
.ss-yneo:before,
.ss-ysnc:before {
content: "\e989"; content: "\e989";
} }
.ss-hbg:before { .ss-hbg:before {
content: "\e9a6"; content: "\e9a6";
} }
.ss-y23:before,
.ss-ybro:before,
.ss-ydmu:before, .ss-ydmu:before,
.ss-y23:before { .ss-yone:before {
content: "\e9a7"; content: "\e9a7";
} }
.ss-sir:before { .ss-sir:before {
@ -1354,11 +1398,18 @@
.ss-ea1:before { .ss-ea1:before {
content: "\e9b4"; content: "\e9b4";
} }
.ss-y24:before { .ss-y24:before,
.ss-ylci:before,
.ss-ymkm:before,
.ss-yotj:before,
.ss-ywoe:before {
content: "\e9bd"; content: "\e9bd";
} }
.ss-y25:before, .ss-y25:before,
.ss-yblb:before { .ss-yblb:before,
.ss-ydft:before,
.ss-ydsk:before,
.ss-ytdm:before {
content: "\e9da"; content: "\e9da";
} }
/** /**
@ -1442,10 +1493,12 @@
.ss-border.ss-dmc::before, .ss-border.ss-dmc::before,
.ss-border.ss-drc::before, .ss-border.ss-drc::before,
.ss-border.ss-dsc::before, .ss-border.ss-dsc::before,
.ss-border.ss-fin::before,
.ss-border.ss-hop::before, .ss-border.ss-hop::before,
.ss-border.ss-inr::before, .ss-border.ss-inr::before,
.ss-border.ss-pc2::before, .ss-border.ss-pc2::before,
.ss-border.ss-sis::before, .ss-border.ss-sis::before,
.ss-border.ss-tdm::before,
.ss-border.ss-van::before { .ss-border.ss-van::before {
-webkit-text-stroke: 0 !important; -webkit-text-stroke: 0 !important;
} }
@ -1462,13 +1515,14 @@
.ss-border.ss-dmc:not(.ss-duo)::after, .ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after, .ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after, .ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-fin:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after, .ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after, .ss-border.ss-inr:not(.ss-duo)::after,
.ss-border.ss-pc2:not(.ss-duo)::after, .ss-border.ss-pc2:not(.ss-duo)::after,
.ss-border.ss-sis:not(.ss-duo)::after, .ss-border.ss-sis:not(.ss-duo)::after,
.ss-border.ss-tdm:not(.ss-duo)::after,
.ss-border.ss-van:not(.ss-duo)::after { .ss-border.ss-van:not(.ss-duo)::after {
color: #fff; color: #fff;
content: '';
display: block; display: block;
font-size: 1em; font-size: 1em;
height: 100%; height: 100%;
@ -1490,10 +1544,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after, .ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after, .ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after, .ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after, .ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-40k:not(.ss-duo).ss-rare::after, .ss-border.ss-40k:not(.ss-duo).ss-rare::after,
.ss-border.ss-arc:not(.ss-duo).ss-rare::after, .ss-border.ss-arc:not(.ss-duo).ss-rare::after,
@ -1508,10 +1564,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after, .ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-rare::after,
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after, .ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
.ss-border.ss-sis:not(.ss-duo).ss-rare::after, .ss-border.ss-sis:not(.ss-duo).ss-rare::after,
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
.ss-border.ss-van:not(.ss-duo).ss-rare::after, .ss-border.ss-van:not(.ss-duo).ss-rare::after,
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after, .ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after, .ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
@ -1526,10 +1584,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after, .ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after, .ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after, .ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
.ss-border.ss-van:not(.ss-duo).ss-mythic::after, .ss-border.ss-van:not(.ss-duo).ss-mythic::after,
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
@ -1544,10 +1604,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after, .ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-40k:not(.ss-duo).ss-foil::after, .ss-border.ss-40k:not(.ss-duo).ss-foil::after,
.ss-border.ss-arc:not(.ss-duo).ss-foil::after, .ss-border.ss-arc:not(.ss-duo).ss-foil::after,
@ -1562,10 +1624,12 @@
.ss-border.ss-dmc: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-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after, .ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop: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, .ss-border.ss-inr:not(.ss-duo).ss-foil::after,
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after, .ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
.ss-border.ss-sis:not(.ss-duo).ss-foil::after, .ss-border.ss-sis:not(.ss-duo).ss-foil::after,
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
.ss-border.ss-van:not(.ss-duo).ss-foil::after { .ss-border.ss-van:not(.ss-duo).ss-foil::after {
color: #000; color: #000;
} }
@ -1657,6 +1721,12 @@
content: "\e9dd"; content: "\e9dd";
color: #000; color: #000;
} }
.ss-border.ss-fin::before {
content: "\e9ee";
}
.ss-border.ss-fin::after {
content: "\e9ef";
}
.ss-border.ss-hop:after { .ss-border.ss-hop:after {
content: "\e656"; content: "\e656";
} }
@ -1672,6 +1742,9 @@
.ss-border.ss-sis::after { .ss-border.ss-sis::after {
content: "\e9b2"; content: "\e9b2";
} }
.ss-border.ss-tdm:after {
content: "\e9ec";
}
.ss-border.ss-van:after { .ss-border.ss-van:after {
content: "\e655"; content: "\e655";
} }

View File

@ -171,6 +171,8 @@
<span class="utf"><i>&#xe95e;</i> ss-eld <code>&amp;#xe95e;</code></span> <span class="utf"><i>&#xe95e;</i> ss-eld <code>&amp;#xe95e;</code></span>
<span class="utf"><i>&#xe903;</i> ss-ema <code>&amp;#xe903;</code></span> <span class="utf"><i>&#xe903;</i> ss-ema <code>&amp;#xe903;</code></span>
<span class="utf"><i>&#xe90b;</i> ss-emn <code>&amp;#xe90b;</code></span> <span class="utf"><i>&#xe90b;</i> ss-emn <code>&amp;#xe90b;</code></span>
<span class="utf"><i>&#xe9f6;</i> ss-eoc <code>&amp;#xe9f6;</code></span>
<span class="utf"><i>&#xe9f0;</i> ss-eoe <code>&amp;#xe9f0;</code></span>
<span class="utf"><i>&#xe640;</i> ss-eve <code>&amp;#xe640;</code></span> <span class="utf"><i>&#xe640;</i> ss-eve <code>&amp;#xe640;</code></span>
<span class="utf"><i>&#xe669;</i> ss-evg <code>&amp;#xe669;</code></span> <span class="utf"><i>&#xe669;</i> ss-evg <code>&amp;#xe669;</code></span>
<span class="utf"><i>&#xe621;</i> ss-exo <code>&amp;#xe621;</code></span> <span class="utf"><i>&#xe621;</i> ss-exo <code>&amp;#xe621;</code></span>
@ -178,6 +180,8 @@
<span class="utf"><i>&#xe617;</i> ss-fem <code>&amp;#xe617;</code></span> <span class="utf"><i>&#xe617;</i> ss-fem <code>&amp;#xe617;</code></span>
<span class="utf"><i>&#xe9e4;</i> ss-fdc <code>&amp;#xe9e4;</code></span> <span class="utf"><i>&#xe9e4;</i> ss-fdc <code>&amp;#xe9e4;</code></span>
<span class="utf"><i>&#xe9d8;</i> ss-fdn <code>&amp;#xe9d8;</code></span> <span class="utf"><i>&#xe9d8;</i> ss-fdn <code>&amp;#xe9d8;</code></span>
<span class="utf"><i>&#xe9f5;</i> ss-fic <code>&amp;#xe9f5;</code></span>
<span class="utf"><i>&#xe9ed;</i> ss-fin <code>&amp;#xe9ed;</code></span>
<span class="utf"><i>&#xe654;</i> ss-frf <code>&amp;#xe654;</code></span> <span class="utf"><i>&#xe654;</i> ss-frf <code>&amp;#xe654;</code></span>
<span class="utf"><i>&#xe63c;</i> ss-fut <code>&amp;#xe63c;</code></span> <span class="utf"><i>&#xe63c;</i> ss-fut <code>&amp;#xe63c;</code></span>
<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>
@ -316,7 +320,9 @@
<span class="utf"><i>&#xe902;</i> ss-soi <code>&amp;#xe902;</code></span> <span class="utf"><i>&#xe902;</i> ss-soi <code>&amp;#xe902;</code></span>
<span class="utf"><i>&#xe636;</i> ss-sok <code>&amp;#xe636;</code></span> <span class="utf"><i>&#xe636;</i> ss-sok <code>&amp;#xe636;</code></span>
<span class="utf"><i>&#xe647;</i> ss-som <code>&amp;#xe647;</code></span> <span class="utf"><i>&#xe647;</i> ss-som <code>&amp;#xe647;</code></span>
<span class="utf"><i>&#xe9f3;</i> ss-spe <code>&amp;#xe9f3;</code></span>
<span class="utf"><i>&#xe9c8;</i> ss-spg <code>&amp;#xe9c8;</code></span> <span class="utf"><i>&#xe9c8;</i> ss-spg <code>&amp;#xe9c8;</code></span>
<span class="utf"><i>&#xe9f1;</i> ss-spm <code>&amp;#xe9f1;</code></span>
<span class="utf"><i>&#xe944;</i> ss-ss1 <code>&amp;#xe944;</code></span> <span class="utf"><i>&#xe944;</i> ss-ss1 <code>&amp;#xe944;</code></span>
<span class="utf"><i>&#xe95c;</i> ss-ss2 <code>&amp;#xe95c;</code></span> <span class="utf"><i>&#xe95c;</i> ss-ss2 <code>&amp;#xe95c;</code></span>
<span class="utf"><i>&#xe96d;</i> ss-ss3 <code>&amp;#xe96d;</code></span> <span class="utf"><i>&#xe96d;</i> ss-ss3 <code>&amp;#xe96d;</code></span>
@ -324,6 +330,7 @@
<span class="utf"><i>&#xe620;</i> ss-sth <code>&amp;#xe620;</code></span> <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>&#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>&#xe91c;</i> ss-td2 <code>&amp;#xe91c;</code></span>
<span class="utf"><i>&#xe9f4;</i> ss-tdc <code>&amp;#xe9f4;</code></span>
<span class="utf"><i>&#xe9e6;</i> ss-tdm <code>&amp;#xe9e6;</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>&#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>&#xe650;</i> ss-ths <code>&amp;#xe650;</code></span>
@ -452,6 +459,9 @@
<span class="utf"><i>&#xe9eb;</i> drc inner <code>&amp;#xe997;</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>&#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>&#xe9de;</i> dsc inner <code>&amp;#xe9de;</code></span>
<span class="utf"><i>&#xe9f7;</i> eoc inner <code>&amp;#xe9f7;</code></span>
<span class="utf"><i>&#xe9ef;</i> fin border <code>&amp;#xe9ef;</code></span>
<span class="utf"><i>&#xe9ee;</i> fin rarity <code>&amp;#xe9ee;</code></span>
<span class="utf"><i>&#xe9e3;</i> inr border <code>&amp;#xe9e3;</code></span> <span class="utf"><i>&#xe9e3;</i> inr border <code>&amp;#xe9e3;</code></span>
<span class="utf"><i>&#xe984;</i> j21 border <code>&amp;#xe984;</code></span> <span class="utf"><i>&#xe984;</i> j21 border <code>&amp;#xe984;</code></span>
<span class="utf"><i>&#xe9c5;</i> khc rarity <code>&amp;#xe9c5;</code></span> <span class="utf"><i>&#xe9c5;</i> khc rarity <code>&amp;#xe9c5;</code></span>
@ -463,6 +473,7 @@
<span class="utf"><i>&#xe9d3;</i> otc inner <code>&amp;#xe9d3;</code></span> <span class="utf"><i>&#xe9d3;</i> otc inner <code>&amp;#xe9d3;</code></span>
<span class="utf"><i>&#xe9ab;</i> scd rarity <code>&amp;#xe9ab;</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>&#xe9ac;</i> scd inner <code>&amp;#xe9ac;</code></span>
<span class="utf"><i>&#xe9f2;</i> spm inner <code>&amp;#xe9f2;</code></span>
<span class="utf"><i>&#xe9bf;</i> una inner <code>&amp;#xe9bf;</code></span> <span class="utf"><i>&#xe9bf;</i> una inner <code>&amp;#xe9bf;</code></span>
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View File

@ -67,7 +67,7 @@
<span class="each"><i class="ss ss-sth ss-6x"></i> ss-6x</span> <span class="each"><i class="ss ss-sth ss-6x"></i> ss-6x</span>
</div> </div>
<div class="explanation"> <div class="explanation">
<p>To conveniently increase the size of a set symbol you can append the classes <code>ss-2x</code>, <code>ss-3x</code>, <code>ss-4x</code>, <code>ss-4x</code>, and <code>ss-6x</code>. These classes increase the size by a factor equal to class name number.</p> <p>To conveniently increase the size of a set symbol you can append the classes <code>ss-2x</code>, <code>ss-3x</code>, <code>ss-4x</code>, <code>ss-5x</code>, and <code>ss-6x</code>. These classes increase the size by a factor equal to class name number.</p>
<blockquote> <blockquote>
&lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-sth ss-2x"</span>&gt;&lt;/<span class="e">i</span>&gt; ss-2x<br /> &lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-sth ss-2x"</span>&gt;&lt;/<span class="e">i</span>&gt; ss-2x<br />
&lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-sth ss-3x"</span>&gt;&lt;/<span class="e">i</span>&gt; ss-3x<br /> &lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-sth ss-3x"</span>&gt;&lt;/<span class="e">i</span>&gt; ss-3x<br />

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 983 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

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 359 Magic set symbol font icons</h2> <h2 class="sub">Complete 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 359 set and expansion symbols below, for all sets and special edition products up to <strong>Wilds of Eldraine</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 set and expansion symbols below, for all sets and special edition products up to <strong>Edge of Eternities</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>.
@ -458,12 +458,21 @@
<div class="icon" id="dsk" name="Duskmourn: House of Horror" data-name="Duskmourn" data-class="dsk" data-unicode="e9d7" data-added="v3.15.0"> <div class="icon" id="dsk" name="Duskmourn: House of Horror" data-name="Duskmourn" data-class="dsk" data-unicode="e9d7" data-added="v3.15.0">
<span class="name"><i class="ss ss-dsk"></i> Duskmourn: House of Horror<em>(dsk)</em></span> <span class="name"><i class="ss ss-dsk"></i> Duskmourn: House of Horror<em>(dsk)</em></span>
</div> </div>
<div class="icon" id="dft" name="Aetherdrift" data-name="Aetherdrift" data-class="dft" data-unicode="e9e0" data-added="v3.16.0" data-duo="true"> <div class="icon" id="dft" name="Aetherdrift" data-name="Aetherdrift" data-class="dft" data-unicode="e9e0" data-added="v3.16.0" data-duo="false">
<span class="name"><i class="ss ss-dft ss-common"></i> Aetherdrift <em>(dft)</em></span> <span class="name"><i class="ss ss-dft"></i> Aetherdrift <em>(dft)</em></span>
</div> </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"> <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> <span class="name"><i class="ss ss-tdm"></i> Tarkir: Dragonstorm <em>(tdm)</em></span>
</div> </div>
<div class="icon" id="fin" name="Final Fantasy" data-name="Final Fantasy" data-class="fin" data-unicode="e9ed" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-fin"></i> Final Fantasy <em>(fin)</em></span>
</div>
<div class="icon" id="eoe" name="Edge of Eternities" data-name="Edge of Eternities" data-class="eoe" data-unicode="e9ee" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-eoe"></i> Edge of Eternities <em>(eoe)</em></span>
</div>
<div class="icon" id="spm" name="Marvel Spider-Man" data-name="Marvel Spider-Man" data-class="spm" data-unicode="e9f1" data-added="v3.17.0" data-duo="true">
<span class="name"><i class="ss ss-spm ss-common"></i> Marvel Spider-Man <em>(spm)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -625,6 +634,15 @@
<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"> <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> <span class="name"><i class="ss ss-drc ss-common"></i> Aetherdrift Commander <em>(drc)</em></span>
</div> </div>
<div class="icon" id="tdc" name="Tarkir: Dragonstorm Commander" data-name="Tarkir: Dragonstorm Commander" data-class="tdc" data-unicode="e9f4" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-tdc"></i> Tarkir: Dragonstorm Commander <em>(tdc)</em></span>
</div>
<div class="icon" id="fic" name="Final Fantasy Commander" data-name="Final Fantasy Commander" data-class="fic" data-unicode="e9f5" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-fic"></i> Final Fantasy Commander <em>(fic)</em></span>
</div>
<div class="icon" id="eoc" name="Edge of Eternities Commander" data-name="Edge of Eternities Commander" data-class="eoc" data-unicode="e9f6" data-added="v3.17.0" data-duo="true">
<span class="name"><i class="ss ss-eoc ss-common"></i> Edge of Eternities Commander <em>(eoc)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -726,6 +744,12 @@
<div class="icon" id="pio" name="Pioneer Masters" data-name="Pioneer Masters" data-class="pio" data-unicode="e9e7" data-added="v3.16.1"> <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> <span class="name"><i class="ss ss-pio"></i> Pioneer Masters <em>(pio)</em></span>
</div> </div>
<div class="icon" id="fca" name="Final Fantasy: Through the Ages" data-name="Final Fantasy: Through the Ages" data-class="fca" data-unicode="e9f8" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-fca"></i> FF: Through the Ages <em>(fca)</em></span>
</div>
<div class="icon" id="mar" name="Marvel (TBD)" data-name="Marvel (TBD)" data-class="mar" data-unicode="e9f9" data-added="v3.17.0" data-duo="true">
<span class="name"><i class="ss ss-mar ss-common"></i> Marvel (TBD) <em>(mar)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -991,6 +1015,9 @@
<div class="icon" id="inr" name="Innistrad Remastered" data-name="Innistrad Remastered" data-class="inr" data-unicode="e9e2" data-added="v3.16.0" data-duo="true"> <div class="icon" id="inr" name="Innistrad Remastered" data-name="Innistrad Remastered" data-class="inr" data-unicode="e9e2" data-added="v3.16.0" data-duo="true">
<span class="name"><i class="ss ss-inr ss-common"></i> Innistrad Remastered <em>(inr)</em></span> <span class="name"><i class="ss ss-inr ss-common"></i> Innistrad Remastered <em>(inr)</em></span>
</div> </div>
<div class="icon" id="spe" name="Marvel Spider-Man Scene" data-name="Marvel Spider-Man Scene" data-class="spe" data-unicode="e9f3" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-spe"></i> Marvel Spider-Man Scene <em>(spe)</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.16.1 includes all sets to Aetherdrift. Current version 3.17.0 includes all sets to Edge of Eternities.
</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: 983 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -35,10 +35,12 @@
&.@{ss-prefix}-dmc, &.@{ss-prefix}-dmc,
&.@{ss-prefix}-drc, &.@{ss-prefix}-drc,
&.@{ss-prefix}-dsc, &.@{ss-prefix}-dsc,
&.@{ss-prefix}-fin,
&.@{ss-prefix}-hop, &.@{ss-prefix}-hop,
&.@{ss-prefix}-inr, &.@{ss-prefix}-inr,
&.@{ss-prefix}-pc2, &.@{ss-prefix}-pc2,
&.@{ss-prefix}-sis, &.@{ss-prefix}-sis,
&.@{ss-prefix}-tdm,
&.@{ss-prefix}-van { &.@{ss-prefix}-van {
&::before { &::before {
-webkit-text-stroke: 0 !important; -webkit-text-stroke: 0 !important;
@ -47,7 +49,6 @@
&:not(.ss-duo) { &:not(.ss-duo) {
&::after { &::after {
color: #fff; color: #fff;
content: '';
display: block; display: block;
font-size: 1em; font-size: 1em;
height: 100%; height: 100%;
@ -153,6 +154,14 @@
color: #000; color: #000;
} }
} }
&.@{ss-prefix}-fin { // fin needs a new rarity for the border glyph
&::before {
content: "\e9ee"; // rarity
}
&::after {
content: "\e9ef"; // border
}
}
&.@{ss-prefix}-hop:after { content: "\e656"; } // Planechase 2009 &.@{ss-prefix}-hop:after { content: "\e656"; } // Planechase 2009
&.@{ss-prefix}-inr:after { content: "\e9e3"; } // Innistrad Remastered &.@{ss-prefix}-inr:after { content: "\e9e3"; } // Innistrad Remastered
&.@{ss-prefix}-pc2:after { content: "\e659"; } // Planechase 2012 &.@{ss-prefix}-pc2:after { content: "\e659"; } // Planechase 2012
@ -164,5 +173,6 @@
content: "\e9b2"; content: "\e9b2";
} }
} }
&.@{ss-prefix}-tdm:after { content: "\e9ec"; } // Tarkir Dragonstorm
&.@{ss-prefix}-van:after { content: "\e655"; } // Vanguard &.@{ss-prefix}-van:after { content: "\e655"; } // Vanguard
} }

View File

@ -95,6 +95,12 @@
content: "\e9de"; content: "\e9de";
} }
// Edge of Eternities Commander
&.@{ss-prefix}-eoc::after {
content: "\e9f7";
color: #fff !important;
}
// Jumpstart: Historic Horizons // Jumpstart: Historic Horizons
&.@{ss-prefix}-j21::after { &.@{ss-prefix}-j21::after {
content: "\e984"; content: "\e984";
@ -138,17 +144,12 @@
content: "\e979"; content: "\e979";
} }
// Outlaws of Thunder Junction Commander // Marvel
&.@{ss-prefix}-otc::after { &.@{ss-prefix}-mar::after {
content: "\e9d3"; content: "\e9fa";
color: #fff !important; color: #fff !important;
} }
// Starter Commander Decks
&.@{ss-prefix}-scd::after {
content: "\e9ac";
}
// Streets of New Capenna: Commander // Streets of New Capenna: Commander
// uses 2 separate glyphs to construct this // uses 2 separate glyphs to construct this
&.@{ss-prefix}-ncc { &.@{ss-prefix}-ncc {
@ -160,12 +161,30 @@
} }
} }
// Outlaws of Thunder Junction Commander
&.@{ss-prefix}-otc::after {
content: "\e9d3";
color: #fff !important;
}
// Starter Commander Decks
&.@{ss-prefix}-scd::after {
content: "\e9ac";
}
// Marvel Spider-Man
&.@{ss-prefix}-spm::after {
content: "\e9f2";
color: #fff !important;
}
// Unfinity Acorns // Unfinity Acorns
&.@{ss-prefix}-una::after { &.@{ss-prefix}-una::after {
content: "\e9bf"; content: "\e9bf";
color: #fff !important; color: #fff !important;
} }
//
// rarity border colors // rarity border colors
&.@{ss-prefix}-common:after { &.@{ss-prefix}-common:after {
color: #fff; color: #fff;

View File

@ -181,7 +181,10 @@
.@{ss-prefix}-dsk:before { content: "\e9d7"; } // Duskmourn: House of Horror .@{ss-prefix}-dsk:before { content: "\e9d7"; } // Duskmourn: House of Horror
/* 2025 Sets */ /* 2025 Sets */
.@{ss-prefix}-dft:before { content: "\e9e0"; } // Aetherdrift .@{ss-prefix}-dft:before { content: "\e9e0"; } // Aetherdrift
.@{ss-prefix}-tdm:before { content: "\e9e6"; } // Tarkir: Dragonstorm .@{ss-prefix}-tdm:before { content: "\e9e6"; } // Tarkir: Dragonstorm (updated 3.17.0)
.@{ss-prefix}-fin:before { content: "\e9ed"; } // Final Fantasy
.@{ss-prefix}-eoe:before { content: "\e9f0"; } // Edge of Eternities
.@{ss-prefix}-spm:before { content: "\e9f1"; } // Marvel Spider-Man
/** /**
* Command Zone */ * Command Zone */
@ -239,6 +242,9 @@
.@{ss-prefix}-dsc:before { content: "\e9dc"; } // Duskmourn Commander .@{ss-prefix}-dsc:before { content: "\e9dc"; } // Duskmourn Commander
.@{ss-prefix}-fdc:before { content: "\e9e4"; } // Foundations Commander .@{ss-prefix}-fdc:before { content: "\e9e4"; } // Foundations Commander
.@{ss-prefix}-drc:before { content: "\e9e8"; } // Aetherdrift Commander .@{ss-prefix}-drc:before { content: "\e9e8"; } // Aetherdrift Commander
.@{ss-prefix}-tdc:before { content: "\e9f4"; } // Tarkir Dragonstorm Commander
.@{ss-prefix}-fic:before { content: "\e9f5"; } // Final Fantasy Commander
.@{ss-prefix}-eoc:before { content: "\e9f6"; } // Edge of Eternities Commander
/** /**
* Reprint */ * Reprint */
@ -279,6 +285,8 @@
.@{ss-prefix}-j25a:before { content: "\e9db"; } // Jumpstart 2025 .@{ss-prefix}-j25a:before { content: "\e9db"; } // Jumpstart 2025
.@{ss-prefix}-j25:before { content: "\e9df"; } // Jumpstart 2025 (using this alternate with border) .@{ss-prefix}-j25:before { content: "\e9df"; } // Jumpstart 2025 (using this alternate with border)
.@{ss-prefix}-pio:before { content: "\e9e7"; } // Pioneer Masters .@{ss-prefix}-pio:before { content: "\e9e7"; } // Pioneer Masters
.@{ss-prefix}-fca:before { content: "\e9f8"; } // Final Fantasy Through the Ages
.@{ss-prefix}-mar:before { content: "\e9f9"; } // Marvel TBD
/** /**
* Beginner */ * Beginner */
@ -383,6 +391,7 @@
.@{ss-prefix}-acr:before { content: "\e9ce"; } // Universes Beyond: Assassin's Creed .@{ss-prefix}-acr:before { content: "\e9ce"; } // Universes Beyond: Assassin's Creed
.@{ss-prefix}-mh3:before { content: "\e9cf"; } // Modern Horizons 3 .@{ss-prefix}-mh3:before { content: "\e9cf"; } // Modern Horizons 3
.@{ss-prefix}-inr:before { content: "\e9e2"; } // Innistrad Remastered .@{ss-prefix}-inr:before { content: "\e9e2"; } // Innistrad Remastered
.@{ss-prefix}-spe:before { content: "\e9f3"; } // Marvel Spider-Man Scene
/** /**
* Promotional */ * Promotional */
@ -451,16 +460,28 @@
.@{ss-prefix}-ha1:before { content: "\e96b"; } // Historic Anthology 1 .@{ss-prefix}-ha1:before { content: "\e96b"; } // Historic Anthology 1
.@{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,
.@{ss-prefix}-ymid:before,
.@{ss-prefix}-yneo:before,
.@{ss-prefix}-ysnc:before, { content: "\e989"; } // Alchemy 2022
.@{ss-prefix}-hbg:before { content: "\e9a6"; } // Alchemy Horizons: Baldur's Gate .@{ss-prefix}-hbg:before { content: "\e9a6"; } // Alchemy Horizons: Baldur's Gate
.@{ss-prefix}-y23:before,
.@{ss-prefix}-ybro:before,
.@{ss-prefix}-ydmu:before, .@{ss-prefix}-ydmu:before,
.@{ss-prefix}-y23:before{ content: "\e9a7"; } // Alchemy: Dominaria .@{ss-prefix}-yone:before { content: "\e9a7"; } // Alchemy: Dominaria
.@{ss-prefix}-sir:before { content: "\e9b1"; } // Shadows Over Innistrad .@{ss-prefix}-sir:before { content: "\e9b1"; } // Shadows Over Innistrad
.@{ss-prefix}-sis:before { content: "\e9b2"; } // Shadows of the Past .@{ss-prefix}-sis:before { content: "\e9b2"; } // Shadows of the Past
.@{ss-prefix}-ea1:before { content: "\e9b4"; } // Explorer Anthology 1 .@{ss-prefix}-ea1:before { content: "\e9b4"; } // Explorer Anthology 1
.@{ss-prefix}-y24:before { content: "\e9bd"; } // Alchemy 2024 .@{ss-prefix}-y24:before,
.@{ss-prefix}-ylci:before,
.@{ss-prefix}-ymkm:before,
.@{ss-prefix}-yotj:before,
.@{ss-prefix}-ywoe:before { content: "\e9bd"; } // Alchemy 2024
.@{ss-prefix}-y25:before, .@{ss-prefix}-y25:before,
.@{ss-prefix}-yblb:before { content: "\e9da"; } // Alchemy 2025 .@{ss-prefix}-yblb:before,
.@{ss-prefix}-ydft:before,
.@{ss-prefix}-ydsk:before,
.@{ss-prefix}-ytdm:before { content: "\e9da"; } // Alchemy 2025
/** /**
* Un-serious */ * Un-serious */

View File

@ -1,8 +1,6 @@
/** /**
* Rarity colors */ * Rarity colors */
.@{ss-prefix}-common { .@{ss-prefix}-common {
color: #1A1718; color: #1A1718;
} }

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"description": "Keyrune", "description": "Keyrune",
"version": "3.16.1", "version": "3.17.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.16.1' !default; $keyrune_version: '3.17.0' !default;
$keyrune_font_path: '../fonts' !default; $keyrune_font_path: '../fonts' !default;
// font specific // font specific
@ -40,17 +40,24 @@ $keyrune_sizes: (
$border-corrections: ( $border-corrections: (
("Vanguard", "van", "\e655"), ("Vanguard", "van", "\e655"),
("Archenemy", "arc", "\e657"), ("Archenemy", "arc", "\e657"),
("Commander", "cmd", "\e658"),
("Commander's Arsenal", "cm1", "\e65a"),
("Commander 2013", "c13", "\e65b"), ("Commander 2013", "c13", "\e65b"),
("Commander 2014", "c14", "\e65d"), ("Commander 2014", "c14", "\e65d"),
("Commander 2015", "c15", "\e900"), ("Commander 2015", "c15", "\e900"),
("Planechase 2009", "hop", "\e656"), ("Commander 2016", "c16", "\e9e5"),
("Planechase 2012", "pc2", "\e659"), ("Commander's Arsenal", "cm1", "\e65a"),
("Commander", "cmd", "\e658"),
("Conspiracy", "cns", "\e65c"), ("Conspiracy", "cns", "\e65c"),
("Shadows of the Past", "sis", "\e9b2"), ("Aetherdrift", "dft", "\e9e0"),
("Dominaria United Commander", "dmc", "\e996"),
("Aetherdrift Commander", "drc", "\e9ea"),
("Duskmourn Commander", "dsc", "\e9dd"),
("Final Fantasy", "fin", "\e9ef"),
("Planechase 2009", "hop", "\e656"),
("Innistrad Remastered", "inr", "\e9e3"), ("Innistrad Remastered", "inr", "\e9e3"),
("Aetherdrift Commander", "drc", "\e9ea") ("Planechase 2012", "pc2", "\e659"),
("Shadows of the Past", "sis", "\e9b2"),
("Tarkir Dragonstorm", "tdm", "\e9ec"),
("Vanguard", "van", "\e655")
) !default; ) !default;
// dual-layered symbols (work in progress) // dual-layered symbols (work in progress)
@ -68,10 +75,12 @@ $dual-layered: (
'khc': '\e9c6', 'khc': '\e9c6',
'ltc': '\e9b8', 'ltc': '\e9b8',
'm3c': '\e9d1', 'm3c': '\e9d1',
'mar': '\e9fa',
'mid': '\e979', 'mid': '\e979',
'otc': '\e9d3', 'otc': '\e9d3',
'ncc': '\e990', 'ncc': '\e990',
'scd': '\e9ac', 'scd': '\e9ac',
'spm': '\e9f2',
'una': '\e9bf' 'una': '\e9bf'
) !default; ) !default;
@ -254,6 +263,9 @@ $keyrune_sets: (
// 2025 sets // 2025 sets
("Aetherdrift", "dft", "\e9e0"), ("Aetherdrift", "dft", "\e9e0"),
("Tarkir: Dragonstorm", "tdm", "\e9e6"), ("Tarkir: Dragonstorm", "tdm", "\e9e6"),
("Final Fantasy", "fin", "\e9ed"),
("Edge of Eternities", "eoe", "\e9f0"),
("Marvel Spider-Man", "spm", "\e9f1"),
// Command zone // Command zone
("Vanguard", "van", "\e655"), ("Vanguard", "van", "\e655"),
("Planechase 2009", "hop", "\e656"), ("Planechase 2009", "hop", "\e656"),
@ -308,6 +320,9 @@ $keyrune_sets: (
("Duskmourn Commander", "dsc", "\e9dc"), ("Duskmourn Commander", "dsc", "\e9dc"),
("Foundations Commander", "fdc", "\e9e4"), ("Foundations Commander", "fdc", "\e9e4"),
("Aetherdrift Commander", "drc", "\e9e8"), ("Aetherdrift Commander", "drc", "\e9e8"),
("Tarkir Dragonstorm Commander", "tdc", "\e9f4"),
("Final Fantasy Commander", "fic", "\e9f5"),
("Edge of Eternities Commander", "eoc", "\e9f6"),
// //
// Reprint sets // Reprint sets
("Chronicles", "chr", "\e65e"), ("Chronicles", "chr", "\e65e"),
@ -345,6 +360,8 @@ $keyrune_sets: (
("Jumpstart 2025 (Alternate)", "j25a", "\e9db"), ("Jumpstart 2025 (Alternate)", "j25a", "\e9db"),
("Jumpstart 2025", "j25", "\e9df"), ("Jumpstart 2025", "j25", "\e9df"),
("Pioneer Masters", "pio", "\e9e7"), ("Pioneer Masters", "pio", "\e9e7"),
("Final Fantasy: Through the Ages", "fca", "\e9f8"),
("Marvel (TBD)", "mar", "\e9f6"),
// //
// Beginner // Beginner
("Portal", "por", "\e664"), ("Portal", "por", "\e664"),
@ -433,6 +450,7 @@ $keyrune_sets: (
("Universes Beyond: Assassin's Creed", "acr", "\e9ce"), ("Universes Beyond: Assassin's Creed", "acr", "\e9ce"),
("Modern Horizons 3", "mh3", "\e9cf"), ("Modern Horizons 3", "mh3", "\e9cf"),
("Innistrad Remastered", "inr", "\e9e2"), ("Innistrad Remastered", "inr", "\e9e2"),
("Marvel Spider-Man Scene", "spe", "\e9f3"),
// //
// Promos // Promos
("Guru", "pgru", "\e683"), ("Guru", "pgru", "\e683"),

4
svg/cmm.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="M4.704 3.437c1.634-0.604 3.267-1.214 4.901-1.819 0.455 1.241 1.369 2.295 2.511 2.955 1.846 1.072 4.173 1.228 6.172 0.5 1.174-0.427 2.237-1.197 2.943-2.235 0.261-0.379 0.47-0.792 0.635-1.221 1.632 0.607 3.265 1.215 4.898 1.82 0.002 2.166 0.001 4.332 0.001 6.498-2.377 1.575-4.754 3.151-7.131 4.727 0-0.683-0-1.366 0-2.049-1.298-1.313-2.6-2.622-3.901-3.933-1.303 1.308-2.603 2.621-3.903 3.932 0.001 0.703 0 1.407 0 2.111-2.373-1.598-4.749-3.192-7.123-4.788 0.003-2.166-0.006-4.332-0.005-6.499zM0 7.795c1.522 2.914 2.397 6.159 2.567 9.441 1.182 0.434 2.362 0.874 3.542 1.312 0-2.286 0-4.571 0-6.857-0.692-0.465-1.384-0.929-2.076-1.394 0.002-1.335-0-2.669 0.001-4.004-1.344 0.503-2.69 0.999-4.034 1.501zM27.436 6.296c0 1.336 0.001 2.671 0 4.007-0.691 0.454-1.378 0.913-2.069 1.366-0.002 2.292 0 4.583-0.001 6.875 1.179-0.436 2.356-0.875 3.534-1.312 0.166-3.281 1.044-6.526 2.567-9.438-1.343-0.502-2.687-0.999-4.030-1.499zM6.78 12.142c-0.002 3.071-0.008 6.142-0.002 9.213 2.985 3.009 5.97 6.018 8.955 9.027 2.986-3.008 5.97-6.018 8.955-9.026 0.006-3.080 0-6.161 0.004-9.241-1.685 1.119-3.37 2.236-5.057 3.354-0.001 1.86-0.001 3.719 0 5.579-1.298 1.314-2.602 2.621-3.903 3.932-1.293-1.302-2.586-2.602-3.878-3.906-0.041-0.033-0.020-0.091-0.026-0.135 0.002-1.801 0-3.602 0.001-5.403-1.684-1.131-3.366-2.264-5.050-3.394z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

4
svg/eoc-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="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M12.364 9.753c1.078-0.646 2.332-0.996 3.589-0.995 1.443-0.010 2.881 0.446 4.060 1.276 1.192 0.831 2.12 2.031 2.629 3.391 0.284 0.753 0.44 1.553 0.465 2.357-2.294 0.459-4.586 0.921-6.88 1.38-0.091 0.014-0.182 0.052-0.275 0.033-2.372-0.478-4.745-0.951-7.116-1.431 0.035-1.044 0.293-2.083 0.761-3.018 0.612-1.234 1.582-2.288 2.766-2.993zM9.919 19.851c2.027 0.686 4.052 1.374 6.078 2.063 2.003-0.683 4.008-1.36 6.011-2.042-0.797 1.305-2.033 2.333-3.454 2.894-1.489 0.596-3.184 0.654-4.71 0.162-1.621-0.512-3.034-1.631-3.924-3.077z"></path>
</svg>

After

Width:  |  Height:  |  Size: 695 B

4
svg/eoc.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="M12.165 6.463c1.278-0.715 2.554-1.432 3.833-2.146 1.991 1.116 3.984 2.231 5.975 3.348 0.054 0.049 0.116-0.002 0.17-0.022 1.696-0.788 3.395-1.571 5.093-2.356 0.621-0.291 1.25-0.567 1.866-0.867-0.005 2.075 0.002 4.151-0.004 6.226-1.262 0.283-2.36 1.168-2.946 2.316-0.379 0.725-0.581 1.531-0.664 2.341-0.597 0.124-1.195 0.242-1.792 0.362-0.066-1.477-0.547-2.934-1.39-4.149-0.877-1.274-2.138-2.282-3.582-2.839-1.835-0.719-3.952-0.681-5.76 0.105-1.251 0.537-2.351 1.415-3.162 2.507-0.938 1.255-1.483 2.795-1.551 4.361-0.582-0.112-1.162-0.234-1.744-0.351-0.119-1.179-0.506-2.369-1.301-3.268-0.604-0.683-1.421-1.184-2.312-1.385-0.005-2.075 0.001-4.151-0.003-6.226 2.349 1.103 4.714 2.173 7.063 3.275 0.744-0.398 1.473-0.823 2.212-1.231zM0 15.528c1.77-0.518 3.548-1.007 5.315-1.532 0.064 0.113 0.088 0.243 0.124 0.366 0.119 0.451 0.192 0.914 0.214 1.379 3.437 0.679 6.871 1.374 10.307 2.059 0.047 0.006 0.093 0.003 0.14-0.007 3.412-0.687 6.824-1.37 10.237-2.051 0.030-0.592 0.137-1.181 0.323-1.744 1.577 0.449 3.152 0.904 4.728 1.357 0.204 0.055 0.404 0.128 0.612 0.17-0.77 0.245-1.529 0.525-2.296 0.78-3.691 1.265-7.386 2.517-11.081 3.772-0.876 0.294-1.748 0.601-2.626 0.886-1.579-0.522-3.15-1.067-4.726-1.599-3.759-1.276-7.516-2.555-11.271-3.838zM6.286 18.628c0.939 0.296 1.869 0.626 2.802 0.942 0.632 1.266 1.618 2.353 2.817 3.106 1.264 0.799 2.765 1.219 4.261 1.176 1.581-0.036 3.141-0.59 4.402-1.543 0.688-0.517 1.289-1.15 1.772-1.863 0.195-0.275 0.347-0.579 0.52-0.866 0.799-0.276 1.602-0.542 2.402-0.814 0.148-0.047 0.292-0.11 0.446-0.139 0.243 0.801 0.637 1.55 1.118 2.232-3.609 2.276-7.218 4.551-10.829 6.823-3.612-2.269-7.217-4.55-10.828-6.82 0.474-0.687 0.874-1.434 1.117-2.236z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

4
svg/eoe.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="M9.232 8.29c1.398-1.496 3.082-2.699 4.86-3.702-0.393 0.701-0.618 1.561-0.341 2.343 0.407-0.082 0.805-0.2 1.214-0.275 1.814-0.353 3.724-0.255 5.474 0.354 0.802 0.278 1.568 0.66 2.273 1.134 1.307 0.871 2.322 2.092 3.518 3.098-0.147-0.569-0.398-1.109-0.727-1.596 2.166-0.159 4.363-0.114 6.497 0.317-0.302 0.626-0.715 1.191-1.157 1.725-0.935 1.112-2.032 2.077-3.183 2.96-2.278 1.733-4.777 3.153-7.337 4.422-1.416 0.698-2.856 1.347-4.313 1.955-1.672 0.696-3.37 1.332-5.098 1.873-1.715 0.536-3.462 0.98-5.238 1.254-0.854 0.129-1.715 0.22-2.579 0.244-1.038 0.022-2.092-0.024-3.095-0.316 0.716-1.203 1.585-2.308 2.519-3.348 0.498-0.551 1.017-1.083 1.558-1.592 0.055 0.579 0.18 1.153 0.39 1.697 0.278-1.801 0.367-3.635 0.831-5.404 0.677-2.665 2.056-5.141 3.935-7.145zM14.026 9.111c-1.288 0.283-2.493 0.938-3.426 1.871-0.907 0.9-1.555 2.053-1.863 3.293-0.424 1.674-0.198 3.5 0.625 5.018-0.643 0.22-1.283 0.448-1.931 0.65 0.527-0.081 1.046-0.208 1.566-0.323 5.345-1.252 10.429-3.613 14.826-6.901-0.569 0.313-1.135 0.632-1.707 0.94-0.556-1.641-1.755-3.050-3.282-3.867-1.454-0.79-3.193-1.042-4.809-0.681zM21.663 19.314c1.355-0.707 2.693-1.448 3.983-2.268-0.407 1.454-1.013 2.853-1.811 4.134-0.779 1.257-1.738 2.401-2.829 3.397-1.225 1.124-2.613 2.061-4.082 2.835 0.291-0.532 0.519-1.124 0.506-1.739 0-0.242-0.092-0.469-0.152-0.699-1.543 0.5-3.193 0.74-4.809 0.513-1.207-0.162-2.373-0.581-3.422-1.196 1.611-0.42 3.193-0.942 4.756-1.515 1.339 0.335 2.775 0.274 4.074-0.199 1.321-0.473 2.49-1.356 3.305-2.498 0.179-0.243 0.329-0.505 0.481-0.764z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

4
svg/fic.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="24" height="32" viewBox="0 0 24 32">
<path fill="#444" d="M8.135 2.856c0.784-0.166 1.553-0.423 2.257-0.811 0.136 0.852 0.163 1.762-0.203 2.564 0.204-0.189 0.373-0.414 0.506-0.658 0.040-0.084 0.128-0.125 0.2-0.176 0.438-0.289 0.978-0.413 1.498-0.353 0.342 0.034 0.673 0.146 0.982 0.296 0.774 0.352 1.747 0.328 2.444-0.188 0.254 0.771 0.121 1.61-0.148 2.359-0.971-0.121-1.959 0.093-2.843 0.495 0.605-0.171 1.236-0.285 1.866-0.223 0.927 0.074 1.846 0.456 2.494 1.136-0.513 0.645-0.67 1.503-1.224 2.119-0.242 0.281-0.577 0.452-0.902 0.616-0.481 0.227-1.019 0.377-1.554 0.311-0.351-0.041-0.685-0.204-0.93-0.46 0.074 0.262 0.232 0.501 0.457 0.657 0.196 0.141 0.43 0.219 0.666 0.265 0.029 0.664-0.113 1.327-0.36 1.941-0.276 0.685-0.668 1.326-1.164 1.874 0.876 0.809 1.75 1.62 2.626 2.428 0.165-0.718 0.327-1.439 0.569-2.136 0.423-1.24 1.042-2.437 1.954-3.39 0.855-0.903 1.981-1.547 3.197-1.812 0.928-0.203 1.904-0.22 2.831-0.008-0.188 0.353-0.47 0.644-0.771 0.902 0.061 0.459-0.017 0.921-0.062 1.377-1.173 0.213-2.269 0.762-3.192 1.509-0.283 0.227-0.55 0.476-0.79 0.75 0.419-0.363 0.867-0.698 1.358-0.96 0.687-0.37 1.43-0.641 2.198-0.777 0.627-0.109 1.284-0.122 1.896 0.069 0.036 0.122-0.045 0.234-0.108 0.332-0.211 0.28-0.505 0.482-0.801 0.663 0.003 0.267 0.091 0.528 0.063 0.796-0.040 0.462-0.217 0.899-0.43 1.307-0.644-0.096-1.305-0.092-1.941 0.053-0.661 0.147-1.293 0.431-1.835 0.838 1.249-0.715 2.822-0.819 4.155-0.282 0.299 0.119 0.58 0.278 0.845 0.461-0.249 0.291-0.587 0.486-0.924 0.657-0.025 0.101-0.046 0.203-0.061 0.307-0.184 1.172-0.838 2.254-1.772 2.981-0.956 0.756-2.167 1.151-3.378 1.194-0.189 0.006-0.378 0.008-0.567 0.013-0.004 0.26 0.019 0.523-0.029 0.78-0.091 0.543-0.381 1.035-0.749 1.436-0.323 0.351-0.711 0.641-1.139 0.851-0.411-0.325-0.822-0.65-1.233-0.974-0.977 0.285-1.951 0.579-2.93 0.858-0.313-0.406-0.747-0.695-1.19-0.944-0.712 0.177-1.485 0.173-2.173-0.101-0.31-0.12-0.592-0.303-0.847-0.514-0.335-0.292-0.468-0.737-0.765-1.060-0.317-0.255-0.624-0.521-0.931-0.788 0.251-0.344 0.455-0.718 0.672-1.083-0.488-0.235-0.929-0.568-1.277-0.984 0.912-0.433 1.762-1.076 2.262-1.97 0.293-0.517 0.454-1.104 0.486-1.697-0.449 0.103-0.893 0.255-1.357 0.267-0.758 0.037-1.499-0.196-2.178-0.514-0.324-0.147-0.648-0.314-1.006-0.358-0.468-0.056-0.937 0.044-1.38 0.188-0.135 0.039-0.264 0.098-0.404 0.122-0.203-0.004-0.416-0.075-0.551-0.234-0.256-0.282-0.383-0.655-0.451-1.023-0.099-0.558-0.088-1.139 0.047-1.691 0.171-0.667 0.656-1.213 1.228-1.576 0.385-0.246 0.811-0.427 1.254-0.538-0.035-0.43-0.089-0.861-0.067-1.294 0.034-1.149 0.431-2.313 1.223-3.162 0.576-0.628 1.354-1.059 2.184-1.244 0.233-0.055 0.471-0.083 0.708-0.113 0.004-0.302-0.007-0.619 0.127-0.899 0.077-0.198 0.214-0.372 0.396-0.485 0.29-0.185 0.637-0.239 0.97-0.298zM4.785 8.654c-0.291 0.203-0.472 0.526-0.589 0.855-0.156 0.451-0.213 0.931-0.215 1.407-0.014 0.463 0.046 0.933 0.207 1.369 0.099 0.259 0.245 0.52 0.491 0.666 0.263 0.157 0.628 0.102 0.836-0.121 0.214-0.222 0.302-0.532 0.352-0.828 0.073-0.478 0.045-0.97-0.059-1.441-0.075-0.312-0.185-0.63-0.403-0.873-0.14-0.158-0.346-0.254-0.559-0.249 0.095-0.218 0.261-0.436 0.509-0.48 0.308-0.046 0.638 0.071 0.841 0.309 0.25 0.288 0.358 0.668 0.419 1.037 0.086 0.573 0.060 1.158-0.038 1.728-0.065 0.373-0.169 0.742-0.335 1.083 0.337-0.498 0.519-1.086 0.613-1.675 0.107-0.732 0.080-1.503-0.195-2.197-0.166-0.422-0.592-0.69-1.026-0.767-0.292-0.062-0.605 0.006-0.848 0.178zM13.683 25.069c0.069-0.020 0.139-0.040 0.208-0.062 0.273 0.213 0.543 0.43 0.815 0.644-0.161 0.96-0.322 1.92-0.482 2.88 0.301 0.474 0.601 0.949 0.9 1.424-2.422 0-4.845 0-7.267 0 0.148-0.625 0.409-1.247 0.879-1.699 0.38-0.374 0.895-0.589 1.42-0.66 0.687-0.094 1.387 0.009 2.048 0.204 0.307 0.088 0.595 0.227 0.891 0.346 0.276-1.010 0.417-2.048 0.589-3.078z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

4
svg/fin-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="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M22.554 4.027c0.606-0.596 1.208-1.194 1.814-1.79 0.13 0.105 0.24 0.23 0.361 0.344 2.405 2.374 4.815 4.744 7.217 7.121v12.596c-2.383 2.357-4.772 4.707-7.158 7.062-0.143 0.132-0.269 0.285-0.425 0.402-0.602-0.598-1.207-1.192-1.811-1.788-5.764-0.004-11.528-0.001-17.292-0.002-0.996-0.001-1.994-0.276-2.834-0.815-1.097-0.693-1.922-1.812-2.231-3.075-0.071-0.252-0.092-0.514-0.142-0.77v-14.74l0.027 0.027c0.11-1.188 0.688-2.319 1.553-3.136 0.864-0.829 2.026-1.34 3.221-1.415 0.406-0.038 0.816-0.011 1.223-0.019 5.492-0.001 10.984 0.003 16.476-0.002zM17.948 10.182c-0.001 3.878 0.002 7.756-0.001 11.634 1.872 1.859 3.756 3.707 5.634 5.561 0.248 0.234 0.477 0.49 0.736 0.712 1.536-1.823 3.088-3.633 4.625-5.455 0.030-0.114 0.002-0.24 0.012-0.359-0.001-3.745-0.003-7.489-0.005-11.234 0-0.060 0.008-0.122-0.011-0.18-0.963 0.432-1.925 0.867-2.887 1.301-0-0.679-0.033-1.357-0.033-2.036 0.5 0.002 1 0.003 1.5-0.001 0.224-0.041 0.45 0.012 0.674-0.016 0.557-0.001 1.114 0.001 1.671-0.004 0.118 0.475 0.228 0.956 0.334 1.435l0.020 0.029c0.043 0.29 0.129 0.572 0.19 0.859 0.129 0.566 0.264 1.131 0.391 1.697-0.008-1.308-0.005-2.616-0.005-3.923-1.085-1.098-2.201-2.165-3.292-3.257-1.035-1.035-2.094-2.046-3.122-3.088-2.148 2.104-4.289 4.215-6.43 6.326zM24.202 5.459c0.018-0.013 0.053-0.039 0.071-0.052-0.003 1.336-0.002 2.672-0.004 4.008-1.255-0.004-2.51-0.002-3.764-0.006 1.23-1.319 2.468-2.63 3.698-3.95zM25.282 5.51c0.017 0.010 0.051 0.028 0.068 0.038 0.925 0.919 1.845 1.842 2.78 2.75 0.366 0.361 0.731 0.724 1.095 1.088l0.021 0.038c-0.544-0.004-1.088-0.005-1.632-0.002-0.72-1.196-1.433-2.396-2.15-3.593-0.060-0.106-0.132-0.206-0.181-0.318zM20.375 10.13c1.045-0.001 2.090-0.001 3.136-0.002 0.253 0.007 0.508-0.014 0.759 0.010-0.015 3.689-0.002 7.378-0.012 11.066-0.606-2.485-1.212-4.969-1.814-7.455-0.694 0.362-1.378 0.741-2.069 1.108 0.002-1.576 0.001-3.151-0-4.727zM20.287 22.506c1.325 0.001 2.65-0.001 3.975 0.001 0 1.35 0.001 2.699-0.001 4.049-1.222-1.234-2.439-2.474-3.658-3.711-0.103-0.115-0.229-0.211-0.316-0.339zM5.192 5.171c-0.901 0.005-1.796 0.322-2.498 0.888-0.808 0.642-1.355 1.609-1.466 2.637-0.036 0.284-0.025 0.571-0.027 0.857 0.002 4.464 0.002 8.929 0.007 13.393 0.049 0.162-0.003 0.337 0.055 0.496 0.109 0.849 0.538 1.65 1.157 2.239 0.737 0.734 1.775 1.136 2.81 1.142 5.386 0.005 10.773 0.005 16.159 0.008-0.058-0.091-0.145-0.155-0.218-0.232-1.456-1.437-2.915-2.871-4.37-4.309 0.002-4.192 0.001-8.385-0-12.577 1.528-1.513 3.066-3.018 4.587-4.538-5.399-0.002-10.797-0.005-16.196-0.003zM10.055 7.016c1.872 0.010 3.744 0.003 5.615 0.003 0.004 2.062-0.002 4.124 0.002 6.186-0.165 0.008-0.331 0.013-0.495-0.003-0.075-0.752-0.198-1.499-0.366-2.235-0.16-0.67-0.355-1.341-0.684-1.949-0.182-0.323-0.412-0.646-0.757-0.81-0.217-0.108-0.464-0.077-0.697-0.074 0.002 2.078-0.002 4.156 0.002 6.234 0.218-0.001 0.417-0.125 0.553-0.29 0.203-0.244 0.322-0.546 0.406-0.848 0.145-0.527 0.187-1.076 0.192-1.621 0.161 0 0.321 0.001 0.482-0 0.005 2.496-0 4.992 0.003 7.488-0.162 0.004-0.324 0.003-0.486 0.001-0.007-0.48-0.060-0.96-0.144-1.432-0.079-0.414-0.178-0.831-0.38-1.204-0.129-0.237-0.339-0.484-0.633-0.481 0.001 2.582 0.001 5.163 0.003 7.745-0.002 0.308 0.088 0.632 0.312 0.853 0.095 0.098 0.223 0.164 0.36 0.176 0.001 0.115 0.005 0.23-0.003 0.345-1.005-0.003-2.009 0-3.014-0.001-0.087-0.002-0.175 0.008-0.261-0.009 0.007-0.117 0.005-0.235 0.003-0.352 0.201-0.028 0.395-0.129 0.512-0.299 0.148-0.206 0.177-0.468 0.176-0.714-0-5.257 0.001-10.513 0-15.77 0.004-0.365-0.371-0.617-0.71-0.61 0-0.11-0.010-0.221 0.007-0.33zM3.267 7.020c1.875 0 3.749 0 5.623 0.001 0.001 2.063 0.001 4.127 0 6.19-0.162 0-0.324 0.002-0.487-0.001-0.12-1.051-0.291-2.102-0.609-3.114-0.148-0.459-0.325-0.915-0.593-1.319-0.17-0.249-0.385-0.487-0.674-0.596-0.2-0.079-0.419-0.047-0.629-0.049 0 2.078-0.002 4.156 0.001 6.234 0.202-0.004 0.388-0.11 0.519-0.259 0.214-0.235 0.334-0.538 0.424-0.838 0.152-0.539 0.2-1.101 0.202-1.659 0.163 0 0.327-0.010 0.49 0.005-0.006 2.495-0 4.99 0.001 7.485-0.163 0.001-0.327-0-0.49 0.002-0.013-0.53-0.069-1.060-0.173-1.579-0.079-0.378-0.18-0.759-0.372-1.098-0.127-0.223-0.332-0.444-0.608-0.444 0.002 2.63-0.006 5.26 0.014 7.887 0.016 0.279 0.131 0.561 0.344 0.746 0.091 0.079 0.206 0.132 0.327 0.134-0.003 0.117 0.007 0.235-0.006 0.352-1.092 0.023-2.186 0.011-3.279 0.021-0.009-0.13-0.002-0.26-0.007-0.389 0.195-0.028 0.383-0.117 0.501-0.28 0.131-0.177 0.18-0.402 0.183-0.619 0.004-5.293 0.006-10.586 0.008-15.879 0.002-0.363-0.372-0.612-0.709-0.607-0.009-0.109-0.003-0.218-0.004-0.326z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

4
svg/fin-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="M17.948 10.182c2.141-2.111 4.282-4.222 6.43-6.326 1.028 1.042 2.087 2.053 3.122 3.088 1.091 1.092 2.207 2.158 3.292 3.257-0.001 1.308-0.003 2.616 0.005 3.923-0.127-0.566-0.261-1.131-0.391-1.697-0.061-0.287-0.147-0.569-0.19-0.859l-0.020-0.029c-0.106-0.479-0.215-0.96-0.334-1.435-0.557 0.005-1.114 0.004-1.671 0.004-0.224 0.028-0.45-0.025-0.674 0.016-0.5 0.005-1 0.003-1.5 0.001 0 0.679 0.033 1.357 0.033 2.036 0.962-0.434 1.924-0.869 2.887-1.301 0.019 0.058 0.011 0.12 0.011 0.18 0.002 3.745 0.005 7.489 0.005 11.234-0.009 0.118 0.019 0.244-0.012 0.359-1.537 1.822-3.089 3.632-4.625 5.455-0.259-0.221-0.488-0.478-0.736-0.712-1.878-1.854-3.761-3.702-5.634-5.561 0.003-3.878 0-7.756 0.001-11.634zM24.202 5.459c-1.23 1.319-2.467 2.631-3.698 3.95 1.255 0.004 2.51 0.002 3.764 0.006 0.002-1.336 0.001-2.672 0.004-4.008-0.018 0.013-0.053 0.039-0.071 0.052zM25.282 5.51c0.049 0.112 0.121 0.212 0.181 0.318 0.717 1.197 1.43 2.397 2.15 3.593 0.544-0.002 1.088-0.001 1.632 0.002l-0.021-0.038c-0.364-0.364-0.729-0.726-1.095-1.088-0.936-0.908-1.855-1.832-2.78-2.75-0.017-0.009-0.051-0.028-0.068-0.038zM20.375 10.13c0.002 1.576 0.003 3.151 0 4.727 0.691-0.367 1.375-0.746 2.069-1.108 0.602 2.486 1.208 4.97 1.814 7.455 0.010-3.688-0.002-7.377 0.012-11.066-0.252-0.024-0.507-0.003-0.759-0.010-1.045 0.001-2.091 0-3.136 0.002zM20.287 22.506c0.087 0.128 0.213 0.224 0.316 0.339 1.219 1.237 2.436 2.477 3.658 3.711 0.003-1.35 0.001-2.699 0.001-4.049-1.325-0.002-2.65 0-3.975-0.001zM5.192 5.171c5.399-0.001 10.797 0.001 16.196 0.003-1.521 1.52-3.059 3.025-4.587 4.538 0.002 4.192 0.002 8.385 0 12.577 1.455 1.438 2.914 2.873 4.37 4.309 0.073 0.077 0.16 0.141 0.218 0.232-5.386-0.003-10.773-0.003-16.159-0.008-1.035-0.006-2.073-0.408-2.81-1.142-0.619-0.589-1.047-1.39-1.157-2.239-0.058-0.159-0.006-0.334-0.055-0.496-0.006-4.464-0.005-8.929-0.007-13.393 0.002-0.286-0.010-0.573 0.027-0.857 0.111-1.028 0.657-1.995 1.466-2.637 0.702-0.566 1.597-0.882 2.498-0.888zM10.055 7.016c-0.017 0.109-0.006 0.22-0.007 0.33 0.339-0.007 0.714 0.245 0.71 0.61 0.001 5.257-0 10.513 0 15.77 0 0.246-0.028 0.508-0.176 0.714-0.117 0.17-0.311 0.271-0.512 0.299 0.002 0.117 0.004 0.234-0.003 0.352 0.086 0.017 0.174 0.007 0.261 0.009 1.004 0.001 2.009-0.002 3.014 0.001 0.008-0.115 0.004-0.23 0.003-0.345-0.137-0.012-0.264-0.078-0.36-0.176-0.224-0.221-0.314-0.545-0.312-0.853-0.002-2.582-0.002-5.163-0.003-7.745 0.294-0.003 0.504 0.244 0.633 0.481 0.202 0.373 0.3 0.791 0.38 1.204 0.084 0.472 0.136 0.952 0.144 1.432 0.162 0.002 0.324 0.003 0.486-0.001-0.004-2.496 0.002-4.992-0.003-7.488-0.161 0.001-0.321 0.001-0.482 0-0.005 0.545-0.047 1.094-0.192 1.621-0.084 0.303-0.203 0.604-0.406 0.848-0.136 0.164-0.335 0.289-0.553 0.29-0.004-2.078 0-4.156-0.002-6.234 0.233-0.002 0.48-0.034 0.697 0.074 0.344 0.163 0.575 0.487 0.757 0.81 0.329 0.608 0.524 1.279 0.684 1.949 0.169 0.736 0.292 1.483 0.366 2.235 0.164 0.016 0.331 0.011 0.495 0.003-0.005-2.062 0.001-4.124-0.002-6.186-1.872 0-3.744 0.007-5.615-0.003zM3.267 7.020c0.001 0.109-0.005 0.218 0.004 0.326 0.337-0.006 0.711 0.243 0.709 0.607-0.001 5.293-0.004 10.586-0.008 15.879-0.003 0.217-0.052 0.442-0.183 0.619-0.118 0.163-0.306 0.252-0.501 0.28 0.005 0.129-0.001 0.259 0.007 0.389 1.093-0.010 2.187 0.002 3.279-0.021 0.013-0.117 0.003-0.235 0.006-0.352-0.122-0.002-0.237-0.055-0.327-0.134-0.214-0.185-0.329-0.468-0.344-0.746-0.020-2.628-0.012-5.257-0.014-7.887 0.276 0 0.482 0.221 0.608 0.444 0.192 0.338 0.294 0.719 0.372 1.098 0.105 0.52 0.16 1.049 0.173 1.579 0.163-0.002 0.327-0 0.49-0.002-0.001-2.495-0.006-4.99-0.001-7.485-0.163-0.015-0.327-0.005-0.49-0.005-0.002 0.558-0.050 1.121-0.202 1.659-0.090 0.3-0.21 0.603-0.424 0.838-0.131 0.149-0.318 0.255-0.519 0.259-0.003-2.078-0.001-4.156-0.001-6.234 0.21 0.001 0.429-0.030 0.629 0.049 0.288 0.109 0.504 0.347 0.674 0.596 0.268 0.403 0.444 0.86 0.593 1.319 0.318 1.011 0.489 2.062 0.609 3.114 0.162 0.002 0.324 0.001 0.487 0.001 0-2.063 0-4.127-0-6.19-1.875-0.001-3.749-0.001-5.623-0.001z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

4
svg/fin.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="M21.986 4.028c0.597-0.612 1.215-1.204 1.819-1.809 2.463 2.427 4.922 4.858 7.386 7.283 0.064 0.081 0.19 0.137 0.186 0.253 0.002 4.116-0.001 8.233 0.001 12.349-0.006 0.088 0.022 0.194-0.051 0.261-1.128 1.107-2.255 2.216-3.377 3.329-1.147 1.12-2.278 2.256-3.426 3.375-0.241 0.236-0.479 0.474-0.719 0.712-0.603-0.606-1.223-1.196-1.82-1.808-0.38-0.383-0.768-0.757-1.148-1.139-5.174-0.002-10.348-0-15.522-0.001-0.443-0.004-0.889 0.020-1.328-0.056-1.169-0.183-2.234-0.915-2.826-1.938-0.378-0.628-0.548-1.365-0.541-2.094 0.001-4.531 0.001-9.062 0-13.594 0.012-0.511 0.095-1.025 0.296-1.498 0.396-0.969 1.19-1.766 2.156-2.169 0.495-0.208 1.032-0.316 1.568-0.318 5.399-0.002 10.797 0.002 16.196-0.002 0.38-0.382 0.769-0.755 1.148-1.138zM20.364 7.234c-0.988 0.987-1.992 1.957-2.981 2.942-0 3.883-0.003 7.766 0.001 11.65 0.663 0.66 1.332 1.313 1.999 1.969 1.448 1.439 2.91 2.865 4.358 4.304 1.548-1.829 3.106-3.649 4.651-5.481-0.006-3.922 0.001-7.844-0.003-11.767-0.245 0.094-0.478 0.214-0.719 0.317-0.726 0.331-1.455 0.658-2.18 0.99-0.005-0.304-0.005-0.608-0.007-0.911-0.032-0.373-0.017-0.749-0.029-1.123 1.285 0.004 2.572-0.007 3.857 0.006 0.026 0.221 0.095 0.434 0.141 0.651 0.037 0.153 0.069 0.308 0.109 0.461 0.007 0.038 0.015 0.077 0.023 0.116 0.040 0.152 0.075 0.306 0.108 0.46 0.039 0.153 0.074 0.307 0.107 0.461 0.038 0.153 0.075 0.306 0.107 0.46 0.038 0.153 0.075 0.306 0.107 0.461 0.051 0.202 0.097 0.404 0.143 0.607 0.017 0.061 0.026 0.124 0.032 0.187l0.056 0.010c-0.012-1.273 0-2.547-0.006-3.821-1.212-1.205-2.436-2.397-3.648-3.602-0.926-0.916-1.861-1.823-2.781-2.744-1.146 1.135-2.294 2.267-3.444 3.398zM19.932 9.403c1.255-1.333 2.508-2.668 3.762-4.002-0.001 1.334 0 2.669-0.001 4.003-1.253-0-2.507 0.001-3.761-0.001zM27.044 9.404c-0.776-1.317-1.568-2.624-2.352-3.937 1.325 1.312 2.65 2.625 3.978 3.936-0.542 0.003-1.084 0.001-1.626 0.001zM19.809 10.121c1.295 0.002 2.589 0.001 3.884 0.001-0 3.652 0.001 7.304-0.001 10.956-0.006 0.033-0.017 0.098-0.023 0.13-0.015-0.203-0.078-0.398-0.123-0.596-0.28-1.157-0.562-2.314-0.845-3.47-0.022-0.096-0.044-0.192-0.071-0.287-0.008-0.038-0.016-0.076-0.023-0.114-0.017-0.058-0.031-0.116-0.047-0.174-0.044-0.2-0.097-0.397-0.143-0.597-0.012-0.048-0.022-0.096-0.036-0.143-0.008-0.038-0.016-0.076-0.024-0.114-0.169-0.657-0.314-1.319-0.492-1.974-0.673 0.393-1.375 0.736-2.052 1.122-0.007-1.58 0-3.16-0.003-4.74zM19.696 22.508c1.332 0 2.665 0.001 3.997-0 0.001 1.353-0.001 2.706 0.001 4.059-1.332-1.354-2.665-2.706-3.997-4.058zM2.687 7.011c-0.001 0.113-0.007 0.228 0.015 0.34 0.106-0.001 0.21 0.018 0.31 0.055 0.209 0.098 0.396 0.296 0.393 0.54 0 5.287 0 10.575 0 15.863-0.004 0.214-0.041 0.438-0.164 0.619-0.113 0.168-0.301 0.295-0.507 0.298-0.018 0.126-0.013 0.254-0.011 0.381 1.091-0.004 2.183 0.002 3.274-0.003-0-0.117-0-0.233-0.001-0.349-0.040-0.005-0.080-0.009-0.119-0.012-0.299-0.115-0.463-0.418-0.533-0.714-0.015-0.131-0.021-0.264-0.019-0.395 0.002-2.552-0.002-5.104 0.002-7.656 0.248 0.017 0.449 0.193 0.571 0.399 0.227 0.369 0.332 0.797 0.418 1.218 0.094 0.498 0.149 1.004 0.158 1.511 0.163 0 0.325-0 0.487 0.001 0.001-2.499 0-4.997 0.001-7.496-0.163 0.001-0.327-0-0.489 0.001-0.003 0.639-0.060 1.29-0.279 1.895-0.129 0.343-0.332 0.705-0.695 0.839-0.056 0.005-0.113 0.011-0.17 0.017 0-2.077 0-4.153 0-6.23 0.22 0.005 0.454-0.032 0.662 0.064 0.325 0.137 0.552 0.428 0.729 0.723 0.317 0.547 0.509 1.154 0.668 1.762 0.208 0.831 0.356 1.679 0.433 2.531 0.166 0.002 0.332 0 0.498 0.002-0.001-2.068 0.003-4.136-0.002-6.204-1.877 0.004-3.753 0-5.63 0.002zM9.476 7.009c-0.002 0.113-0.003 0.227 0.005 0.34 0.335-0.017 0.703 0.241 0.706 0.596 0.001 5.276 0 10.552 0 15.828-0 0.219-0.033 0.448-0.153 0.637-0.111 0.176-0.304 0.311-0.516 0.315-0.039 0.123-0.015 0.254-0.021 0.381 1.094 0 2.189 0.003 3.283-0.001-0.001-0.116-0.001-0.233-0.001-0.349-0.042-0.005-0.083-0.009-0.123-0.012-0.375-0.154-0.553-0.584-0.549-0.968 0-2.599-0.002-5.199 0.001-7.798 0.388 0.031 0.606 0.405 0.739 0.729 0.292 0.763 0.383 1.588 0.409 2.4 0.163-0.001 0.325-0.001 0.488-0 0.002-2.498-0-4.996 0.001-7.495-0.163-0-0.327 0-0.49-0-0.006 0.712-0.068 1.446-0.366 2.102-0.146 0.311-0.401 0.648-0.778 0.651 0.001-2.081-0.006-4.161 0.003-6.242 0.144 0.024 0.29-0.006 0.435 0.014 0.239 0.027 0.451 0.166 0.616 0.335 0.263 0.269 0.438 0.608 0.588 0.95 0.239 0.558 0.398 1.146 0.529 1.738 0.144 0.677 0.258 1.363 0.319 2.053 0.165 0.002 0.331 0 0.497 0.002-0.001-2.068 0.004-4.136-0.002-6.203-1.873 0.002-3.747 0.001-5.62 0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

4
svg/j22.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="M17.553 5.149c0.040-0.137 0.203-0.218 0.335-0.159 2.928 1.113 5.854 2.23 8.782 3.344 0.095 0.031 0.192 0.098 0.202 0.205 0.014 0.162-0.076 0.306-0.122 0.456-1.748-0.514-3.597-0.644-5.409-0.495-0.806 0.084-1.64 0.169-2.363 0.566-1.121 0.591-1.904 1.672-2.372 2.827-0.447-0.17-0.894-0.34-1.341-0.511 0.762-2.078 1.524-4.156 2.287-6.234zM11.95 7.905c-1.674 0.231-3.32 0.668-4.887 1.302-1.639 0.671-3.208 1.558-4.516 2.762-0.853 0.79-1.597 1.718-2.077 2.783-0.406 0.9-0.585 1.921-0.394 2.899 0.232 1.068 0.829 2.038 1.629 2.776 0.837 0.778 1.866 1.324 2.938 1.704 1.724 0.604 3.568 0.835 5.389 0.755-0.353-0.249-0.643-0.581-0.847-0.961-0.507-0.943-0.645-2.056-0.505-3.109 0.167-1.1 0.586-2.17 1.263-3.057 0.598-0.781 1.411-1.438 2.374-1.696 0.345-0.078 0.703-0.095 1.055-0.063 0.213 0.025 0.439 0.063 0.616 0.194 0.117 0.081 0.16 0.24 0.108 0.371-0.435 1.19-0.873 2.378-1.309 3.568-0.032 0.080-0.030 0.176 0.019 0.249 0.056 0.090 0.165 0.114 0.257 0.152 2.896 1.102 5.79 2.206 8.686 3.308 0.114 0.051 0.261 0.004 0.319-0.108 0.035-0.071 0.059-0.147 0.086-0.221 1.122-3.060 2.245-6.12 3.367-9.18 0.752 0.046 1.503 0.273 2.121 0.711 0.519 0.365 0.933 0.885 1.143 1.486 0.184 0.492 0.185 1.033 0.086 1.544-0.116 0.588-0.391 1.136-0.752 1.612-0.436 0.576-0.987 1.054-1.579 1.464-1.046 0.718-2.221 1.231-3.432 1.597-0.153 0.41-0.298 0.824-0.456 1.232-0.171 0.409-0.678 0.635-1.094 0.476-1.411-0.535-2.82-1.074-4.23-1.61-0.413 1.124-0.825 2.247-1.237 3.371 1.642 0.132 3.298 0.029 4.917-0.268 2.586-0.437 5.104-1.402 7.233-2.947 0.929-0.678 1.782-1.47 2.465-2.399 0.684-0.932 1.198-2.028 1.279-3.194 0.068-0.883-0.151-1.783-0.612-2.538-0.598-0.991-1.529-1.733-2.527-2.293-0.694-0.381-1.42-0.711-2.183-0.927-0.674-0.2-1.363-0.351-2.061-0.438-0.87-0.111-1.749-0.122-2.625-0.102 0.5 0.389 0.88 0.921 1.102 1.513 0.298 0.776 0.361 1.628 0.253 2.448-0.103 0.778-0.357 1.531-0.713 2.229-0.288 0.565-0.641 1.102-1.085 1.558-0.4 0.412-0.88 0.755-1.421 0.956-0.65 0.245-1.388 0.27-2.045 0.038-0.165-0.066-0.23-0.278-0.158-0.434 0.432-1.175 0.863-2.351 1.295-3.526 0.037-0.086 0.039-0.189-0.014-0.269-0.060-0.098-0.18-0.119-0.278-0.161-2.843-1.082-5.686-2.165-8.528-3.248-0.11-0.041-0.235-0.109-0.351-0.045-0.112 0.052-0.137 0.183-0.178 0.287-0.756 2.062-1.513 4.123-2.27 6.185-0.366 1.008-0.747 2.012-1.104 3.023-0.656-0.026-1.31-0.216-1.878-0.547-0.65-0.378-1.172-0.985-1.408-1.702-0.234-0.671-0.169-1.42 0.093-2.073 0.386-0.954 1.132-1.711 1.945-2.317 1.098-0.803 2.348-1.396 3.656-1.765 0.15-0.404 0.294-0.81 0.447-1.213 0.162-0.418 0.673-0.657 1.096-0.498 1.413 0.535 2.824 1.076 4.237 1.613 0.412-1.124 0.824-2.247 1.237-3.371-1.32-0.109-2.651-0.062-3.962 0.119zM19.798 9.401c-0.545 0.173-1.024 0.51-1.426 0.911-0.511 0.513-0.899 1.139-1.175 1.806 0.71 0.272 1.422 0.538 2.131 0.813 0.426 0.174 0.652 0.704 0.489 1.134-0.4 1.095-0.804 2.188-1.205 3.283 0.421 0.068 0.859 0.033 1.26-0.116 0.608-0.221 1.115-0.657 1.517-1.155 0.694-0.873 1.134-1.939 1.301-3.038 0.112-0.79 0.085-1.628-0.244-2.367-0.25-0.567-0.715-1.044-1.296-1.271-0.433-0.157-0.916-0.14-1.352 0zM11.962 14.844c-0.713 0.33-1.273 0.919-1.7 1.568-0.589 0.915-0.954 1.982-1.008 3.071-0.033 0.723 0.077 1.476 0.454 2.105 0.264 0.445 0.67 0.802 1.143 1.011 0.481 0.191 1.027 0.134 1.501-0.052 0.658-0.26 1.223-0.722 1.659-1.274 0.325-0.426 0.592-0.896 0.797-1.391-0.709-0.272-1.421-0.54-2.129-0.814-0.429-0.172-0.655-0.708-0.486-1.138 0.399-1.093 0.801-2.185 1.201-3.278-0.482-0.085-0.987-0.014-1.431 0.191zM15.397 20.107c-0.481 1.216-1.346 2.326-2.537 2.909-0.567 0.289-1.205 0.369-1.828 0.447-1.084 0.124-2.181 0.125-3.267 0.021-0.849-0.083-1.693-0.233-2.511-0.479-0.047 0.148-0.133 0.291-0.123 0.452 0.008 0.098 0.088 0.17 0.176 0.199 2.929 1.116 5.859 2.231 8.788 3.347 0.14 0.073 0.32-0.012 0.36-0.163 0.761-2.075 1.524-4.149 2.285-6.224-0.448-0.17-0.896-0.34-1.344-0.51z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

4
svg/ltc-color.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="M3.526 1.634c0.941 0.522 1.915 0.99 2.928 1.357 0.86 0.305 1.755 0.561 2.674 0.567 2.639-0.001 5.278-0.002 7.916 0.001 0.733 0.006 1.456-0.156 2.153-0.37 1.226-0.385 2.396-0.935 3.519-1.557 0.202 0.178 0.356 0.401 0.513 0.617 0.713 1.014 1.346 2.082 1.983 3.145 0.063 0.103 0.122 0.21 0.15 0.328 0.426 1.619 0.694 3.279 0.818 4.947 0.007 0.3 0.049 0.598 0.042 0.898-0.007 0.183 0.016 0.366 0.018 0.55-0.335-0.297-0.707-0.578-1.151-0.684-0.558-0.138-1.206-0.016-1.615 0.406-0.287 0.291-0.418 0.701-0.44 1.102-0.039 0.717 0.212 1.434 0.647 2.001 0.579 0.764 1.404 1.305 2.272 1.688-0.506 1.537-1.314 2.962-2.266 4.265-0.188 0.246-0.365 0.502-0.581 0.725-0.169-0.273-0.359-0.539-0.611-0.743-0.351-0.285-0.786-0.452-1.228-0.53-0.662-0.116-1.363 0.061-1.906 0.453-0.768 0.549-1.181 1.579-0.942 2.501 0.157 0.631 0.605 1.168 1.168 1.482 0.545 0.283 1.147 0.454 1.759 0.505-0.624 0.707-1.383 1.278-2.154 1.815-1.721 1.171-3.581 2.12-5.465 2.998-0.184 0.083-0.365 0.172-0.551 0.25-0.045 0.028-0.094 0.009-0.138-0.011-1.203-0.544-2.391-1.123-3.551-1.756-1.008-0.553-1.996-1.146-2.924-1.825-0.595-0.443-1.18-0.911-1.669-1.472 0.612-0.051 1.214-0.222 1.758-0.505 0.547-0.305 0.986-0.82 1.154-1.427 0.253-0.879-0.095-1.874-0.792-2.451-0.544-0.452-1.282-0.671-1.984-0.567-0.463 0.072-0.919 0.243-1.286 0.54-0.252 0.203-0.442 0.469-0.611 0.743-0.343-0.373-0.632-0.793-0.923-1.206-0.798-1.172-1.482-2.433-1.923-3.784 0.817-0.361 1.592-0.86 2.165-1.553 0.413-0.495 0.697-1.108 0.746-1.755 0.050-0.514-0.051-1.080-0.415-1.467-0.414-0.443-1.088-0.568-1.66-0.415-0.432 0.111-0.795 0.387-1.123 0.677 0.021-0.322 0.015-0.644 0.029-0.966 0.105-1.813 0.379-3.618 0.835-5.377 0.031-0.136 0.090-0.264 0.164-0.381 0.642-1.070 1.28-2.145 1.999-3.165 0.152-0.209 0.304-0.423 0.499-0.596zM12.072 6.162c-1.352 0.074-2.697 0.409-3.895 1.047-0.979 0.523-1.878 1.199-2.648 1.999-0.561 0.595-1.055 1.297-1.229 2.11-0.093 0.421-0.062 0.855-0.066 1.283-0.002 0.56 0.004 1.121 0.046 1.68 0.076 0.77 0.462 1.468 0.92 2.075 0.686 0.893 1.514 1.696 2.508 2.237 1.346 0.744 2.889 1.042 4.411 1.127 1.655 0.073 3.345 0.001 4.936-0.5 1.084-0.336 2.102-0.902 2.925-1.686 0.428-0.411 0.828-0.853 1.175-1.335 0.352-0.495 0.648-1.045 0.765-1.645 0.070-0.337 0.057-0.682 0.078-1.023 0.009-0.493 0.005-0.987 0.007-1.48 0.006-0.385-0.049-0.773-0.181-1.136-0.19-0.531-0.507-1.007-0.87-1.434-0.62-0.716-1.362-1.32-2.153-1.838-1.091-0.711-2.334-1.184-3.623-1.374-1.028-0.156-2.073-0.15-3.109-0.106zM10.043 11.997c-0.903 0.246-1.787 0.585-2.595 1.059 0.136 0.136 0.294 0.248 0.446 0.366 0.996 0.739 2.148 1.275 3.364 1.526 0.781 0.17 1.585 0.171 2.38 0.155 1.696-0.044 3.352-0.673 4.706-1.683 0.149-0.117 0.308-0.223 0.435-0.366-0.58-0.346-1.204-0.615-1.841-0.835-1.355-0.471-2.8-0.663-4.231-0.611-0.899 0.026-1.795 0.156-2.664 0.389zM1.36 12.13c-0.342 0.094-0.666 0.272-0.918 0.521-0.029 0.251 0.011 0.504 0.042 0.753 0.088 0.674 0.256 1.337 0.502 1.971 0.395-0.192 0.726-0.498 0.975-0.858 0.266-0.375 0.505-0.796 0.545-1.263 0.018-0.339-0.027-0.725-0.286-0.971-0.225-0.219-0.572-0.22-0.859-0.153zM24.078 12.236c-0.256 0.196-0.34 0.536-0.346 0.844-0.019 0.506 0.228 0.973 0.506 1.377 0.256 0.384 0.6 0.715 1.018 0.918 0.282-0.726 0.458-1.49 0.538-2.264 0.010-0.152 0.027-0.307 0.006-0.46-0.238-0.237-0.545-0.406-0.865-0.506-0.28-0.076-0.614-0.093-0.857 0.091zM5.192 20.988c-0.414 0.057-0.818 0.235-1.119 0.528-0.058 0.058-0.142 0.149-0.059 0.224 0.682 0.857 1.426 1.665 2.223 2.415 0.235-0.097 0.457-0.243 0.612-0.448 0.228-0.288 0.316-0.665 0.305-1.026-0.005-0.445-0.181-0.891-0.503-1.201-0.386-0.36-0.931-0.554-1.457-0.492zM20.465 21.020c-0.509 0.113-0.981 0.442-1.207 0.92-0.204 0.431-0.228 0.944-0.074 1.394 0.132 0.38 0.447 0.678 0.82 0.822 0.792-0.745 1.527-1.548 2.207-2.396 0.022-0.038 0.072-0.080 0.046-0.127-0.062-0.107-0.16-0.186-0.256-0.26-0.433-0.32-1.004-0.478-1.536-0.353z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

4
svg/ltc-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="26" height="32" viewBox="0 0 26 32">
<path fill="#444" d="M12.394 6.869c0.966-0.022 1.941-0.025 2.894 0.161 1.943 0.35 3.771 1.348 5.081 2.83 0.345 0.395 0.686 0.815 0.851 1.321 0.090 0.268 0.147 0.55 0.139 0.834-0.001 0.551 0.001 1.101-0.001 1.651-0.015 0.4-0.11 0.793-0.224 1.175-0.060-0.487-0.342-0.91-0.654-1.274-0.374-0.422-0.811-0.784-1.281-1.094-0.695-0.448-1.467-0.767-2.256-1.006-1.051-0.314-2.143-0.492-3.238-0.529-0.563-0.004-1.127-0.017-1.688 0.028-1.009 0.077-2.009 0.269-2.972 0.581-0.933 0.306-1.841 0.732-2.6 1.365-0.363 0.299-0.703 0.634-0.968 1.024-0.184 0.272-0.329 0.576-0.368 0.905-0.13-0.437-0.239-0.888-0.227-1.347 0.001-0.539-0.001-1.078 0.001-1.616 0.024-0.429 0.161-0.849 0.378-1.218 0.21-0.342 0.473-0.649 0.742-0.945 0.832-0.891 1.852-1.606 2.973-2.087 1.078-0.468 2.247-0.71 3.419-0.759zM5.858 14.833c-0.097 0.335-0.135 0.706 0.006 1.034 0.231 0.56 0.673 0.999 1.14 1.37 1.019 0.787 2.25 1.261 3.505 1.511 0.87 0.176 1.76 0.222 2.646 0.206 0.908 0.017 1.82-0.043 2.709-0.233 1.278-0.273 2.533-0.779 3.544-1.623 0.403-0.347 0.782-0.753 0.979-1.255 0.128-0.313 0.092-0.664 0.005-0.982-0.163-0.567-0.557-1.050-1.036-1.383-0.278 0.261-0.579 0.497-0.894 0.712-1.074 0.734-2.303 1.245-3.587 1.461-0.783 0.139-1.581 0.132-2.373 0.117-0.775-0.031-1.547-0.16-2.287-0.394-1.224-0.39-2.38-1.024-3.328-1.895-0.472 0.328-0.86 0.799-1.028 1.355z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

4
svg/ltc.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

4
svg/mar.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="M0 9.555c10.667-0 21.334 0 32 0 0 4.297 0 8.594 0 12.891-10.666 0-21.333 0-32 0 0-4.297-0-8.594 0-12.891zM27.418 10.583c0 3.608-0 7.215 0 10.823 1.199 0 2.398 0 3.598 0-0-0.649 0-1.298-0-1.947-0.553 0-1.106 0-1.659-0 0.001-2.959 0-5.918 0-8.877-0.646 0.001-1.293 0-1.939 0zM0.986 10.585v10.824h1.954c0-1.737-0-3.475 0-5.212 0.295 1.738 0.592 3.475 0.887 5.212 0.346 0 0.693 0 1.040 0 0.263-1.573 0.528-3.145 0.792-4.717 0.026-0.164 0.060-0.327 0.074-0.493 0.005 0.066 0.009 0.132 0.009 0.198 0 1.671-0 3.341 0 5.012 1.255-0 2.511 0 3.766-0 0.076-0.555 0.153-1.11 0.229-1.666 0.505 0 1.010 0 1.515 0 0.077 0.555 0.152 1.11 0.228 1.666 1.235-0.002 2.47 0.003 3.705 0.001 0.001-1.172 0-2.344 0.001-3.515 0.151-0.022 0.301-0.044 0.452-0.066 0.312 1.194 0.626 2.387 0.937 3.581 0.64 0 1.279 0 1.918 0-0.409-1.4-0.82-2.8-1.231-4.199 0.349-0.267 0.616-0.63 0.819-1.017 0.258-0.501 0.399-1.072 0.34-1.636 0.379 2.286 0.763 4.572 1.144 6.857 0.758-0.002 1.517-0.005 2.275-0.006 0.517-3.267 1.036-6.533 1.552-9.8 0.005 3.266 0 6.533 0.002 9.799 1.229 0 2.459 0 3.688 0 0-0.649 0-1.298-0-1.947-0.584-0.001-1.167 0-1.751-0 0-0.827-0-1.654 0-2.482 0.584 0 1.167-0 1.751 0-0-0.659 0-1.318-0-1.977-0.583 0-1.167 0.001-1.751-0-0-0.815 0-1.629-0-2.444 0.584-0.001 1.167 0 1.751-0.001-0-0.657 0-1.315 0-1.973-1.829 0.002-3.659-0.002-5.488 0.002-0.299 2.195-0.6 4.39-0.901 6.585-0.298-2.195-0.594-4.391-0.893-6.586h-1.978c0.073 0.586 0.147 1.171 0.221 1.757-0.295-0.572-0.747-1.070-1.313-1.382-0.446-0.249-0.958-0.371-1.468-0.374h-2.020c-0.006 3.2-0.001 6.399-0.011 9.599-0.095-0.673-0.201-1.344-0.3-2.017-0.38-2.527-0.758-5.055-1.138-7.582-0.863 0.001-1.727-0.003-2.591-0.002-0.498 3.309-0.989 6.618-1.489 9.926-0.004-3.308-0-6.616-0.002-9.924h-2.479c-0.299 1.862-0.596 3.725-0.894 5.588-0.291-1.863-0.58-3.725-0.871-5.588-0.827-0.001-1.654 0-2.481-0.001zM15.186 12.517c0.373 0.004 0.743 0.181 0.965 0.484 0.255 0.341 0.33 0.78 0.336 1.196 0.007 0.452-0.091 0.924-0.367 1.292-0.218 0.294-0.561 0.509-0.934 0.511-0.001-1.161-0.001-2.322 0-3.483zM9.967 18.027c0.179-1.54 0.356-3.080 0.536-4.62 0.186 1.54 0.371 3.080 0.556 4.62-0.364 0-0.728-0-1.092 0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

4
svg/nem.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="M23.308 14.818l0.108-0.002c1.47-0.069 1.609-1.517 1.611-1.532 0.004-0.060-0.035-0.114-0.093-0.133-0.013-0.004-0.025-0.004-0.038-0.004-0.048 0-0.092 0.023-0.116 0.064-0.004 0.006-0.462 0.763-1.414 0.842-0.056 0.002-0.108 0.004-0.16 0.004-0.865 0-1.426-0.593-1.43-0.599-0.027-0.027-0.062-0.042-0.1-0.042-0.021 0-0.044 0.004-0.064 0.015-0.052 0.029-0.079 0.089-0.062 0.147 0.004 0.013 0.389 1.239 1.759 1.239zM18.952 15.754l-2.48 0.318-0.1-0.63-16.154 2.189-0.21-1.464 16.127-2.208-0.108-0.686 1.748-0.287c0 0 0.318 0.763 1.399 0.763 1.034 0 2.21-1.303 2.21-1.303l-0.747-2.1 1.532 1.763c0.135-0.047 0.281-0.089 0.439-0.125l0.287-2.561 0.672 2.478c0.139 0.006 0.285 0.019 0.435 0.042l1.025-1.977-0.191 2.187c0.087 0.031 0.177 0.066 0.268 0.104 0.491 0.205 0.977 0.624 1.539 0.58 0.513-0.040 0.773-0.275 0.992-0.709 0.052-0.104 0.095-0.541 0.095-0.541 1.395 1.595 4.262-1.844 4.262-1.844-1.744 7.177-5.649 11.767-10.655 11.767-3.838 0-4.693-3.281-4.693-3.281s1.387 0.196 2.308-0.441c0.923-0.636 0.35-1.622 0-2.035z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

4
svg/spe.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="30" height="32" viewBox="0 0 30 32">
<path fill="#444" d="M0.754 7.138c0.376-1.967 1.193-3.894 2.526-5.404-0.415 1.116-0.84 2.233-1.076 3.402-0.294 1.456-0.472 2.946-0.386 4.432 0.048 0.201 0.002 0.487 0.187 0.637 2.245 1.66 4.567 3.217 6.795 4.898-2.4 1.191-4.791 2.401-7.195 3.587-0.184 3.16 0.445 6.323 1.603 9.255 0.302 0.788 0.67 1.547 1.010 2.319-3.155-3.206-4.513-7.891-4.167-12.314 2.177-0.98 4.348-1.974 6.519-2.968-1.975-1.486-3.991-2.916-5.989-4.371 0.005-1.158-0.068-2.332 0.172-3.474zM26.569 1.737c1.035 1.147 1.724 2.568 2.194 4.030 0.482 1.565 0.585 3.218 0.501 4.845-1.989 1.467-4.017 2.88-5.987 4.373 2.167 0.998 4.337 1.991 6.513 2.969 0.248 2.39-0.121 4.824-0.921 7.082-0.687 1.948-1.799 3.748-3.239 5.23 1.050-2.213 1.934-4.53 2.321-6.958 0.274-1.524 0.348-3.076 0.297-4.621-2.398-1.176-4.785-2.374-7.169-3.576 0.226-0.307 0.59-0.47 0.887-0.698 1.902-1.343 3.791-2.705 5.689-4.053 0.355-0.142 0.325-0.539 0.365-0.852 0.199-2.663-0.457-5.314-1.449-7.768zM6.061 12.015c-0.053-1.785 0.474-3.53 1.198-5.143-0.005 1.398-0.202 2.81 0.039 4.199 0.035 0.219 0.092 0.461 0.287 0.593 1.61 1.212 3.204 2.447 4.807 3.668-1.905 1.083-3.848 2.1-5.771 3.152-0.579 2.649-0.567 5.431 0.173 8.046-1.141-1.626-1.722-3.597-1.867-5.566-0.083-0.942-0.108-1.898 0.066-2.831 0.028-0.148 0.095-0.298 0.256-0.344 1.651-0.922 3.395-1.671 5.049-2.589-1.415-1.057-2.816-2.136-4.237-3.187zM22.591 6.872c0.731 1.614 1.23 3.361 1.196 5.147-1.414 1.048-2.818 2.112-4.218 3.177 0.156 0.114 0.324 0.208 0.493 0.301 1.534 0.76 3.079 1.502 4.586 2.315 0.276 0.135 0.206 0.493 0.254 0.751 0.319 2.763-0.293 5.651-1.828 7.983 0.651-2.632 0.804-5.415 0.153-8.062-1.509-0.811-3.013-1.63-4.516-2.45-0.419-0.222-0.848-0.431-1.237-0.705 1.573-1.225 3.161-2.433 4.752-3.636 0.221-0.149 0.292-0.427 0.33-0.676 0.219-1.374 0.080-2.765 0.035-4.146zM11.115 13.365c0.611-0.379 1.223-0.755 1.836-1.129 0.005 0.202 0.014 0.409 0.019 0.612 1.302 0.005 2.605 0.005 3.907 0 0.003-0.206 0.012-0.407 0.017-0.611 0.618 0.373 1.233 0.75 1.85 1.125-0.652 0.521-1.305 1.041-1.983 1.527-0.231 0.177-0.555 0.083-0.82 0.129-0.79 0.012-1.58 0.021-2.37-0.014-0.396 0.066-0.659-0.262-0.951-0.457-0.492-0.407-1.025-0.762-1.506-1.181zM13.204 15.812c1.129-0.101 2.27-0.081 3.4-0.025 0.827 0.384 1.599 0.886 2.426 1.276-0.471 1.781-0.985 3.549-1.469 5.326-0.136 0.461-0.195 0.98-0.56 1.333-0.69 0.739-1.351 1.508-2.076 2.214-0.748-0.729-1.426-1.525-2.143-2.283-0.214-0.209-0.288-0.511-0.361-0.79-0.529-1.935-1.072-3.867-1.605-5.801 0.817-0.377 1.571-0.876 2.388-1.25z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

4
svg/spm-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="28" height="32" viewBox="0 0 28 32">
<path fill="#444" d="M4.56 13.421c1.582 0.31 3.118 0.918 4.438 1.852 0.655 0.468 1.259 1.018 1.738 1.667-0.087 0.215-0.268 0.37-0.442 0.514-0.451 0.353-0.977 0.609-1.53 0.757-0.649 0.174-1.352 0.177-1.987-0.052-0.572-0.215-1.114-0.545-1.51-1.017-0.391-0.461-0.608-1.045-0.697-1.637-0.106-0.69-0.072-1.392-0.009-2.085zM19.165 14.989c1.221-0.772 2.597-1.29 4.013-1.567 0.070 0.79 0.107 1.598-0.066 2.379-0.125 0.572-0.394 1.12-0.815 1.532-0.366 0.365-0.822 0.631-1.303 0.815-0.685 0.255-1.451 0.24-2.146 0.028-0.564-0.171-1.102-0.45-1.545-0.842-0.117-0.116-0.259-0.238-0.294-0.403 0.581-0.781 1.336-1.421 2.155-1.942z"></path>
</svg>

After

Width:  |  Height:  |  Size: 763 B

4
svg/spm.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.2 KiB

4
svg/tdc.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="M15.354 8.084c0.213-0.462 0.437-0.919 0.647-1.383 0.208 0.464 0.433 0.921 0.647 1.383 1.344 0.716 2.682 1.446 4.041 2.131 0.481-0.082 0.948-0.307 1.226-0.722 0.356-0.487 0.442-1.101 0.502-1.685 0.257 0.516 0.609 0.976 0.92 1.459-0.515 2.212-0.964 4.439-1.47 6.655-1.485 0.795-2.338 2.385-2.739 3.966-0.286 1.021-0.331 2.097-0.433 3.137-1.027 0.586-1.952 1.35-2.695 2.272-0.741-0.923-1.668-1.685-2.693-2.272-0.091-0.261-0.038-0.557-0.070-0.831-0.132-1.742-0.521-3.547-1.594-4.968-0.406-0.534-0.919-0.986-1.508-1.307-0.505-2.214-0.957-4.442-1.47-6.655 0.312-0.482 0.665-0.942 0.921-1.459 0.064 0.729 0.217 1.539 0.82 2.026 0.333 0.264 0.84 0.491 1.236 0.229 1.234-0.667 2.48-1.308 3.713-1.978zM10.585 10.758c0.201 0.632 0.574 1.207 0.671 1.87 0.163 1.037 0.316 2.077 0.495 3.111 0.973 0.847 1.936 1.706 2.911 2.551 0.004-0.766 0.002-1.532-0.002-2.297-1.372-1.734-2.691-3.511-4.075-5.235zM17.587 15.674c-0.117 0.158-0.282 0.312-0.254 0.529-0.008 0.697-0.001 1.395-0.002 2.092 0.98-0.846 1.947-1.708 2.922-2.56 0.176-1.035 0.329-2.073 0.492-3.11 0.096-0.66 0.471-1.231 0.666-1.862-1.3 1.616-2.533 3.287-3.824 4.91zM0.221 11.293c0.185-1.253 0.506-2.483 0.92-3.679 0.427 1.395 1.218 2.763 2.508 3.519 0.938 0.575 2.074 0.732 3.154 0.604 0.34 1.422 0.672 2.845 1.007 4.268-1.331 0.903-2.070 2.455-2.32 4.006-0.149 0.854-0.161 1.722-0.139 2.586-1.64-0.926-3.134-2.193-4.046-3.864-1.262-2.243-1.454-4.935-1.084-7.44zM30.862 7.617c0.906 2.64 1.399 5.505 0.863 8.277-0.345 1.828-1.239 3.554-2.571 4.859-0.736 0.737-1.61 1.315-2.502 1.845 0.047-1.595-0.076-3.26-0.826-4.701-0.382-0.75-0.94-1.413-1.636-1.89 0.335-1.423 0.668-2.847 1.008-4.269 1.112 0.133 2.285-0.043 3.239-0.656 1.242-0.765 2.004-2.102 2.424-3.465zM8.196 19.045c0.204-0.43 0.516-0.808 0.922-1.058 1.19 0.966 1.632 2.57 1.727 4.041-1-0.312-2.109-0.326-3.087 0.072-0.066-1.030-0.024-2.109 0.437-3.054zM22.138 18.782c0.217-0.29 0.448-0.624 0.79-0.765 0.627 0.392 0.973 1.099 1.156 1.792 0.208 0.744 0.201 1.524 0.162 2.289-0.982-0.393-2.089-0.374-3.091-0.068 0.050-1.138 0.367-2.285 0.983-3.248z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

4
svg/tdm-border.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,4 +1,4 @@
<!-- Generated by IcoMoon.io --> <!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32"> <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> <path fill="#444" d="M15.205 4.158c0.636-0.251 1.298-0.43 1.967-0.567-0.42 0.606-0.83 1.218-1.218 1.845 0.070 0.016 0.142 0.012 0.214 0.015 0.873 0.016 1.739 0.154 2.592 0.332 1.467 0.315 2.902 0.801 4.238 1.488 1.164 0.6 2.252 1.36 3.181 2.285 0.992 0.983 1.796 2.154 2.36 3.432 0.829 1.863 1.151 3.917 1.149 5.947-0.255-0.396-0.522-0.787-0.845-1.132-0.284-0.31-0.619-0.566-0.933-0.845-0.005 0.003-0.014 0.008-0.018 0.011-0.019 0.345-0.009 0.692-0.053 1.035-0.147 1.168-0.513 2.302-1.022 3.361-0.988 2.050-2.612 3.78-4.568 4.934 0.189-0.572 0.241-1.186 0.215-1.786-0.049-1.011-0.425-1.985-0.981-2.824-0.668 0.053-1.341-0.035-1.994-0.173-1.37-0.299-2.68-0.97-3.633-2.012-0.29-0.306-0.53-0.654-0.769-0.999-0.289 0.222-0.596 0.423-0.934 0.563-0.658 0.288-1.42 0.416-2.115 0.189-0.519-0.162-0.951-0.513-1.311-0.91 0.405 0.017 0.833 0.012 1.204-0.175 0.309-0.152 0.538-0.463 0.575-0.808 0.046-0.395-0.073-0.801-0.296-1.127-0.327-0.525-0.749-0.994-1.267-1.335-0.665-0.479-1.478-0.766-2.302-0.746-0.553 0.012-1.11 0.194-1.534 0.555-0.442 0.366-0.706 0.909-0.805 1.468-0.136 0.754-0.037 1.527 0.125 2.269 0.285 1.237 0.926 2.365 1.713 3.35 0.786 0.995 1.781 1.824 2.905 2.412 1.311 0.689 2.794 1.048 4.275 1.036 1.468-0.009 2.932-0.385 4.224-1.084 0.317-0.168 0.619-0.365 0.92-0.56-0.541 1.010-1.243 1.938-2.089 2.713-1.038 0.958-2.293 1.673-3.635 2.109-0.46 0.152-0.93 0.27-1.405 0.364 0.374-0.54 0.741-1.085 1.091-1.641 0.040-0.069 0.097-0.131 0.119-0.209-1.515-0.029-3.014-0.329-4.459-0.775-1.391-0.436-2.733-1.045-3.946-1.858-1.028-0.688-1.959-1.528-2.724-2.502-0.87-1.102-1.52-2.372-1.939-3.71-0.474-1.502-0.659-3.082-0.661-4.653 0.352 0.564 0.753 1.108 1.264 1.539 0.178 0.149 0.349 0.306 0.531 0.45 0.020-0.365 0.010-0.732 0.058-1.095 0.157-1.21 0.545-2.385 1.090-3.474 0.584-1.161 1.37-2.22 2.309-3.119 0.654-0.627 1.383-1.175 2.154-1.648l0.019 0.002c-0.264 0.929-0.283 1.93-0.024 2.862 0.167 0.618 0.451 1.199 0.803 1.732 0.534-0.042 1.072 0.003 1.6 0.089 0.975 0.163 1.926 0.502 2.761 1.034 0.644 0.409 1.214 0.936 1.671 1.547 0.128 0.167 0.24 0.346 0.364 0.516 0.29-0.219 0.594-0.425 0.931-0.565 0.629-0.277 1.351-0.402 2.024-0.214 0.556 0.15 1.028 0.511 1.404 0.938-0.412-0.017-0.847-0.008-1.222 0.185-0.293 0.149-0.509 0.441-0.553 0.768-0.059 0.417 0.071 0.847 0.313 1.188 0.301 0.473 0.674 0.905 1.136 1.227 0.503 0.375 1.083 0.656 1.704 0.766 0.644 0.122 1.343 0.064 1.917-0.27 0.435-0.247 0.775-0.649 0.961-1.112 0.233-0.568 0.262-1.195 0.213-1.8-0.068-0.725-0.228-1.444-0.507-2.117-0.325-0.796-0.783-1.533-1.312-2.209-0.74-0.955-1.668-1.765-2.722-2.357-2.302-1.305-5.188-1.532-7.66-0.584-0.713 0.267-1.382 0.638-2.012 1.064 0.562-1.027 1.272-1.979 2.146-2.763 0.882-0.801 1.915-1.431 3.025-1.862z"></path>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB