Compare commits

...

5 Commits

33 changed files with 667 additions and 46 deletions

View File

@ -10,6 +10,32 @@ All notable changes to this project will be documented in this file.
## Versions
### [1.15.9] 2023-09-10 WOE ability symbols, Haktos and Robber symbols, loyalty VI
* **Added:** WOE ability symbols for Bargain, Celebration, and the 6 role tokens (Cursed, Monster, Royal, Sorceror, Wicked, and Young Hero) ([#111](https://github.com/andrewgioia/mana/issues/111))
* **Added:** Arena-only "ability" symbols used for Haktos the Unscarred and Robber of the Rich ([#112](https://github.com/andrewgioia/mana/issues/112))
* **Added:** Magic Online void counter ([#109](https://github.com/andrewgioia/mana/issues/109))
* **Changed:** Saga loyalty now goes up to VI for the new WOE card, Long List of the Ents ([#110](https://github.com/andrewgioia/mana/issues/110))
### [1.15.8] 2023-07-20 LTR ability symbols
* **Added:** LTR ability symbols for The Ring Tempts You, Ring Bearer, and Amass Orcs ([#107](https://github.com/andrewgioia/mana/issues/107))
* **Added:** Improvise ability symbol ([#108](https://github.com/andrewgioia/mana/issues/108))
* **Changed:** `.ability-amass` is now aliased as `.ability-amass-zombies` to provide a differentiator from LTR's Amass Orcs.
### [1.15.7] 2023-05-29 Fix to .ms-defense-print
* **Fixed:** resolved a spacing issue for the .ms-defense-print utility class
### [1.15.6] 2023-05-29 Spring 2023 abilities, DFCs, Defense loyalty
* **Added:** DFC symbols for front and back, as well as "face down" and the various meld cards on Arena ([#102](https://github.com/andrewgioia/mana/issues/102))
* **Added:** Defense loyalty symbol and utility classes for battle cards ([#103](https://github.com/andrewgioia/mana/issues/103))
* **Added:** Battle type symbol and Siege subtype symbol ([#105](https://github.com/andrewgioia/mana/issues/105))
* **Added:** Arena ability symbols for Backup and Incubate ([#105](https://github.com/andrewgioia/mana/issues/105))
* **Changed:** Enrage has a new ability symbol in Arena with the old one aliased; the old symbol is also now the new "marked with damage" symbol in arena ([#104](https://github.com/andrewgioia/mana/issues/104))
* **Changed:** Convoke's ability symbol was also changed, with the old one alised as well ([#105](https://github.com/andrewgioia/mana/issues/105))
### [1.15.5] 2023-03-11 DFC and loyalty updates
* **Added:** DFC symbols for Saga and the flip side, Saga creatures, from NEO ([#98](https://github.com/andrewgioia/mana/issues/98))

View File

@ -1,4 +1,4 @@
# Mana v1.16.0
# Mana v1.15.9
## The Magic: the Gathering mana symbol font!

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/mana",
"version": "1.16.0",
"version": "1.15.9",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

View File

@ -1,14 +1,14 @@
@font-face {
font-family: "Mana";
src: url("../fonts/mana.eot?v=1.16.0");
src: url("../fonts/mana.eot?#iefix&v=1.16.0") format("embedded-opentype"), url("../fonts/mana.woff?v=1.16.0") format("woff"), url("../fonts/mana.ttf?v=1.16.0") format("truetype"), url("../fonts/mana.svg?v=1.16.0#mana") format("svg");
src: url("../fonts/mana.eot?v=1.15.9");
src: url("../fonts/mana.eot?#iefix&v=1.15.9") format("embedded-opentype"), url("../fonts/mana.woff?v=1.15.9") format("woff"), url("../fonts/mana.ttf?v=1.15.9") format("truetype"), url("../fonts/mana.svg?v=1.15.9#mana") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MPlantin";
src: url("../fonts/mplantin.eot?v=1.16.0");
src: url("../fonts/mplantin.eot?#iefix&v=1.16.0") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.16.0") format("woff"), url("../fonts/mplantin.ttf?v=1.16.0") format("truetype"), url("../fonts/mplantin.svg?v=1.16.0#mplantin") format("svg");
src: url("../fonts/mplantin.eot?v=1.15.9");
src: url("../fonts/mplantin.eot?#iefix&v=1.15.9") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.15.9") format("woff"), url("../fonts/mplantin.ttf?v=1.15.9") format("truetype"), url("../fonts/mplantin.svg?v=1.15.9#mplantin") format("svg");
font-weight: normal;
font-style: normal;
}
@ -161,6 +161,12 @@
.ms-artifact::before {
content: "\e61e";
}
.ms-battle::before {
content: "\e9d1";
}
.ms-battle-siege::before {
content: "\e9d2";
}
.ms-commander::before {
content: "\e9c6";
}
@ -182,6 +188,9 @@
.ms-land::before {
content: "\e622";
}
.ms-multicolor::before {
content: "\e985";
}
.ms-phenomenon::before {
content: "\e96e";
}
@ -212,9 +221,6 @@
.ms-vanguard::before {
content: "\e971";
}
.ms-multicolor::before {
content: "\e985";
}
.ms-hand::before {
content: "\e9ca";
}
@ -266,12 +272,21 @@
.ms-loyalty-start::before {
content: "\e628";
}
.ms-defense::before {
content: "\e9d7";
}
.ms-defense-border::before {
content: "\e9d8";
}
.ms-level::before {
content: "\e9c7";
}
.ms-level::after {
content: "\e9c8";
}
.ms-dfc-back::before {
content: "\e9d4";
}
.ms-dfc-day::before {
content: "\e906";
}
@ -281,6 +296,12 @@
.ms-dfc-enchantment::before {
content: "\e920";
}
.ms-dfc-facedown::before {
content: "\e9d6";
}
.ms-dfc-front::before {
content: "\e9d3";
}
.ms-dfc-ignite::before {
content: "\e908";
}
@ -290,6 +311,9 @@
.ms-dfc-lesson::before {
content: "\e98f";
}
.ms-dfc-meld::before {
content: "\e9d5";
}
.ms-dfc-modal-back::before {
content: "\e984";
}
@ -419,6 +443,9 @@
.ms-counter-charge::before {
content: "\e92d";
}
.ms-counter-damage::before {
content: "\e9dd";
}
.ms-counter-devotion::before {
content: "\e92e";
}
@ -491,6 +518,9 @@
.ms-counter-verse::before {
content: "\e945";
}
.ms-counter-void::before {
content: "\e9ec";
}
.ms-counter-vortex::before {
content: "\e946";
}
@ -527,12 +557,21 @@
.ms-ability-alliance::before {
content: "\e9b5";
}
.ms-ability-amass::before {
.ms-ability-amass-orcs::before {
content: "\e9e0";
}
.ms-ability-amass-zombies::before, .ms-ability-amass::before {
content: "\e97a";
}
.ms-ability-ascend::before {
content: "\e94a";
}
.ms-ability-backup::before {
content: "\e9d9";
}
.ms-ability-bargain::before {
content: "\e9e2";
}
.ms-ability-blitz::before {
content: "\e9b4";
}
@ -542,6 +581,9 @@
.ms-ability-casualty::before {
content: "\e9b7";
}
.ms-ability-celebration::before {
content: "\e9e3";
}
.ms-ability-changeling::before {
content: "\e9a6";
}
@ -560,9 +602,12 @@
.ms-ability-constellation::before {
content: "\e97c";
}
.ms-ability-convoke::before {
.ms-ability-convoke-original::before {
content: "\e949";
}
.ms-ability-convoke::before {
content: "\e9da";
}
.ms-ability-corrupted::before {
content: "\e9c0";
}
@ -609,6 +654,9 @@
content: "\e9ba";
}
.ms-ability-enrage::before {
content: "\e9dc";
}
.ms-ability-enrage-original::before {
content: "\e94e";
}
.ms-ability-escape::before {
@ -668,6 +716,12 @@
.ms-ability-hideaway::before {
content: "\e9b8";
}
.ms-ability-improvise::before {
content: "\e9de";
}
.ms-ability-incubate::before {
content: "\e9db";
}
.ms-ability-indestructible::before {
content: "\e95a";
}
@ -740,16 +794,37 @@
.ms-ability-revolt::before {
content: "\e961";
}
.ms-ability-ring-bearer::before {
content: "\e9df";
}
.ms-ability-riot::before {
content: "\e973";
}
.ms-ability-role-cursed::before {
content: "\e9e6";
}
.ms-ability-role-monster::before {
content: "\e9e7";
}
.ms-ability-role-royal::before {
content: "\e9e8";
}
.ms-ability-role-sorceror::before {
content: "\e9e9";
}
.ms-ability-role-wicked::before {
content: "\e9ea";
}
.ms-ability-role-young-hero::before {
content: "\e9eb";
}
.ms-ability-specialize::before {
content: "\e9bb";
}
.ms-ability-spectacle::before {
content: "\e96b";
}
.ms-ability-static::before, .ms-ability-enchant::before, .ms-ability-improvise::before {
.ms-ability-static::before, .ms-ability-enchant::before {
content: "\e962";
}
.ms-ability-summoning-sickness::before {
@ -758,6 +833,9 @@
.ms-ability-surveil::before {
content: "\e963";
}
.ms-ability-the-ring-tempts-you::before {
content: "\e9e1";
}
.ms-ability-toxic::before {
content: "\e9bf";
}
@ -785,6 +863,12 @@
.ms-ability-ward::before {
content: "\e992";
}
.ms-ability-haktos-the-unscarred::before {
content: "\e9e4";
}
.ms-ability-robber-of-the-rich::before {
content: "\e9e5";
}
.ms-cost {
background-color: #beb9b2;
@ -1314,7 +1398,7 @@ span.ms-half > .ms-cost {
.ms-saga {
color: #111;
}
.ms-saga-1::after, .ms-saga-2::after, .ms-saga-3::after, .ms-saga-4::after, .ms-saga-5::after {
.ms-saga-1::after, .ms-saga-2::after, .ms-saga-3::after, .ms-saga-4::after, .ms-saga-5::after, .ms-saga-6::after {
color: #fff;
display: inline-block;
font-size: 0.6em;
@ -1340,6 +1424,9 @@ span.ms-half > .ms-cost {
.ms-saga-5::after {
content: "V";
}
.ms-saga-6::after {
content: "VI";
}
.ms-level > span {
font-size: 0.33em;
@ -1363,6 +1450,113 @@ span.ms-half > .ms-cost {
width: 100%;
}
.ms-defense {
color: #111;
font-size: 1.5em;
position: relative;
text-align: center;
}
.ms-defense-0::after, .ms-defense-1::after, .ms-defense-2::after, .ms-defense-3::after, .ms-defense-4::after, .ms-defense-5::after, .ms-defense-6::after, .ms-defense-7::after, .ms-defense-8::after, .ms-defense-9::after, .ms-defense-10::after, .ms-defense-11::after, .ms-defense-12::after, .ms-defense-13::after, .ms-defense-14::after, .ms-defense-15::after, .ms-defense-16::after, .ms-defense-17::after, .ms-defense-18::after, .ms-defense-19::after, .ms-defense-20::after, .ms-defense-25::after, .ms-defense-x::after {
color: #fff;
display: inline-block;
font-size: 0.5em;
font-family: "MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif";
position: absolute;
left: 0;
line-height: 2.25em;
width: 100%;
text-align: center;
}
.ms-defense-0::after {
content: "0";
}
.ms-defense-1::after {
content: "1";
}
.ms-defense-2::after {
content: "2";
}
.ms-defense-3::after {
content: "3";
}
.ms-defense-4::after {
content: "4";
}
.ms-defense-5::after {
content: "5";
}
.ms-defense-6::after {
content: "6";
}
.ms-defense-7::after {
content: "7";
}
.ms-defense-8::after {
content: "8";
}
.ms-defense-9::after {
content: "9";
}
.ms-defense-10::after {
content: "10";
}
.ms-defense-11::after {
content: "11";
}
.ms-defense-12::after {
content: "12";
}
.ms-defense-13::after {
content: "13";
}
.ms-defense-14::after {
content: "14";
}
.ms-defense-15::after {
content: "15";
}
.ms-defense-16::after {
content: "16";
}
.ms-defense-17::after {
content: "17";
}
.ms-defense-18::after {
content: "18";
}
.ms-defense-19::after {
content: "19";
}
.ms-defense-20::after {
content: "20";
}
.ms-defense-25::after {
content: "25";
}
.ms-defense-outline::before {
content: "\e9d8";
}
.ms-defense-outline::after {
color: #111;
}
.ms-defense-print {
display: list-item;
list-style-position: inside;
width: 0.9em;
}
.ms-defense-print::before {
color: #fff;
content: "\e9d8";
position: absolute;
left: 0;
top: 0;
text-shadow: 0 0 5px #333;
}
.ms-defense-print::marker {
content: "\e9d7";
color: #111;
}
.ms-dfc {
color: #111;
border: 0.05em solid #111;

File diff suppressed because one or more lines are too long

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 839 KiB

After

Width:  |  Height:  |  Size: 903 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -56,10 +56,12 @@
.left {
width: 46%;
float: left;
margin-bottom: 2rem;
}
.right {
width: 46%;
float: right;
margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
.left, .right {
@ -258,8 +260,15 @@
<i class="ms ms-saga ms-saga-2 ms-2x"></i>
<i class="ms ms-saga ms-saga-3 ms-2x"></i>
<i class="ms ms-saga ms-saga-4 ms-2x"></i>
<i class="ms ms-saga ms-saga-5 ms-2x"></i>
<i class="ms ms-saga ms-saga-6 ms-2x"></i>
&nbsp;&nbsp;
<i class="ms ms-level ms-3x"><span>1-2</span></i>
&nbsp;&nbsp;
<i class="ms ms-defense ms-defense-0 ms-3x"></i>
<i class="ms ms-defense ms-defense-4 ms-3x"></i>
<i class="ms ms-defense ms-defense-outline ms-defense-5 ms-2x"></i>
<i class="ms ms-defense ms-defense-print ms-defense-4 ms-3x"></i>
</div>
</div>
<div class="right">
@ -274,11 +283,15 @@
<i class="ms ms-ability-afterlife ms-2x ms-fw" title="Afterlife"></i>
<i class="ms ms-ability-aftermath ms-2x ms-fw" title="Aftermath"></i>
<i class="ms ms-ability-alliance ms-2x ms-fw" title="Alliance"></i>
<i class="ms ms-ability-amass ms-2x ms-fw" title="Amass"></i>
<i class="ms ms-ability-amass-orcs ms-2x ms-fw" title="Amass Orcs"></i>
<i class="ms ms-ability-amass ms-2x ms-fw" title="Amass Zombies"></i>
<i class="ms ms-ability-ascend ms-2x ms-fw" title="Ascend"></i>
<i class="ms ms-ability-backup ms-2x ms-fw" title="Backup"></i>
<i class="ms ms-ability-bargain ms-2x ms-fw" title="Bargain"></i>
<i class="ms ms-ability-blitz ms-2x ms-fw" title="Blitz"></i>
<i class="ms ms-ability-boast ms-2x ms-fw" title="Boast"></i>
<i class="ms ms-ability-casualty ms-2x ms-fw" title="Casualty"></i>
<i class="ms ms-ability-celebration ms-2x ms-fw" title="Celebration"></i>
<i class="ms ms-ability-changeling ms-2x ms-fw" title="Changeling"></i>
<i class="ms ms-ability-channel ms-2x ms-fw" title="Channel"></i>
<i class="ms ms-ability-cleave ms-2x ms-fw" title="Cleave"></i>
@ -286,6 +299,7 @@
<i class="ms ms-ability-companion ms-2x ms-fw" title="Companion"></i>
<i class="ms ms-ability-constellation ms-2x ms-fw" title="Constellation"></i>
<i class="ms ms-ability-convoke ms-2x ms-fw" title="Convoke"></i>
<i class="ms ms-ability-convoke-original ms-2x ms-fw" title="Convoke (Original)"></i>
<i class="ms ms-ability-corrupted ms-2x ms-fw" title="Corrupted"></i>
<i class="ms ms-ability-coven ms-2x ms-fw" title="Coven"></i>
<i class="ms ms-ability-d20 ms-2x ms-fw" title="D20"></i>
@ -302,6 +316,7 @@
<i class="ms ms-ability-embalm ms-2x ms-fw" title="Embalm"></i>
<i class="ms ms-ability-enlist ms-2x ms-fw" title="Enlist"></i>
<i class="ms ms-ability-enrage ms-2x ms-fw" title="Enrage"></i>
<i class="ms ms-ability-enrage-original ms-2x ms-fw" title="Enrage (Original)"></i>
<i class="ms ms-ability-escape ms-2x ms-fw" title="Escape"></i>
<i class="ms ms-ability-eternalize ms-2x ms-fw" title="Eternalize"></i>
<i class="ms ms-ability-exploit ms-2x ms-fw" title="Exploit"></i>
@ -321,6 +336,8 @@
<i class="ms ms-ability-hexproof-red ms-2x ms-fw" title="Hexproof: Red"></i>
<i class="ms ms-ability-hexproof-green ms-2x ms-fw" title="Hexproof: Green"></i>
<i class="ms ms-ability-hideaway ms-2x ms-fw" title="Hideaway"></i>
<i class="ms ms-ability-improvise ms-2x ms-fw" title="Improvise"></i>
<i class="ms ms-ability-incubate ms-2x ms-fw" title="Incubate"></i>
<i class="ms ms-ability-indestructible ms-2x ms-fw" title="Indestructible"></i>
<i class="ms ms-ability-investigate ms-2x ms-fw" title="Investigate"></i>
<i class="ms ms-ability-jumpstart ms-2x ms-fw" title="Jumpstart"></i>
@ -345,12 +362,20 @@
<i class="ms ms-ability-read-ahead ms-2x ms-fw" title="Read Ahead"></i>
<i class="ms ms-ability-reconfigure ms-2x ms-fw" title="Reconfigure"></i>
<i class="ms ms-ability-revolt ms-2x ms-fw" title="Revolt"></i>
<i class="ms ms-ability-ring-bearer ms-2x ms-fw" title="Ring Bearer"></i>
<i class="ms ms-ability-riot ms-2x ms-fw" title="Riot"></i>
<i class="ms ms-ability-role-cursed ms-2x ms-fw" title="Cursed Role"></i>
<i class="ms ms-ability-role-monster ms-2x ms-fw" title="Monster Role"></i>
<i class="ms ms-ability-role-royal ms-2x ms-fw" title="Royal Role"></i>
<i class="ms ms-ability-role-sorceror ms-2x ms-fw" title="Sorceror Role"></i>
<i class="ms ms-ability-role-wicked ms-2x ms-fw" title="Wicked Role"></i>
<i class="ms ms-ability-role-young-hero ms-2x ms-fw" title="Young Hero Role"></i>
<i class="ms ms-ability-specialize ms-2x ms-fw" title="Explore"></i>
<i class="ms ms-ability-spectacle ms-2x ms-fw" title="Spectacle"></i>
<i class="ms ms-ability-static ms-2x ms-fw" title="Static"></i>
<i class="ms ms-ability-summoning-sickness ms-2x ms-fw" title="Summoning Sickness"></i>
<i class="ms ms-ability-surveil ms-2x ms-fw" title="Surveil"></i>
<i class="ms ms-ability-the-ring-tempts-you ms-2x ms-fw" title="The Ring Tempts You"></i>
<i class="ms ms-ability-toxic ms-2x ms-fw" title="Toxic"></i>
<i class="ms ms-ability-training ms-2x ms-fw" title="Training"></i>
<i class="ms ms-ability-trample ms-2x ms-fw" title="Trample"></i>
@ -360,9 +385,13 @@
<i class="ms ms-ability-unearth ms-2x ms-fw" title="Unearth"></i>
<i class="ms ms-ability-vigilance ms-2x ms-fw" title="Vigilance"></i>
<i class="ms ms-ability-ward ms-2x ms-fw" title="Ward"></i>
&nbsp;&nbsp;
<i class="ms ms-ability-haktos-the-unscarred ms-2x ms-fw" title="Haktos the Unscarred"></i>
<i class="ms ms-ability-robber-of-the-rich ms-2x ms-fw" title="Robber of the Rich"></i>
</p>
<h3>Arena Exclusive Counters</h3>
<p class="grid">
<i class="ms ms-counter-damage ms-2x ms-fw" title="Damaged"></i>
<i class="ms ms-counter-shield ms-2x ms-fw" title="Shield"></i>
<i class="ms ms-counter-stun ms-2x ms-fw" title="Stun"></i>
</p>
@ -395,6 +424,7 @@
<i class="ms ms-counter-slime ms-2x ms-fw" title="Slime"></i>
<i class="ms ms-counter-time ms-2x ms-fw" title="Time"></i>
<i class="ms ms-counter-verse ms-2x ms-fw" title="Verse"></i>
<i class="ms ms-counter-void ms-2x ms-fw" title="Void"></i>
<i class="ms ms-counter-vortex ms-2x ms-fw" title="Vortex"></i>
</p>
<h3>Card type and game zone symbols</h3>
@ -412,6 +442,8 @@
<i class="ms ms-phenomenon ms-2x ms-fw" title="Phenomenon"></i>
<i class="ms ms-scheme ms-2x ms-fw" title="Scheme"></i>
<i class="ms ms-conspiracy ms-2x ms-fw" title="Conspiracy"></i>
<i class="ms ms-battle ms-2x ms-fw" title="Battle"></i>
<i class="ms ms-battle-siege ms-2x ms-fw" title="Battle - Siege"></i>
</p>
<p class="grid">
<i class="ms ms-multicolor ms-duo ms-duo-color ms-grad ms-2x ms-fw" title="Multicolor"></i>
@ -438,6 +470,10 @@
<i class="ms ms-dfc ms-dfc-lesson ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-saga ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-saga-creature ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-front ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-back ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-meld ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-facedown ms-2x ms-fw"></i>
&nbsp;&nbsp;
<i class="ms ms-dfc-modal-face ms-2x ms-fw"></i>
<i class="ms ms-dfc-modal-back ms-2x ms-fw"></i>

View File

@ -54,12 +54,15 @@
// card types
&-artifact::before { content: "\e61e"; }
&-battle::before { content: "\e9d1"; }
&-battle-siege::before { content: "\e9d2"; }
&-commander::before { content: "\e9c6"; }
&-conspiracy::before { content: "\e972"; }
&-creature::before { content: "\e61f"; }
&-enchantment::before { content: "\e620"; }
&-instant::before { content: "\e621"; }
&-land::before { content: "\e622"; }
&-multicolor::before { content: "\e985"; }
&-phenomenon::before { content: "\e96e"; }
&-plane::before { content: "\e96f"; }
&-planeswalker::before { content: "\e623"; }
@ -71,7 +74,6 @@
&-tribal::before,
&-multiple::before { content: "\e925"; }
&-vanguard::before { content: "\e971"; }
&-multicolor::before { content: "\e985"; }
// zones
&-hand::before { content: "\e9ca"; }
@ -142,13 +144,17 @@
&-100::before { content: "\e900"; }
&-1000000::before { content: "\e901"; }
// planeswalkers
// loyalty
&-loyalty {
&-up::before { content: "\e627"; } // Up
&-down::before { content: "\e625"; } // Down
&-zero::before { content: "\e626"; } // Zero
&-start::before { content: "\e628"; } // Start
}
&-defense {
&::before { content: "\e9d7"; }
&-border::before { content: "\e9d8"; }
}
// levelers
&-level {
@ -158,12 +164,16 @@
// double-faced cards
&-dfc {
&-back::before { content: "\e9d4"; }
&-day::before { content: "\e906"; }
&-emrakul::before { content: "\e90a"; }
&-enchantment::before { content: "\e920"; }
&-facedown::before { content: "\e9d6"; }
&-front::before { content: "\e9d3"; }
&-ignite::before { content: "\e908"; }
&-land::before { content: "\e9c5"; }
&-lesson::before { content: "\e98f"; }
&-meld::before { content: "\e9d5"; }
&-modal-back::before { content: "\e984"; }
&-modal-face::before { content: "\e983"; }
&-moon::before { content: "\e90b"; }
@ -225,6 +235,7 @@
&-arrow::before { content: "\e92b"; }
&-brick::before { content: "\e92c"; }
&-charge::before { content: "\e92d"; }
&-damage::before { content: "\e9dd"; } // same as original enrage
&-devotion::before { content: "\e92e"; }
&-doom::before { content: "\e92f"; }
&-echo::before { content: "\e930"; }
@ -249,6 +260,7 @@
&-minus-uneven::before { content: "\e943"; }
&-plus-uneven::before { content: "\e944"; }
&-verse::before { content: "\e945"; }
&-void::before { content: "\e9ec"; }
&-vortex::before { content: "\e946"; }
// arena
&-shield::before { content: "\e9c3"; }
@ -268,18 +280,28 @@
&-afterlife::before { content: "\e978"; }
&-aftermath::before { content: "\e979"; }
&-alliance::before { content: "\e9b5"; }
&-amass::before { content: "\e97a"; }
&-amass {
&-orcs::before { content: "\e9e0"; }
&-zombies::before,
&::before { content: "\e97a"; }
}
&-ascend::before { content: "\e94a"; }
&-backup::before { content: "\e9d9"; }
&-bargain::before { content: "\e9e2"; }
&-blitz::before { content: "\e9b4"; }
&-boast::before { content: "\e991"; }
&-casualty::before { content: "\e9b7"; }
&-celebration::before { content: "\e9e3"; }
&-changeling::before { content: "\e9a6"; }
&-channel::before { content: "\e9b1"; }
&-cleave::before { content: "\e9ad"; }
&-combat-condition::before { content: "\e9ce"; }
&-companion::before { content: "\e97b"; }
&-constellation::before { content: "\e97c"; }
&-convoke::before { content: "\e949"; }
&-convoke {
&-original::before { content: "\e949"; }
&::before { content: "\e9da"; }
}
&-corrupted::before { content: "\e9c0"; }
&-coven::before { content: "\e9aa"; }
&-d20::before { content: "\e999"; }
@ -295,7 +317,10 @@
&-dungeon::before { content: "\e995"; }
&-embalm::before { content: "\e97e"; }
&-enlist::before { content: "\e9ba"; }
&-enrage::before { content: "\e94e"; }
&-enrage {
&::before { content: "\e9dc"; }
&-original::before { content: "\e94e"; }
}
&-escape::before { content: "\e969"; }
&-eternalize::before { content: "\e97f"; }
&-exploit::before { content: "\e9af"; }
@ -317,6 +342,8 @@
&-white::before { content: "\e959"; }
}
&-hideaway::before { content: "\e9b8"; }
&-improvise::before { content: "\e9de"; }
&-incubate::before { content: "\e9db"; }
&-indestructible::before { content: "\e95a"; }
&-investigate::before { content: "\e9ab"; }
&-jumpstart::before { content: "\e95b"; }
@ -341,14 +368,23 @@
&-read-ahead::before { content: "\e9b9"; }
&-reconfigure::before { content: "\e9b3"; }
&-revolt::before { content: "\e961"; }
&-ring-bearer::before { content: "\e9df"; }
&-riot::before { content: "\e973"; }
&-role {
&-cursed::before { content: "\e9e6"; }
&-monster::before { content: "\e9e7"; }
&-royal::before { content: "\e9e8"; }
&-sorceror::before { content: "\e9e9"; }
&-wicked::before { content: "\e9ea"; }
&-young-hero::before { content: "\e9eb"; }
}
&-specialize::before { content: "\e9bb"; }
&-spectacle::before { content: "\e96b"; }
&-static::before,
&-enchant::before,
&-improvise::before { content: "\e962"; }
&-enchant::before { content: "\e962"; }
&-summoning-sickness::before { content: "\e96a"; }
&-surveil::before { content: "\e963"; }
&-the-ring-tempts-you::before { content: "\e9e1"; }
&-toxic::before { content: "\e9bf"; }
&-training::before { content: "\e9b0"; }
&-trample::before { content: "\e964"; }
@ -358,5 +394,9 @@
&-unearth::before { content: "\e9bc"; }
&-vigilance::before { content: "\e968"; }
&-ward::before { content: "\e992"; }
// arena card-specific ability symbols
&-haktos-the-unscarred::before { content: "\e9e4"; }
&-robber-of-the-rich::before { content: "\e9e5"; }
}
}

View File

@ -145,7 +145,7 @@
color: #111;
}
// correction for starting loyalty size
&.#{$ms-prefix}-loyalty-start {
&.@{ms-prefix}-loyalty-start {
font-size: 1.6em;
}
}
@ -164,7 +164,8 @@
&-2::after,
&-3::after,
&-4::after,
&-5::after { // future proofing :P
&-5::after,
&-6::after {
color: #fff;
display: inline-block;
font-size: 0.6em;
@ -181,6 +182,7 @@
&-3::after { content: "III"; }
&-4::after { content: "IV"; }
&-5::after { content: "V"; }
&-6::after { content: "VI"; }
}
@ -213,4 +215,102 @@
width: 100%;
}
}
// defense loyalty
.@{ms-prefix}-defense {
color: #111;
font-size: 1.5em;
position: relative;
text-align: center;
// base styles for counters
&-0::after,
&-1::after,
&-2::after,
&-3::after,
&-4::after,
&-5::after,
&-6::after,
&-7::after,
&-8::after,
&-9::after,
&-10::after,
&-11::after,
&-12::after,
&-13::after,
&-14::after,
&-15::after,
&-16::after,
&-17::after,
&-18::after,
&-19::after,
&-20::after,
&-25::after,
&-x::after {
color: #fff;
display: inline-block;
font-size: 0.5em;
font-family: @ms-serif-font;
position: absolute;
left: 0;
line-height: 2.25em;
width: 100%;
text-align: center;
}
// values
&-0::after { content: "0"; }
&-1::after { content: "1"; }
&-2::after { content: "2"; }
&-3::after { content: "3"; }
&-4::after { content: "4"; }
&-5::after { content: "5"; }
&-6::after { content: "6"; }
&-7::after { content: "7"; }
&-8::after { content: "8"; }
&-9::after { content: "9"; }
&-10::after { content: "10"; }
&-11::after { content: "11"; }
&-12::after { content: "12"; }
&-13::after { content: "13"; }
&-14::after { content: "14"; }
&-15::after { content: "15"; }
&-16::after { content: "16"; }
&-17::after { content: "17"; }
&-18::after { content: "18"; }
&-19::after { content: "19"; }
&-20::after { content: "20"; }
&-25::after { content: "25"; }
// outline version
&-outline {
&::before {
content: "\e9d8";
}
&::after {
color: #111;
}
}
// experimental third layer for the border
&-print {
display: list-item;
list-style-position: inside;
width: 0.9em;
&::before {
color: #fff;
content: "\e9d8";
position: absolute;
left: 0;
top: 0;
text-shadow: 0 0 5px #333;
}
&::marker {
content: "\e9d7";
color: #111;
}
}
}

View File

@ -1,6 +1,6 @@
// base variables
@ms-font-path: '../fonts';
@ms-version: '1.16.0';
@ms-version: '1.15.9';
@ms-font-size-base: 14px;
@ms-prefix: ms;
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;

View File

@ -1,6 +1,6 @@
{
"name": "mana-font",
"version": "1.16.0",
"version": "1.15.9",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {
@ -21,6 +21,7 @@
"lessmin": "lessc --clean-css less/mana.less css/mana.min.css",
"sass": "sass sass/mana.scss css/mana.css --style=expanded",
"sassmin": "sass sass/mana.scss css/mana.min.css --style compressed",
"rename": "for f in `find fonts/*`; do mv -v \"$f\" \"`echo $f | tr '[A-Z]' '[a-z]'`\"; done",
"build": "npm run -s sass && npm run -s sassmin"
},
"author": "Andrew Gioia <andrew@gioia.email>",

View File

@ -54,6 +54,8 @@
// card types
&-artifact::before { content: "\e61e"; }
&-battle::before { content: "\e9d1"; }
&-battle-siege::before { content: "\e9d2"; }
&-commander::before { content: "\e9c6"; }
&-conspiracy::before { content: "\e972"; }
&-creature::before { content: "\e61f"; }
@ -61,6 +63,7 @@
&-dungeon::before { content: "\e995"; }
&-instant::before { content: "\e621"; }
&-land::before { content: "\e622"; }
&-multicolor::before { content: "\e985"; }
&-phenomenon::before { content: "\e96e"; }
&-plane::before { content: "\e96f"; }
&-planeswalker::before { content: "\e623"; }
@ -72,7 +75,6 @@
&-tribal::before,
&-multiple::before { content: "\e925"; }
&-vanguard::before { content: "\e971"; }
&-multicolor::before { content: "\e985"; }
// zones
&-hand::before { content: "\e9ca"; }
@ -143,13 +145,17 @@
&-100::before { content: "\e900"; }
&-1000000::before { content: "\e901"; }
// planewalkers
// loyalty
&-loyalty {
&-up::before { content: "\e627"; } // up
&-down::before { content: "\e625"; } // down
&-zero::before { content: "\e626"; } // zero
&-start::before { content: "\e628"; } // start
}
&-defense {
&::before { content: "\e9d7"; }
&-border::before { content: "\e9d8"; }
}
// levelers
&-level {
@ -159,12 +165,16 @@
// double-faced cards
&-dfc {
&-back::before { content: "\e9d4"; }
&-day::before { content: "\e906"; }
&-emrakul::before { content: "\e90a"; }
&-enchantment::before { content: "\e920"; }
&-facedown::before { content: "\e9d6"; }
&-front::before { content: "\e9d3"; }
&-ignite::before { content: "\e908"; }
&-land::before { content: "\e9c5"; }
&-lesson::before { content: "\e98f"; }
&-meld::before { content: "\e9d5"; }
&-modal-back::before { content: "\e984"; }
&-modal-face::before { content: "\e983"; }
&-moon::before { content: "\e90b"; }
@ -226,6 +236,7 @@
&-arrow::before { content: "\e92b"; }
&-brick::before { content: "\e92c"; }
&-charge::before { content: "\e92d"; }
&-damage::before { content: "\e9dd"; } // same as original enrage
&-devotion::before { content: "\e92e"; }
&-doom::before { content: "\e92f"; }
&-echo::before { content: "\e930"; }
@ -250,6 +261,7 @@
&-slime::before { content: "\e941"; }
&-time::before { content: "\e942"; }
&-verse::before { content: "\e945"; }
&-void::before { content: "\e9ec"; }
&-vortex::before { content: "\e946"; }
// arena
&-shield::before { content: "\e9c3"; }
@ -269,18 +281,28 @@
&-afterlife::before { content: "\e978"; }
&-aftermath::before { content: "\e979"; }
&-alliance::before { content: "\e9b5"; }
&-amass::before { content: "\e97a"; }
&-amass {
&-orcs::before { content: "\e9e0"; }
&-zombies::before,
&::before { content: "\e97a"; }
}
&-ascend::before { content: "\e94a"; }
&-backup::before { content: "\e9d9"; }
&-bargain::before { content: "\e9e2"; }
&-blitz::before { content: "\e9b4"; }
&-boast::before { content: "\e991"; }
&-casualty::before { content: "\e9b7"; }
&-celebration::before { content: "\e9e3"; }
&-changeling::before { content: "\e9a6"; }
&-channel::before { content: "\e9b1"; }
&-cleave::before { content: "\e9ad"; }
&-combat-condition::before { content: "\e9ce"; }
&-companion::before { content: "\e97b"; }
&-constellation::before { content: "\e97c"; }
&-convoke::before { content: "\e949"; }
&-convoke {
&-original::before { content: "\e949"; }
&::before { content: "\e9da"; }
}
&-corrupted::before { content: "\e9c0"; }
&-coven::before { content: "\e9aa"; }
&-d20::before { content: "\e999"; }
@ -296,7 +318,10 @@
&-dungeon::before { content: "\e995"; }
&-embalm::before { content: "\e97e"; }
&-enlist::before { content: "\e9ba"; }
&-enrage::before { content: "\e94e"; }
&-enrage {
&::before { content: "\e9dc"; }
&-original::before { content: "\e94e"; }
}
&-escape::before { content: "\e969"; }
&-eternalize::before { content: "\e97f"; }
&-exploit::before { content: "\e9af"; }
@ -318,6 +343,8 @@
&-white::before { content: "\e959"; }
}
&-hideaway::before { content: "\e9b8"; }
&-improvise::before { content: "\e9de"; }
&-incubate::before { content: "\e9db"; }
&-indestructible::before { content: "\e95a"; }
&-investigate::before { content: "\e9ab"; }
&-jumpstart::before { content: "\e95b"; }
@ -342,14 +369,23 @@
&-read-ahead::before { content: "\e9b9"; }
&-reconfigure::before { content: "\e9b3"; }
&-revolt::before { content: "\e961"; }
&-ring-bearer::before { content: "\e9df"; }
&-riot::before { content: "\e973"; }
&-role {
&-cursed::before { content: "\e9e6"; }
&-monster::before { content: "\e9e7"; }
&-royal::before { content: "\e9e8"; }
&-sorceror::before { content: "\e9e9"; }
&-wicked::before { content: "\e9ea"; }
&-young-hero::before { content: "\e9eb"; }
}
&-specialize::before { content: "\e9bb"; }
&-spectacle::before { content: "\e96b"; }
&-static::before,
&-enchant::before,
&-improvise::before { content: "\e962"; }
&-enchant::before { content: "\e962"; }
&-summoning-sickness::before { content: "\e96a"; }
&-surveil::before { content: "\e963"; }
&-the-ring-tempts-you::before { content: "\e9e1"; }
&-toxic::before { content: "\e9bf"; }
&-training::before { content: "\e9b0"; }
&-trample::before { content: "\e964"; }
@ -359,5 +395,9 @@
&-unearth::before { content: "\e9bc"; }
&-vigilance::before { content: "\e968"; }
&-ward::before { content: "\e992"; }
// arena card-specific ability symbols
&-haktos-the-unscarred::before { content: "\e9e4"; }
&-robber-of-the-rich::before { content: "\e9e5"; }
}
}

View File

@ -169,7 +169,8 @@
&-2::after,
&-3::after,
&-4::after,
&-5::after { // future proofing :P
&-5::after,
&-6::after {
color: #fff;
display: inline-block;
font-size: 0.6em;
@ -186,6 +187,7 @@
&-3::after { content: "III"; }
&-4::after { content: "IV"; }
&-5::after { content: "V"; }
&-6::after { content: "VI"; }
}
@ -218,4 +220,103 @@
width: 100%;
}
}
// defense loyalty
.#{$ms-prefix}-defense {
color: #111;
font-size: 1.5em;
position: relative;
text-align: center;
// base styles for counters
&-0::after,
&-1::after,
&-2::after,
&-3::after,
&-4::after,
&-5::after,
&-6::after,
&-7::after,
&-8::after,
&-9::after,
&-10::after,
&-11::after,
&-12::after,
&-13::after,
&-14::after,
&-15::after,
&-16::after,
&-17::after,
&-18::after,
&-19::after,
&-20::after,
&-25::after,
&-x::after {
color: #fff;
display: inline-block;
font-size: 0.5em;
font-family: $ms-serif-font;
position: absolute;
left: 0;
line-height: 2.25em;
width: 100%;
text-align: center;
}
// values
&-0::after { content: "0"; }
&-1::after { content: "1"; }
&-2::after { content: "2"; }
&-3::after { content: "3"; }
&-4::after { content: "4"; }
&-5::after { content: "5"; }
&-6::after { content: "6"; }
&-7::after { content: "7"; }
&-8::after { content: "8"; }
&-9::after { content: "9"; }
&-10::after { content: "10"; }
&-11::after { content: "11"; }
&-12::after { content: "12"; }
&-13::after { content: "13"; }
&-14::after { content: "14"; }
&-15::after { content: "15"; }
&-16::after { content: "16"; }
&-17::after { content: "17"; }
&-18::after { content: "18"; }
&-19::after { content: "19"; }
&-20::after { content: "20"; }
&-25::after { content: "25"; }
// outline version
&-outline {
&::before {
content: "\e9d8";
}
&::after {
color: #111;
}
}
// experimental third layer for the border
&-print {
display: list-item;
list-style-position: inside;
width: 0.9em;
&::before {
color: #fff;
content: "\e9d8";
position: absolute;
left: 0;
top: 0;
text-shadow: 0 0 5px #333;
}
&::marker {
content: "\e9d7";
color: #111;
}
}
}

View File

@ -1,6 +1,6 @@
// base variables
$ms-font-path: '../fonts' !default;
$ms-version: '1.16.0' !default;
$ms-version: '1.15.9' !default;
$ms-font-size-base: 14px !default;
$ms-prefix: ms !default;
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="19" height="32" viewBox="0 0 19 32">
<title>ability-amass-orcs</title>
<path fill="#444" d="M15.056 5.12c-0.23 0.421-0.517 0.603-0.559 1.045-0.118 1.245-0.381 2.474 0.109 4.103 0.008 0.025-0.899-0.066-0.899-0.066s-0.55 0.508-0.543 0.52c0.212 0.337 1.625-0.047 1.622-0.010-0.092 0.931-0.756 0.997-1.098 1.878-0.030 0.077 0.538 0.875 0.538 0.875s0.145 1.197-0.835 1.514c-0.141 0.045-0.422 0.443-0.414 0.545 0.132 1.717 0.323 2.038-0.898 3.185-0.857 0.805-1.644 0.551-2.55 0.783-0.236 0.060-0.246 0.138-0.027 0.244l0.525 0.252c0.157 0.077 0.431 0.339 0.433 0.515 0.013 3.47-0.008 6.632 0.019 9.845 0.002 0.279-0.070 0.658-0.59 1.292-0.055 0.067-0.477 0.36-0.562 0.361-0.666 0.006-1.641-1.401-1.641-1.401s-0.084-4.317-0.070-5.268c0.002-0.201 0.047-0.721-0.033-0.537-0.487 1.089-1.182 1.87-2.032 2.716-0.082 0.082-0.177 0.102-0.285 0.060l-0.627-0.241c-0.079-0.031-0.147-0.016-0.205 0.044l-2.359 2.392c-0.069 0.071-0.122 0.061-0.159-0.030-0.005-0.011 0.761-1.253 0.846-1.453 0.012-0.030 0.018-0.063 0.018-0.096 0-0.141-0.116-0.257-0.257-0.257-0.065 0-0.127 0.024-0.174 0.068l-2.288 2.165c-0.016 0.015-0.028 0.012-0.036-0.008-0.007-0.024-0.015-0.047-0.022-0.068-0.005-0.020-0.003-0.038 0.008-0.055 1.317-1.802 2.405-3.732 3.265-5.788 0.035-0.084 0.092-0.148 0.172-0.192 0.272-0.153 0.403-0.385 0.394-0.695-0.007-0.296-0.088-0.317-0.244-0.066l-0.342 0.55c-0.051 0.084-0.126 0.12-0.224 0.109l-0.208-0.022c-0.148-0.015-0.207-0.095-0.178-0.241l0.263-1.275c0.004-0.016 0.005-0.032 0.005-0.048 0-0.12-0.099-0.219-0.219-0.219-0.067 0-0.131 0.031-0.172 0.084l-1.869 2.266c-0.021 0.023-0.049 0.038-0.079 0.042-0.070 0.010-0.135-0.039-0.144-0.107-0.004-0.031 0.003-0.062 0.021-0.088 0.645-0.916 2.738-5.085 3.411-6.647 0.127-0.295-0.418-0.166-0.724-0.382-0.081-0.057-0.024-0.258 0.020-0.348 0.389-0.777 0.699-1.58 0.93-2.408 0.276-0.988 1.108-1.817 1.639-2.698 0.042-0.069 0.056-0.144 0.041-0.224l-0.279-1.587c-0.016-0.093-0.072-0.14-0.167-0.14l-0.586-0.008c-0.093 0-0.124-0.045-0.093-0.134 0.351-1.020 1.165-4.108 0.804-5.4-0.045-0.16-0.662-0.742-0.662-0.742s-1.566-0.319-2.419-0.829c-0.015-0.009-0.031-0.018-0.043-0.031-0.047-0.053-0.042-0.135 0.012-0.183 0.013-0.011 0.028-0.021 0.044-0.026 0.928-0.312 1.691-0.588 2.693-0.588h3.44c0.174 0 0.525-0.209 0.625-0.353l0.836-1.349c0.051-0.075 0.192-0.255 0.283-0.261 1.012-0.060 1.011 1.060 1.038 1.763 0.004 0.103 0.344 0.137 0.344 0.137l3.175-0.004c0 0 0.541 0.087 0.735 0.186 1.115 0.564 2.043 1.306 2.959 1.994 0.042 0.031 0.265 0.242 0.265 0.242l-0.309 0.353c0 0-0.096 0.039-0.147 0.042l-2.879 0.183c-0.117 0.008-0.326 0.119-0.383 0.221zM10.524 3.273c1.246 0.179 2.22 0.065 3.349 0.153 0.42 0.033 0.759 0.311 1.169 0.413 0.016 0.004 0.031 0.006 0.047 0.006 0.111 0 0.192-0.030 0.269-0.11 0.107-0.112 0.117-0.328 0.116-0.334l-0.055-0.171c-0.009-0.086-0.227-0.193-0.307-0.225-0.791-0.317-1.585-0.472-1.585-0.472s-2.882 0.094-6.436 0.032c-0.536-0.009-0.497 0.154-0.987 0.346-0.093 0.036-0.546 0.235-0.466 0.295 0.386 0.282 2.878 0.054 3.543 0.093 0.095 0.005 0.331 0.066 0.345 0.159l0.275 1.561 0.063 2.232c0.040 0.274 0.285 0.284 0.342 0.014 0.175-0.833 0.676-1.776 0.717-2.512 0.014-0.265-0.037-0.428-0.136-0.699-0.083-0.225-0.279-0.352-0.379-0.615-0.042-0.109-0.002-0.181 0.115-0.164zM10.648 11.335c0.060 0.27 0.183 0.504 0.367 0.703 0.164 0.177 0.24 0.145 0.227-0.096l-0.096-1.894c-0.007-0.15-0.065-0.172-0.172-0.068l-3.681 3.56c-0.091 0.088-0.091 0.176 0 0.265l2.34 2.29c0.093 0.091 0.185 0.089 0.276-0.005l1.606-1.68c0.075-0.079 0.251-0.296 0.171-0.37-0.515-0.481-1.46 0.605-1.796 0.909-0.145 0.13-0.37 0.119-0.501-0.025l-1.103-1.212c-0.134-0.148-0.124-0.378 0.022-0.512l2.11-1.937c0.117-0.109 0.193-0.086 0.23 0.071zM9.248 23.467c-0.001-0.129-0.108-0.235-0.237-0.234l-0.011 0c-0.129 0.001-0.235 0.108-0.234 0.237l0.047 6.737c0.001 0.129 0.108 0.235 0.237 0.234h0.011c0.129-0.001 0.235-0.108 0.234-0.237l-0.047-6.737z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

5
svg/ability-backup.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>ability-backup</title>
<path fill="#444" d="M14.834 12.986v0c0 0 0.54 6.652 1.779 7.827s3.875 1.889 3.875 1.889-2.928 0.146-4.002 1.588c-1.207 1.62-1.525 7.655-1.525 7.655s-0.381-6.194-1.747-7.719c-1.067-1.191-3.97-0.858-3.97-0.858s2.986-0.699 3.939-2.382c1.068-1.887 1.652-8.001 1.652-8.001zM11.907 24.607c-1.15 1.517-2.343 3.045-4.073 3.941 2.028 0.052 3.711-1.231 5.118-2.567-0.112-0.379-0.235-0.768-0.496-1.075-0.285-0.233-0.11-0.12-0.55-0.298v0zM5.059 14.6c-0.162 0.353-0.061 0.111-0.247 0.749-0.889 3.621-3.23 5.785-4.812 6.305 2.736 0.232 4.931-2.291 6.012-4.517-0.241-0.867-0.468-1.769-0.953-2.537v0zM7.75 2.342c0 0-0.413 6.257-1.556 8.1-0.893 1.439-3.78 1.779-3.78 1.779s2.356 0.121 3.32 1.525c1.571 2.287 2.048 7.655 2.048 7.655s0.572-5.844 1.779-7.464c1.074-1.442 3.939-1.906 3.939-1.906s-2.859-0.318-4.098-1.493c-1.239-1.175-1.652-8.195-1.652-8.195zM28.116 12.673c-0.683-0.003-1.421 0.143-1.421 0.143-3.054 0.67-5.498 2.895-7.637 5.039-0.633 0.681-1.235 1.389-1.833 2.101l0.087 0.12c0.42 0.353 0.163 0.157 0.795 0.558 3.788-4.034 7.605-6.863 13.379-6.34 0.381 0.028 0.526-0.13 0.513-0.294-0.016-0.214-1.101-0.682-1.755-0.873-0.977-0.286-1.445-0.449-2.128-0.453zM20.71 0.055l0 0c-0.107 1.748-0.263 3.502-0.629 5.218-0.169 0.79-0.371 1.599-0.768 2.31-0.851 1.465-3.875 2.033-3.875 2.033s2.096 0.191 3.113 1.48c0.902 1.358 1.605 2.826 1.884 4.449l0.709-0.61c0.299-1.389 0.572-2.847 1.378-4.048 1.074-1.442 4.002-1.874 4.002-1.874s-2.891-0.223-4.129-1.398c-0.767-0.837-1.082-2.838-1.255-3.892-0.198-1.214-0.34-2.44-0.429-3.667v-0l-0-0zM19.355 3.474c-3.594 1.222-6.85 3.374-9.234 6.341 0.41 0.326 0.879 0.563 1.378 0.724l0.317 0.094c0.351-0.388 0.699-0.779 1.073-1.145 1.834-1.592 3.821-2.984 6.063-3.955 0.237-0.861 0.114-0.352 0.33-1.536l0.072-0.524zM27.018 1.515l-0.019 0.001c-1.715 0.508-2.573 0.826-4.989 1.143l0.26 1.592 1.425-0.29c1.158-0.272 2.436-0.747 3.121-1.789 0.082-0.125 0.333-0.501 0.201-0.657z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
<title>ability-combat-condition</title>
<path fill="#444" d="M15.785 2.232c0.825 0.121 1.415 0.567 1.869 1.246l12.94 22.51c0.967 1.682-0.247 3.78-2.187 3.78h-25.88c-1.94 0-3.154-2.098-2.187-3.78l12.94-22.51c0.666-1.030 1.336-1.246 2.505-1.246zM15.467 4.735l-12.94 22.51h25.88l-12.94-22.51zM13.525 24.152q0 0.768 0.555 1.261t1.386 0.493 1.386-0.493 0.555-1.261-0.555-1.261-1.386-0.493-1.386 0.493-0.555 1.261zM16.3 20.933c0 0 0.619-0.025 0.639-0.689s0.391-9.151 0.391-9.151 0.045-0.491-0.518-0.491l-2.601 0c0 0-0.563 0-0.557 0.502l0.417 9.116c0 0-0.034 0.687 0.608 0.712h1.622z"></path>
</svg>

After

Width:  |  Height:  |  Size: 724 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="23" height="32" viewBox="0 0 23 32">
<title>ability-enrage-original</title>
<path fill="#444" d="M13.408 8.87c1.767-3.284 4.35-6.040 7.454-8.090-2.704 3.79-4.765 7.589-7.213 11.668-0.695 1.158-0.724 2.447-1.757 3.577-0.687 0.751-0.599 2.312-1.192 3.138-1.443 2.008-3.924 3.704-4.104 6.493-1.388 1.427-1.92 3.234-2.358 5.237-0.289 1.323-0.691-1.613-0.173-4.068 0.487-2.306 2.211-4.272 2.494-6.596 0.347-2.849 2.34-5.128 3.977-7.474 0.925-1.325 1.915-2.609 2.873-3.885zM7.509 7.74c-1.851 2.692-4.604 4.726-5.334 7.999-0.511 2.293-3.030 4.8-1.876 7.287 0.361 0.779 1.539-3.381 2.432-4.994 0.422-0.763 1.367-1.205 1.803-1.978 2.715-4.813 4.98-9.189 8.392-13.161-1.998 1.285-4.068 2.855-5.417 4.847zM20.427 12.698c-3.072 2.468-5.965 4.571-8.015 8.021-1.639 2.853-3.493 5.475-4.849 8.483 0.145-0.127 0.276-0.277 0.437-0.4 2.513-1.922 4.232-5.042 4.583-5.68 0.377-0.683 1.761-1.522 1.883-1.639 1.548-1.492 1.917-2.186 3.126-3.926 1.632-2.371 4.068-4.016 5.783-6.317-0.9 0.264-2.228 0.821-2.948 1.457z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,5 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="23" height="32" viewBox="0 0 23 32">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="32" viewBox="0 0 24 32">
<title>ability-enrage</title>
<path fill="#444" d="M13.408 8.87c1.767-3.284 4.35-6.040 7.454-8.090-2.704 3.79-4.765 7.589-7.213 11.668-0.695 1.158-0.724 2.447-1.757 3.577-0.687 0.751-0.599 2.312-1.192 3.138-1.443 2.008-3.924 3.704-4.104 6.493-1.388 1.427-1.92 3.234-2.358 5.237-0.289 1.323-0.691-1.613-0.173-4.068 0.487-2.306 2.211-4.272 2.494-6.596 0.347-2.849 2.34-5.128 3.977-7.474 0.925-1.325 1.915-2.609 2.873-3.885zM7.509 7.74c-1.851 2.692-4.604 4.726-5.334 7.999-0.511 2.293-3.030 4.8-1.876 7.287 0.361 0.779 1.539-3.381 2.432-4.994 0.422-0.763 1.367-1.205 1.803-1.978 2.715-4.813 4.98-9.189 8.392-13.161-1.998 1.285-4.068 2.855-5.417 4.847zM20.427 12.698c-3.072 2.468-5.965 4.571-8.015 8.021-1.639 2.853-3.493 5.475-4.849 8.483 0.145-0.127 0.276-0.277 0.437-0.4 2.513-1.922 4.232-5.042 4.583-5.68 0.377-0.683 1.761-1.522 1.883-1.639 1.548-1.492 1.917-2.186 3.126-3.926 1.632-2.371 4.068-4.016 5.783-6.317-0.9 0.264-2.228 0.821-2.948 1.457z"></path>
<path fill="#444" d="M21.853 0.722c-2.102 2.939-3.917 6.068-5.743 9.182 1.292 1.314 2.485 2.755 3.199 4.47 0.696-0.57 1.404-1.126 2.106-1.688 0.722-0.639 2.056-1.198 2.959-1.463-1.308 1.738-3.007 3.119-4.477 4.71 1.025 2.663 2.851 5.468 2.499 8.439-0.148 0.992-2.133-4.392-3.137-6.462-0.112-0.246-0.299-0.441-0.491-0.626-0.098 0.13-0.030 0.038-0.2 0.279-0.56 0.782-1.058 1.611-1.67 2.355 0.706 2.112 2.038 3.933 2.8 6.023 0.808 2.381 1.081 5.099 0.636 3.817-0.674-1.942-1.064-3.005-2.581-4.256-0.308-1.569-1.147-2.955-2.105-4.21-0.122 0.121-0.050 0.050-0.217 0.212-0.122 0.118-1.512 0.96-1.89 1.645-0.122 0.224-0.25 0.445-0.379 0.664 0.52 0.92 1.031 1.848 1.454 2.817-0.094-0.087-1.025-1.296-1.129-1.38-0.278-0.217-0.518-0.475-0.759-0.731-1.033 1.625-2.27 3.136-3.788 4.331-0.161 0.123-0.293 0.274-0.438 0.401 0.92-2.051 2.111-3.962 3.28-5.876-0.63-0.828-1.198-1.703-1.725-2.6-1.239 1.41-2.358 2.999-2.525 4.915-1.393 1.432-1.928 3.246-2.367 5.257-0.29 1.328-0.694-1.619-0.174-4.083 0.488-2.315 2.219-4.288 2.504-6.621 0.083-0.676 0.259-1.338 0.512-1.97-0.4-0.528-0.746-1.095-1.108-1.65-0.303-0.461-0.671-0.876-1.032-1.292l-0.405 0.722c-0.438 0.776-1.275 1.342-1.698 2.108-0.413 0.747-0.376 1.694-1.004 2.509-0.839 1.091-1.353 2.803-1.549 2.382-1.158-2.497 1.37-5.013 1.884-7.315 0.176-0.838 0.529-1.618 0.946-2.361-1.123-1.255-2.428-2.373-3.414-3.748 0.691 0.352 1.302 0.878 1.904 1.363 0.667 0.538 1.327 1.085 1.976 1.645 0.733-1.076 1.61-2.042 2.453-3.032-2.248-2.628-4.639-5.129-6.959-7.692 2.987 1.607 6.037 3.494 8.133 6.234 0.2-0.269 0.094-0.123 0.316-0.438 0.473-0.686 1.002-1.336 1.595-1.923-1.254-1.476-2.6-2.871-3.958-4.25 1.76 0.95 3.543 1.897 5.074 3.2 0.862-0.768 1.804-1.439 2.768-2.071-0.746 0.854-1.423 1.764-2.092 2.679 0.319 0.304 0.607 0.637 0.885 0.977 0.586 0.733 1.24 1.407 1.898 2.074 1.75-3.106 4.283-5.695 7.233-7.675zM12.673 16.272c-0.202 0.306-0.297 0.666-0.389 1.017-0.171 0.675 0.263 1.505 0.263 1.505s-1.272 0.547-1.443 0.753l-0.25 0.297c0.498 0.863 1.009 1.72 1.51 2.582 0.595-0.974 0.257-0.413 1.006-1.688 0.307-0.533 0.666-1.032 1.024-1.531-0.593-0.967-1.13-1.966-1.721-2.934zM14.832 12.067l-0.219 0.366c-0.37 0.632-0.588 1.339-0.837 2.024 0.801 0.915 1.586 1.863 2.167 2.937 0.821-0.838 0.364-0.389 1.383-1.337-0.176-0.208-0.097-0.101-0.238-0.321-0.715-1.245-1.454-2.478-2.256-3.669zM8.222 11.126c-0.608 1.055-1.195 2.123-1.787 3.188 0.851 0.72 1.62 1.525 2.352 2.363 0.543-0.95 1.189-1.835 1.829-2.721-0.515-0.475-0.967-1.012-1.395-1.565-0.691-0.891-0.357-0.471-1-1.264zM10.868 6.763c-1.186 1.849-0.631 0.953-1.669 2.682 0.888 0.931 1.761 1.875 2.619 2.834 0.782-1.095 0.247-0.354 1.629-2.207-0.816-1.136-1.676-2.24-2.578-3.308z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

5
svg/ability-goad.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
<title>ability-goad</title>
<path fill="#444" d="M13.348 2.133c1.215 5.236 4.853 7.229 10.995 5.606l1.258 4.758c-8.742 2.311-15.183-1.217-17.047-9.252l4.794-1.112zM24.943 18.299c0 0-0.845-0.2-2.281-0.23-6.918-0.148-12.983 3.711-13.698 11.396l4.911 0.326c0.314-4.739 4.712-7.565 10.255-6.637l0.813-4.854zM3.080 6.091l-3.080 3.839c4.149 3.329 4.141 8.574 0.256 12.515l3.505 3.455c5.843-5.928 5.855-14.565-0.681-19.809z"></path>
</svg>

After

Width:  |  Height:  |  Size: 564 B

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>ability-improvise</title>
<path fill="#444" d="M1.507 13.987c0.317-1.956 1.087-3.76 2.199-5.301l-1.068-1.068 2.847-2.847 1.068 1.068c1.542-1.112 3.346-1.882 5.301-2.199v-1.507h4.026v1.507c1.955 0.317 3.76 1.087 5.301 2.199l1.068-1.068 2.847 2.847-1.068 1.068c1.112 1.542 1.882 3.346 2.199 5.301h1.507v4.026h-1.507c-0.317 1.956-1.087 3.76-2.199 5.301l1.068 1.068-2.847 2.847-1.068-1.068c-1.542 1.112-3.346 1.882-5.301 2.199v1.507h-4.026v-1.507c-1.955-0.317-3.76-1.087-5.301-2.199l-1.068 1.068-2.847-2.847 1.068-1.068c-1.112-1.542-1.882-3.346-2.199-5.301h-1.507v-4.026h1.507zM22.524 20.050c0.577-1.23 0.899-2.603 0.899-4.050 0-5.274-4.282-9.556-9.556-9.556s-9.556 4.282-9.556 9.556c0 5.274 4.282 9.556 9.556 9.556 1.45 0 2.826-0.324 4.058-0.903l-4.616-4.64c-0.118-0.115-0.259-0.184-0.422-0.209-1.337-0.2-2.071-0.503-2.737-1.008-0.096-0.073-1.145-1.059-1.728-1.637-1.012-0.998-1.066-2.233-1.243-3.544-0.027-0.193 0.050-0.327 0.231-0.399l0.431-0.172c0.163-0.067 0.307-0.038 0.431 0.086l2.578 2.587c0.139 0.139 0.307 0.213 0.504 0.209 0.779-0.016 1.266-0.15 1.811-0.642l0.091-0.107c0.379-0.418 0.662-1.048 0.546-1.689-0.035-0.193-0.069-0.365-0.209-0.504l-2.587-2.578c-0.124-0.124-0.153-0.268-0.086-0.431l0.172-0.431c0.072-0.181 0.206-0.259 0.399-0.231 1.312 0.177 2.546 0.231 3.544 1.244 0.579 0.584 1.565 1.633 1.637 1.728 0.505 0.666 0.809 1.4 1.008 2.737 0.024 0.163 0.094 0.304 0.209 0.422l4.633 4.608z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

5
svg/ability-incubate.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
<title>ability-incubate</title>
<path fill="#444" d="M12.144 1.116c-0.353 1.78-0.734 3.569-0.539 5.395-2.756 1.929-5.298 4.996-4.717 8.593 0.548 2.681 1.789 6.278 5.061 6.367 0.014 0.809 0.033 1.622 0.060 2.435 0.437 0.284 0.869 0.567 1.306 0.85 0.167 0.479 0.335 0.957 0.502 1.436-0.056-2.347-0.665-4.666-1.854-6.692 0.195-0.046 0.59-0.135 0.785-0.177-0.288-0.711-0.391-1.12-0.787-1.781-0.17-0.283-0.699-0.954-0.699-0.954s0.515-0.645 0.651-0.991c0.584-1.486 0.959-3.105 1.020-4.681 0.139-3.067 0.651-5.701 0.807-8.859 0 0 0.057-0.984 0.184-0.984s0.242 0.701 0.269 0.864c0.382 2.309 0.757 4.007 1.157 6.107 0.613 2.979 1.366 5.93 2.3 8.825-0.404 1.515-1.51 2.821-1.534 4.443 0 1.032 0.181 2.054 0.26 3.081 0.511-1.445 1.018-2.895 1.482-4.354 0.084 0.762 0.186 1.52 0.297 2.272 1.357-1.915 1.942-4.22 2.523-6.455 0.655-3.044-0.809-6.357-3.067-8.416-1.961-1.496-1.264-4.252-2.040-6.325l0.546 0.297c1.227 1.51 1.048 3.272 2.256 4.791 0.957 1.273 2.101 2.449 2.649 3.983 0.73 1.413 0.725 3.141 1.757 4.392-1.25 3.369-2.812 6.641-3.555 10.177 3.155-2.119 4.749-5.855 6.013-9.304 0.195-0.051 0.59-0.153 0.785-0.209-0.045 0.626 0.108 2.018 0.108 2.018s-0.341 0.296-0.425 0.425c-1.129 1.984-1.97 3.97-2.606 6.154-2.928 1.687-5.791 4.055-7.376 7.085l-0.048-0.068c-1.757-2.946-5.387-3.706-8.589-3.534-1.482-1.947-3.297-3.593-5.212-5.117-1.245-2.458-2.266-5.397-1.732-8.218 0.957 2.654 1.399 5.549 3.165 7.84 0.465 0.019 0.935 0.228 1.4 0.246-0.483-1.273-0.963-2.751-1.047-4.122 0.943 1.315 1.566 2.821 2.514 4.131 0.381 0.573 0.666 1.117 1.233 1.466 0.148 0.091 0.696 0.058 0.85 0.142 0.638 0.346 1.055 0.722 1.671 1.076 0.274-0.437 0.638-0.969 0.907-1.41-1.571-1.733-3.732-3.021-4.731-5.205-1.994-3.69-0.437-8.528 2.593-11.158 1.775-1.515 1.706-3.657 2.831-5.581zM14.342 11.935c-0.153 1.046-0.083 2.218 0.178 3.231 0.191 1.097 0.427 2.085 0.561 3.191 0.102-1.227 0.435-2.414 0.118-3.645-0.255-0.991-0.555-1.89-0.857-2.778z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

5
svg/ability-party.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>ability-party</title>
<path fill="#444" d="M8.18 7.501l5.041-5.027c0.298-0.297 0.782-0.297 1.080 0l5.041 5.027c0.298 0.298 0.298 0.78 0 1.077l-5.041 5.027c-0.298 0.297-0.782 0.297-1.080 0l-5.041-5.027c-0.298-0.297-0.298-0.78 0-1.077zM16.115 15.445c-0.298 0.297-0.298 0.78 0 1.077l5.041 5.027c0.298 0.297 0.782 0.297 1.080 0l5.041-5.027c0.298-0.297 0.298-0.78 0-1.077l-5.041-5.027c-0.298-0.297-0.782-0.297-1.080 0l-5.041 5.027zM0.224 15.445c-0.298 0.297-0.298 0.78 0 1.077l5.041 5.027c0.298 0.297 0.782 0.297 1.080 0l5.041-5.027c0.298-0.297 0.298-0.78 0-1.077l-5.041-5.027c-0.298-0.297-0.782-0.297-1.080 0l-5.041 5.027zM8.18 23.422c-0.298 0.297-0.298 0.78 0 1.077l5.041 5.027c0.298 0.297 0.782 0.297 1.080 0l5.041-5.027c0.298-0.297 0.298-0.78 0-1.077l-5.041-5.027c-0.298-0.297-0.782-0.297-1.080 0l-5.041 5.027z"></path>
</svg>

After

Width:  |  Height:  |  Size: 964 B

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="15" height="32" viewBox="0 0 15 32">
<title>ability-ring-bearer</title>
<path fill="#444" d="M13.352 12.486c0.185 0.294 0.359 0.62 0.534 0.991 1.662 3.529 1.907 7.134 1.23 11.049-0.376 2.18-1.664 5.472-3.709 6.621-3.445 1.937-8.539 0.469-10.054-3.347-0.98-2.466-1.332-4.765-1.351-7.374-0.023-2.961 0.545-7.439 3.093-9.38 0.103-0.078 0.207-0.154 0.313-0.226-0.677-1.48-0.583-2.811-0.232-4.248 0.047-0.19 0.027-0.37-0.060-0.541-0.868-1.749-1.014-2.425-0.908-4.319 0.048-0.86 0.515-1.534 0.671-1.615 1.193-0.621 2.749 1.852 2.42 4.983-0.083 0.793-0.742 1.186-0.742 1.186s0.717 0.81 0.86 1.035c0.422 0.665 0.517 1.74 0.532 2.412 1.428-0.324 2.944-0.221 4.346 0.344 0.035 0.014 0.154 0.073 0.154 0.073s0.007-0.385 0.008-0.431c0.037-0.827 0.351-1.561 0.967-2.097 0.149-0.128 0.343-0.532 0.305-0.723-0.195-0.978-0.931-1.557-0.508-3.438 0.159-0.703 0.533-2.004 1.444-2.062 1.205-0.077 1.43 1.823 1.443 3.070 0.015 1.376-0.549 1.848-0.848 2.687-0.059 0.168-0.225 0.376-0.118 0.521 0.927 1.262 0.842 3.24 0.211 4.83zM4.864 10.047c0.141-0.315 0.237-0.783 0.147-1.258-0.153-0.813-0.597-1.443-0.997-1.451-0.001 0-0.282 1.129-0.002 2.192 0.108 0.411 0.183 0.65 0.262 0.781 0.193-0.097 0.39-0.184 0.59-0.263zM12.183 11.156c0.257-0.014 0.492-0.602 0.528-1.325 0.036-0.74-0.151-1.359-0.414-1.372s-0.51 0.585-0.546 1.325c-0.025 0.499 0.053 0.943 0.186 1.183 0.085 0.062 0.166 0.125 0.246 0.189zM4.421 11.856c-1.867 0.747-2.607 4.078-2.855 5.978-0.35 2.658-0.13 5.282 0.657 7.872 0.506 1.662 2.387 5.466 4.559 3.409 0.049-0.046 0.052-0.096 0.012-0.149-1.010-1.32-1.647-2.618-1.911-3.895-0.879-4.249-0.745-8.508 1.716-12.229 0.034-0.052 0.035-0.107 0.003-0.161-0.48-0.808-1.293-1.18-2.181-0.824zM8.309 26.589c1.222-3.99 1.153-8.629-0.58-12.477-0.041-0.091-0.095-0.099-0.162-0.026-0.223 0.246-0.424 0.566-0.601 0.962-1.458 3.25-1.45 6.616-0.642 10.159 0.207 0.908 0.635 1.725 1.285 2.448 0.031 0.035 0.085 0.040 0.122 0.011 0.005-0.004 0.010-0.008 0.014-0.013 0.253-0.306 0.442-0.661 0.565-1.065zM3.427 1.448c-0.382 0.492-0.157 2.229-0.097 2.551 0.018 0.084 0.416 1.074 0.5 1.074 0.058 0 0.132 0.039 0.169 0 0.573-0.597 0.208-2.395 0.208-2.395-0.138-0.783-0.704-1.332-0.781-1.23zM12.627 6.090c0.186 0.002 0.475-0.787 0.488-1.71s-0.255-1.654-0.441-1.657c-0.186-0.002-0.402 0.734-0.414 1.658s0.182 1.707 0.367 1.709z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<title>ability-the-ring-tempts-you</title>
<path fill="#444" d="M9.648 29.891c-3.848-0.007-7.399-2.268-8.942-5.898-0.794-1.869-0.884-3.228-0.441-5.295 1.078-5.031 3.703-9.006 7.546-12.567 2.138-1.984 6.123-4.404 9.19-3.97 5.166 0.73 9.339 6.348 7.877 11.563-0.943 3.37-2.413 6.062-4.48 8.812-2.344 3.123-6.522 7.363-10.75 7.355zM8.904 27.978c2.557 0.713 5.998-2.187 7.779-3.98 2.493-2.506 4.362-5.432 5.606-8.778 0.798-2.148 1.866-7.642-2.060-7.225-0.088 0.010-0.132 0.059-0.132 0.147 0.005 2.193-0.365 4.064-1.11 5.614-2.476 5.158-6.023 9.515-11.583 11.445-0.078 0.028-0.122 0.083-0.132 0.167-0.142 1.232 0.414 2.273 1.631 2.611zM16.607 9.42c-4.475 3.204-8.112 8.122-9.371 13.544-0.029 0.127 0.020 0.18 0.149 0.157 0.431-0.078 0.898-0.254 1.401-0.527 4.129-2.239 6.814-5.773 8.8-10.135 0.509-1.119 0.713-2.317 0.61-3.596-0.005-0.062-0.057-0.11-0.12-0.11-0.009 0-0.017 0.001-0.025 0.003-0.511 0.118-0.993 0.339-1.445 0.664z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB