Compare commits

...

12 Commits

Author SHA1 Message Date
Andrew Gioia b67d98ee50
Adds remaining set of card watermarks (#34) and aliases existing ones 2023-09-20 12:23:21 -04:00
Andrew Gioia a2820ce700
Adds WOE ability symbols (#111), Arena-only card-specific symbols (#112), Magic Online void counter (#109), and saga loyalty VI (#110) 2023-09-10 20:52:46 -04:00
Andrew Gioia 420d2bb1bd
Adds LTR ability symbols (#107), Improvise ability symbol ninja-added by Arena team (#108), and alias for OG amass 2023-07-20 16:59:02 -04:00
Andrew Gioia 09710f454e
Fixes small spacing issue for defense print variant 2023-05-29 13:34:13 -04:00
Andrew Gioia 0f4428e405
Adds the new Defense loyalty symbol and utility classes for Battle cards (#103); adds Arena ability symbols for Backup and Incubate (#105); adds card type symbols for Battle and the Siege subtype (#105); adds new DFC symbols for front, back, face down, and meld cards (#102); updates Enrage and Convoke symbols to the new ones in Arena and aliases their old ones (#104 and #105) 2023-05-29 13:00:59 -04:00
Andrew Gioia b641019f46
Builds 1.15.5 2023-03-11 10:30:51 -05:00
Andrew Gioia 2d1403585d
Rebuilds the font for 1.15.5 interim point release before the bigger 1.16.0 update 2023-03-11 10:29:28 -05:00
Andrew Gioia e3497eb3f2
Adds the NEO saga DFCs (#98), the combat condition symbol in Arena (#100), the outlined loyalty symbol in card text (#101), and fixes line heights on planeswalker loyalties (#96) 2023-03-11 10:26:12 -05:00
Andrew Gioia 7a86b2ce31
Adds outlined version of loyalty symbols that a few cards use in the card text (#97) 2023-03-10 15:42:43 -05:00
Andrew Gioia ee43118df7
Moves to Sass building now. Fixes loyalty line height issues cross browser and re: issue #96 2023-03-10 15:23:18 -05:00
Andrew Gioia cdbd52ef72
Adds 3, 4, and 5 color indicator class permutations (#89) 2023-03-10 15:00:19 -05:00
Andrew Gioia 13bbd55ef2
Increment to 1.16.0 2023-03-09 16:37:46 -05:00
100 changed files with 2546 additions and 581 deletions

View File

@ -10,6 +10,43 @@ All notable changes to this project will be documented in this file.
## Versions
### [1.16.0] 2023-09-20 Complete set of card watermarks
* **Added:** 90 watermarks added/aliased, nearing the complete set of all watermarks save for 2. ([#34](https://github.com/andrewgioia/mana/issues/34)
### [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))
* **Added:** New outlined version of the loyalty symbol that shows up on certain Unfinity cards ([#97](https://github.com/andrewgioia/mana/issues/97))
* **Added:** The "can't block or must attack" symbol in Arena, labeled "combat condition" here as an ability symbol ([#100](https://github.com/andrewgioia/mana/issues/100))
* **Fixed:** Loyalty line heights have been corrected cross browser ([#96](https://github.com/andrewgioia/mana/issues/96))
### [1.15.4] 2023-03-08 PRs 81 and 82
* **Added:** Goad ability symbol ([#101](https://github.com/andrewgioia/mana/issues/101))

View File

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

View File

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

File diff suppressed because it is too large Load Diff

1
css/mana.css.map Normal file

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

1
css/mana.min.css.map Normal file

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: 835 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -32,15 +32,16 @@
h3 {
font-size: 19px;
font-weight: bold;
margin: 0;
margin: 16px 0 0;
}
p {
margin: 10px 0 20px;
margin: 12px 0 20px;
}
p.grid {
.grid {
display:flex;
flex-wrap:wrap;
gap: 0.5rem;
align-items: center;
}
footer {
border-top: 1px solid #eee;
@ -55,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 {
@ -242,18 +245,123 @@
<i class="ms ms-ci ms-ci-5"></i>
</p>
<h3>Loyalty symbols</h3>
<p>
<div class="grid">
<i class="ms ms-loyalty-up ms-loyalty-3 ms-3x"></i>
<i class="ms ms-loyalty-down ms-loyalty-x ms-3x"></i>
<i class="ms ms-loyalty-zero ms-loyalty-0 ms-3x"></i>
<i class="ms ms-loyalty-start ms-loyalty-4 ms-4x"></i>
&nbsp;&nbsp;
<i class="ms ms-loyalty-up ms-loyalty-2 ms-loyalty-outline"></i>
<i class="ms ms-loyalty-down ms-loyalty-1 ms-loyalty-outline"></i>
<i class="ms ms-loyalty-zero ms-loyalty-0 ms-loyalty-outline"></i>
<i class="ms ms-loyalty-start ms-loyalty-5 ms-loyalty-outline"></i>
</div>
<div class="grid">
<i class="ms ms-saga ms-saga-1 ms-2x"></i>
<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>
<h3>Card Watermarks</h3>
<p class="grid">
<i class="ms ms-watermark-abzan ms-2x ms-fw" title="Abzan"></i>
<i class="ms ms-watermark-agentsofsneak ms-2x ms-fw" title="Agents of S.N.E.A.K."></i>
<i class="ms ms-watermark-arena ms-2x ms-fw" title="Arena League"></i>
<i class="ms ms-watermark-atarka ms-2x ms-fw" title="Atarka"></i>
<i class="ms ms-watermark-azorius ms-2x ms-fw" title="Azorius"></i>
<i class="ms ms-watermark-boros ms-2x ms-fw" title="Boros"></i>
<i class="ms ms-watermark-brokers ms-2x ms-fw" title="Brokers"></i>
<i class="ms ms-watermark-cabaretti ms-2x ms-fw" title="Cabaretti"></i>
<i class="ms ms-watermark-colorpie ms-2x ms-fw" title="Color pie"></i>
<i class="ms ms-watermark-conspiracy ms-2x ms-fw" title="Conspiracy"></i>
<i class="ms ms-watermark-corocoro ms-2x ms-fw" title="Coro Coro"></i>
<i class="ms ms-watermark-crossbreedlabs ms-2x ms-fw" title="Crossbreed Labs"></i>
<i class="ms ms-watermark-dnd ms-2x ms-fw" title="D&D"></i>
<i class="ms ms-watermark-dci ms-2x ms-fw" title="DCI"></i>
<i class="ms ms-watermark-dengekimaoh ms-2x ms-fw" title="Dengeki-Maoh"></i>
<i class="ms ms-watermark-desparked ms-2x ms-fw" title="Desparked"></i>
<i class="ms ms-watermark-dimir ms-2x ms-fw" title="Dimir"></i>
<i class="ms ms-watermark-dromoka ms-2x ms-fw" title="Dromoka"></i>
<i class="ms ms-watermark-flavor-aestheticconsultation ms-2x ms-fw" title="Flavor (Aesthetic Consultation)"></i>
<i class="ms ms-watermark-flavor-farewelltoarms ms-2x ms-fw" title="Flavor (Farewell to Arms)"></i>
<i class="ms ms-watermark-flavor-monkeymonkeymonkey ms-2x ms-fw" title="Flavor (Monkey Monkey Monkey)"></i>
<i class="ms ms-watermark-flavor-moxlotus ms-2x ms-fw" title="Flavor (Mox Lotus)"></i>
<i class="ms ms-watermark-flavor-myfirsttome ms-2x ms-fw" title="Flavor (My First Tome)"></i>
<i class="ms ms-watermark-flavor-shoetree ms-2x ms-fw" title="Flavor (Shoe Tree)"></i>
<i class="ms ms-watermark-flavor-whenfluffybunniesattack ms-2x ms-fw" title="Flavor (When Fluffy Bunnies Attack)"></i>
<i class="ms ms-watermark-fnm ms-2x ms-fw" title="FNM"></i>
<i class="ms ms-watermark-foretell ms-2x ms-fw" title="Foretell"></i>
<i class="ms ms-watermark-goblinexplosioneers ms-2x ms-fw" title="Goblin Explosioneers"></i>
<i class="ms ms-watermark-golgari ms-2x ms-fw" title="Golgari"></i>
<i class="ms ms-watermark-grandprix ms-2x ms-fw" title="Grand Prix"></i>
<i class="ms ms-watermark-grandprix2 ms-2x ms-fw" title="Grand Prix (New)"></i>
<i class="ms ms-watermark-gruul ms-2x ms-fw" title="Gruul"></i>
<i class="ms ms-watermark-herospath ms-2x ms-fw" title="Hero's Path"></i>
<i class="ms ms-watermark-herospath-1 ms-2x ms-fw" title="Hero's Path: 1"></i>
<i class="ms ms-watermark-herospath-2 ms-2x ms-fw" title="Hero's Path: 2"></i>
<i class="ms ms-watermark-herospath-3 ms-2x ms-fw" title="Hero's Path: 3"></i>
<i class="ms ms-watermark-herospath-4 ms-2x ms-fw" title="Hero's Path: 4"></i>
<i class="ms ms-watermark-herospath-5 ms-2x ms-fw" title="Hero's Path: 5"></i>
<i class="ms ms-watermark-herospath-6 ms-2x ms-fw" title="Hero's Path: 6"></i>
<i class="ms ms-watermark-herospath-7 ms-2x ms-fw" title="Hero's Path: 7"></i>
<i class="ms ms-watermark-herospath-8 ms-2x ms-fw" title="Hero's Path: 8"></i>
<i class="ms ms-watermark-herospath-9 ms-2x ms-fw" title="Hero's Path: 9"></i>
<i class="ms ms-watermark-izzet ms-2x ms-fw" title="Izzet"></i>
<i class="ms ms-watermark-japanjunior ms-2x ms-fw" title="Japan Junior"></i>
<i class="ms ms-watermark-jeskai ms-2x ms-fw" title="Jeskai"></i>
<i class="ms ms-watermark-judgeacademy ms-2x ms-fw" title="Judge Academy"></i>
<i class="ms ms-watermark-junior ms-2x ms-fw" title="Junior Super Series"></i>
<i class="ms ms-watermark-juniorapac ms-2x ms-fw" title="Junior Super Series: APAC"></i>
<i class="ms ms-watermark-junioreurope ms-2x ms-fw" title="Junior Super Series: Europe"></i>
<i class="ms ms-watermark-kolaghan ms-2x ms-fw" title="Kolaghan"></i>
<i class="ms ms-watermark-leagueofdastardlydoom ms-2x ms-fw" title="League of Dastardly Doom"></i>
<i class="ms ms-watermark-lorehold ms-2x ms-fw" title="lorehold"></i>
<i class="ms ms-watermark-maestros ms-2x ms-fw" title="Maestros"></i>
<i class="ms ms-watermark-mardu ms-2x ms-fw" title="Mardu"></i>
<i class="ms ms-watermark-mirran ms-2x ms-fw" title="Mirran"></i>
<i class="ms ms-watermark-cutiemark-apples ms-2x ms-fw" title="My Little Pony: Apples"></i>
<i class="ms ms-watermark-cutiemark-balloons ms-2x ms-fw" title="My Little Pony: Balloons"></i>
<i class="ms ms-watermark-cutiemark-butterflies ms-2x ms-fw" title="My Little Pony: Butterflies"></i>
<i class="ms ms-watermark-cutiemark-gems ms-2x ms-fw" title="My Little Pony: Gems"></i>
<i class="ms ms-watermark-cutiemark-rainbow ms-2x ms-fw" title="My Little Pony: Rainbow"></i>
<i class="ms ms-watermark-cutiemark-sparkle ms-2x ms-fw" title="My Little Pony: Sparkle"></i>
<i class="ms ms-watermark-cutiemark-waningmoon ms-2x ms-fw" title="My Little Pony: Waning Moon"></i>
<i class="ms ms-watermark-cutiemark-waxingmoon ms-2x ms-fw" title="My Little Pony: Waxing Moon"></i>
<i class="ms ms-watermark-mps ms-2x ms-fw" title="MPS"></i>
<i class="ms ms-watermark-mtg ms-2x ms-fw" title="MTG"></i>
<i class="ms ms-watermark-mtg10 ms-2x ms-fw" title="Magic 10th Anniversary"></i>
<i class="ms ms-watermark-mtg15 ms-2x ms-fw" title="Magic 15th Anniversary"></i>
<i class="ms ms-watermark-nerf ms-2x ms-fw" title="NERF"></i>
<i class="ms ms-watermark-obscura ms-2x ms-fw" title="Obscura"></i>
<i class="ms ms-watermark-ojutai ms-2x ms-fw" title="Ojutai"></i>
<i class="ms ms-watermark-orderofthewidget ms-2x ms-fw" title="Order of the Widget"></i>
<i class="ms ms-watermark-orzhov ms-2x ms-fw" title="Orzhov"></i>
<i class="ms ms-watermark-phyrexian ms-2x ms-fw" title="Phyrexian"></i>
<i class="ms ms-watermark-planeswalker ms-2x ms-fw" title="Planeswalker"></i>
<i class="ms ms-watermark-prismari ms-2x ms-fw" title="Prismari"></i>
<i class="ms ms-watermark-protour ms-2x ms-fw" title="Pro Tour"></i>
<i class="ms ms-watermark-quandrix ms-2x ms-fw" title="Quandrix"></i>
<i class="ms ms-watermark-rakdos ms-2x ms-fw" title="Rakdos"></i>
<i class="ms ms-watermark-riveteers ms-2x ms-fw" title="Riveteers"></i>
<i class="ms ms-watermark-scholarship ms-2x ms-fw" title="Scholarship Series"></i>
<i class="ms ms-watermark-selesnya ms-2x ms-fw" title="Selesnya"></i>
<i class="ms ms-watermark-silumgar ms-2x ms-fw" title="Silumgar"></i>
<i class="ms ms-watermark-silverquill ms-2x ms-fw" title="Silverquill"></i>
<i class="ms ms-watermark-simic ms-2x ms-fw" title="Simic"></i>
<i class="ms ms-watermark-sultai ms-2x ms-fw" title="Sultai"></i>
<i class="ms ms-watermark-temur ms-2x ms-fw" title="Temur"></i>
<i class="ms ms-watermark-transformers ms-2x ms-fw" title="Transformers"></i>
<i class="ms ms-watermark-witherbloom ms-2x ms-fw" title="Witherbloom"></i>
<i class="ms ms-watermark-wotc ms-2x ms-fw" title="WOTC"></i>
<i class="ms ms-watermark-wpn ms-2x ms-fw" title="WPN"></i>
</p>
</div>
<div class="right">
@ -268,17 +376,23 @@
<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>
<i class="ms ms-ability-combat-condition ms-2x ms-fw" title="Combat Condition"></i>
<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>
@ -295,6 +409,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>
@ -314,6 +429,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>
@ -338,12 +455,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>
@ -353,42 +478,47 @@
<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>
<h3>Magic Online Counters</h3>
<p class="grid">
<i class="ms ms-counter-arrow ms-2x ms-fw"></i>
<i class="ms ms-counter-brick ms-2x ms-fw"></i>
<i class="ms ms-counter-charge ms-2x ms-fw"></i>
<i class="ms ms-counter-devotion ms-2x ms-fw"></i>
<i class="ms ms-counter-doom ms-2x ms-fw"></i>
<i class="ms ms-counter-echo ms-2x ms-fw"></i>
<i class="ms ms-counter-flame ms-2x ms-fw"></i>
<i class="ms ms-counter-flood ms-2x ms-fw"></i>
<i class="ms ms-counter-fungus ms-2x ms-fw"></i>
<i class="ms ms-counter-gold ms-2x ms-fw"></i>
<i class="ms ms-counter-ki ms-2x ms-fw"></i>
<i class="ms ms-counter-lore ms-2x ms-fw"></i>
<i class="ms ms-counter-loyalty ms-2x ms-fw"></i>
<i class="ms ms-counter-mining ms-2x ms-fw"></i>
<i class="ms ms-counter-minus ms-2x ms-fw"></i>
<i class="ms ms-counter-minus-uneven ms-2x ms-fw"></i>
<i class="ms ms-counter-muster ms-2x ms-fw"></i>
<i class="ms ms-counter-paw ms-2x ms-fw"></i>
<i class="ms ms-counter-pin ms-2x ms-fw"></i>
<i class="ms ms-counter-plus ms-2x ms-fw"></i>
<i class="ms ms-counter-plus-uneven ms-2x ms-fw"></i>
<i class="ms ms-counter-scream ms-2x ms-fw"></i>
<i class="ms ms-counter-skeleton ms-2x ms-fw"></i>
<i class="ms ms-counter-skull ms-2x ms-fw"></i>
<i class="ms ms-counter-slime ms-2x ms-fw"></i>
<i class="ms ms-counter-time ms-2x ms-fw"></i>
<i class="ms ms-counter-verse ms-2x ms-fw"></i>
<i class="ms ms-counter-vortex ms-2x ms-fw"></i>
<i class="ms ms-counter-arrow ms-2x ms-fw" title="Arrow"></i>
<i class="ms ms-counter-brick ms-2x ms-fw" title="Brick"></i>
<i class="ms ms-counter-charge ms-2x ms-fw" title="Charge"></i>
<i class="ms ms-counter-devotion ms-2x ms-fw" title="Devotion"></i>
<i class="ms ms-counter-doom ms-2x ms-fw" title="Doom"></i>
<i class="ms ms-counter-echo ms-2x ms-fw" title="Echo"></i>
<i class="ms ms-counter-flame ms-2x ms-fw" title="Flame"></i>
<i class="ms ms-counter-flood ms-2x ms-fw" title="Flood"></i>
<i class="ms ms-counter-fungus ms-2x ms-fw" title="Fungus"></i>
<i class="ms ms-counter-gold ms-2x ms-fw" title="Gold"></i>
<i class="ms ms-counter-ki ms-2x ms-fw" title="Ki"></i>
<i class="ms ms-counter-lore ms-2x ms-fw" title="Lore"></i>
<i class="ms ms-counter-loyalty ms-2x ms-fw" title="Loyalty"></i>
<i class="ms ms-counter-mining ms-2x ms-fw" title="Mining"></i>
<i class="ms ms-counter-minus ms-2x ms-fw" title="Minus"></i>
<i class="ms ms-counter-minus-uneven ms-2x ms-fw" title="Minus Uneven"></i>
<i class="ms ms-counter-muster ms-2x ms-fw" title="Muster"></i>
<i class="ms ms-counter-paw ms-2x ms-fw" title="Paw"></i>
<i class="ms ms-counter-pin ms-2x ms-fw" title="Pin"></i>
<i class="ms ms-counter-plus ms-2x ms-fw" title="Plus"></i>
<i class="ms ms-counter-plus-uneven ms-2x ms-fw" title="Plus Uneven"></i>
<i class="ms ms-counter-scream ms-2x ms-fw" title="Scream"></i>
<i class="ms ms-counter-skeleton ms-2x ms-fw" title="Skeleton"></i>
<i class="ms ms-counter-skull ms-2x ms-fw" title="Skull"></i>
<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>
<p class="grid">
@ -405,6 +535,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>
@ -427,8 +559,14 @@
<i class="ms ms-dfc ms-dfc-moon ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-emrakul ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-enchantment ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-lesson ms-2x ms-fw"></i>
<i class="ms ms-dfc ms-dfc-land ms-2x ms-fw"></i>
<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>
@ -448,40 +586,40 @@
</p>
<h3>Clan Symbols</h3>
<p class="grid">
<i class="ms ms-clan-abzan ms-2x ms-fw"></i>
<i class="ms ms-clan-jeskai ms-2x ms-fw"></i>
<i class="ms ms-clan-mardu ms-2x ms-fw"></i>
<i class="ms ms-clan-sultai ms-2x ms-fw"></i>
<i class="ms ms-clan-temur ms-2x ms-fw"></i>
<i class="ms ms-clan-abzan ms-2x ms-fw" title="Abzan"></i>
<i class="ms ms-clan-jeskai ms-2x ms-fw" title="Jeskai"></i>
<i class="ms ms-clan-mardu ms-2x ms-fw" title="Mardu"></i>
<i class="ms ms-clan-sultai ms-2x ms-fw" title="Sultai"></i>
<i class="ms ms-clan-temur ms-2x ms-fw" title="Temur"></i>
&nbsp;&nbsp;
<i class="ms ms-clan-atarka ms-2x ms-fw"></i>
<i class="ms ms-clan-dromoka ms-2x ms-fw"></i>
<i class="ms ms-clan-kolaghan ms-2x ms-fw"></i>
<i class="ms ms-clan-ojutai ms-2x ms-fw"></i>
<i class="ms ms-clan-silumgar ms-2x ms-fw"></i>
<i class="ms ms-clan-atarka ms-2x ms-fw" title="Atarka"></i>
<i class="ms ms-clan-dromoka ms-2x ms-fw" title="Dromoka"></i>
<i class="ms ms-clan-kolaghan ms-2x ms-fw" title="Kologhan"></i>
<i class="ms ms-clan-ojutai ms-2x ms-fw" title="Ojutai"></i>
<i class="ms ms-clan-silumgar ms-2x ms-fw" title="Silumgar"></i>
</p>
<h3>Strixhaven School Symbols</h3>
<p class="grid">
<i class="ms ms-school-lorehold ms-2x ms-fw"></i>
<i class="ms ms-school-lorehold ms-duo ms-duo-color ms-2x ms-fw"></i>
<i class="ms ms-school-lorehold ms-2x ms-fw" title="Lorehold"></i>
<i class="ms ms-school-lorehold ms-duo ms-duo-color ms-2x ms-fw" title="Lorehold (Duo)"></i>
&nbsp;
<i class="ms ms-school-prismari ms-2x ms-fw"></i>
<i class="ms ms-school-prismari ms-duo ms-duo-color ms-2x ms-fw"></i>
<i class="ms ms-school-prismari ms-2x ms-fw" title="Prismari"></i>
<i class="ms ms-school-prismari ms-duo ms-duo-color ms-2x ms-fw" title="Prismari (Duo)"></i>
&nbsp;
<i class="ms ms-school-quandrix ms-2x ms-fw"></i>
<i class="ms ms-school-quandrix ms-duo ms-duo-color ms-2x ms-fw"></i>
<i class="ms ms-school-quandrix ms-2x ms-fw" title="Quandrix"></i>
<i class="ms ms-school-quandrix ms-duo ms-duo-color ms-2x ms-fw" title="Quandrix (Duo)"></i>
&nbsp;
<i class="ms ms-school-silverquill ms-2x ms-fw"></i>
<i class="ms ms-school-silverquill ms-duo ms-duo-color ms-2x ms-fw"></i>
<i class="ms ms-school-silverquill ms-2x ms-fw" title="Silverquill"></i>
<i class="ms ms-school-silverquill ms-duo ms-duo-color ms-2x ms-fw" title="Silverquill (Duo)"></i>
&nbsp;
<i class="ms ms-school-witherbloom ms-2x ms-fw"></i>
<i class="ms ms-school-witherbloom ms-duo ms-duo-color ms-2x ms-fw"></i>
<i class="ms ms-school-witherbloom ms-2x ms-fw" title="Witherbloom"></i>
<i class="ms ms-school-witherbloom ms-duo ms-duo-color ms-2x ms-fw" title="Witherbloom (Duo)"></i>
</p>
<h3>Poleis Symbols</h3>
<p>
<i class="ms ms-polis-setessa ms-2x ms-fw"></i>
<i class="ms ms-polis-akros ms-2x ms-fw"></i>
<i class="ms ms-polis-meletis ms-2x ms-fw"></i>
<p class="grid">
<i class="ms ms-polis-setessa ms-2x ms-fw" title="Setessa"></i>
<i class="ms ms-polis-akros ms-2x ms-fw" title="Akros"></i>
<i class="ms ms-polis-meletis ms-2x ms-fw" title="Meletis"></i>
</p>
</div>
<div style="clear: both;"></div>

View File

@ -27,70 +27,91 @@
&-g { background: @ms-green; }
// 2 color backgrounds
&-wu {
&-wu,
&-uw,
&-azorius {
background: conic-gradient(
@ms-white 45deg,
@ms-blue 45deg 225deg,
@ms-white 225deg
);
}
&-wb {
&-wb,
&-bw,
&-orzhov {
background: conic-gradient(
@ms-white 45deg,
@ms-black 45deg 225deg,
@ms-white 225deg
);
}
&-ub {
&-ub,
&-bu,
&-dimir {
background: conic-gradient(
@ms-blue 45deg,
@ms-black 45deg 225deg,
@ms-blue 225deg
);
}
&-ur {
&-ur,
&-ru,
&-izzet {
background: conic-gradient(
@ms-blue 45deg,
@ms-red 45deg 225deg,
@ms-blue 225deg
);
}
&-bg {
&-bg,
&-gb,
&-golgari,
&-rock {
background: conic-gradient(
@ms-black 45deg,
@ms-green 45deg 225deg,
@ms-black 225deg
);
}
&-br {
&-br,
&-rb,
&-rakdos {
background: conic-gradient(
@ms-black 45deg,
@ms-red 45deg 225deg,
@ms-black 225deg
);
}
&-rw {
&-rw,
&-wr,
&-boros {
background: conic-gradient(
@ms-red 45deg,
@ms-white 45deg 225deg,
@ms-red 225deg
);
}
&-rg {
&-rg,
&-gr,
&-gruul {
background: conic-gradient(
@ms-red 45deg,
@ms-green 45deg 225deg,
@ms-red 225deg
);
}
&-gu {
&-gu,
&-ug,
&-simic {
background: conic-gradient(
@ms-green 45deg,
@ms-blue 45deg 225deg,
@ms-green 225deg
);
}
&-gw {
&-gw,
&-wg,
&-selesnya {
background: conic-gradient(
@ms-green 45deg,
@ms-white 45deg 225deg,
@ -100,6 +121,11 @@
// 3-color backgrounds
&-wug,
&-wgu,
&-ugw,
&-uwg,
&-gwu,
&-guw,
&-bant {
background: conic-gradient(
@ms-blue 60deg,
@ -109,6 +135,11 @@
);
}
&-ubw,
&-uwb,
&-buw,
&-bwu,
&-wub,
&-wbu,
&-esper {
background: conic-gradient(
@ms-black 60deg,
@ -118,6 +149,11 @@
);
}
&-bru,
&-bur,
&-rbu,
&-rub,
&-ubr,
&-urb,
&-grixis {
background: conic-gradient(
@ms-red 60deg,
@ -127,6 +163,11 @@
);
}
&-rgb,
&-rbg,
&-grb,
&-gbr,
&-brg,
&-bgr,
&-jund {
background: conic-gradient(
@ms-green 60deg,
@ -136,6 +177,11 @@
);
}
&-gwr,
&-grw,
&-wgr,
&-wrg,
&-rgw,
&-rwg,
&-naya {
background: conic-gradient(
@ms-white 60deg,
@ -145,8 +191,14 @@
);
}
&-wbg,
&-wgb,
&-bwg,
&-bgw,
&-gwb,
&-gbw,
&-abzan,
&-junk {
&-junk,
&-necra {
background: conic-gradient(
@ms-black 60deg,
@ms-green 60deg 180deg,
@ -155,7 +207,13 @@
);
}
&-urw,
&-jeskai {
&-uwr,
&-ruw,
&-rwu,
&-wur,
&-wru,
&-jeskai,
&-raka {
background: conic-gradient(
@ms-red 60deg,
@ms-white 60deg 180deg,
@ -164,8 +222,14 @@
);
}
&-bgu,
&-bug,
&-gbu,
&-gub,
&-ubg,
&-ugb,
&-sultai,
&-bug {
&-bug,
&-ana {
background: conic-gradient(
@ms-green 60deg,
@ms-blue 60deg 180deg,
@ -174,7 +238,13 @@
);
}
&-rwb,
&-mardu {
&-rbw,
&-wrb,
&-wbr,
&-brw,
&-bwr,
&-mardu,
&-dega {
background: conic-gradient(
@ms-white 60deg,
@ms-black 60deg 180deg,
@ -183,8 +253,13 @@
);
}
&-gur,
&-gru,
&-ugr,
&-urg,
&-rgu,
&-rug,
&-temur,
&-rug {
&-ceta {
background: conic-gradient(
@ms-blue 60deg,
@ms-red 60deg 180deg,
@ -194,8 +269,32 @@
}
// 4 color backgrounds
// note: not using aliaes like sass because less is so feature limited
&-ubrg,
&-glint {
&-glint,
&-ubgr,
&-ugbr,
&-ugrb,
&-urbg,
&-urgb,
&-bgru,
&-bgur,
&-brgu,
&-brug,
&-bugr,
&-burg,
&-gbru,
&-gbur,
&-grbu,
&-grub,
&-gubr,
&-gurb,
&-rbgu,
&-rbug,
&-rgbu,
&-rgub,
&-rubg,
&-rugb {
background: conic-gradient(
@ms-blue 45deg,
@ms-black 45deg 135deg,
@ -205,7 +304,30 @@
);
}
&-brgw,
&-dune {
&-dune,
&-bgrw,
&-bgwr,
&-brwg,
&-bwgr,
&-bwrg,
&-gbrw,
&-gbwr,
&-grbw,
&-grwb,
&-gwbr,
&-gwrb,
&-rbgw,
&-rbwg,
&-rgbw,
&-rgwb,
&-rwbg,
&-rwgb,
&-wbgr,
&-wbrg,
&-wgbr,
&-wgrb,
&-wrbg,
&-wrgb {
background: conic-gradient(
@ms-black 45deg,
@ms-red 45deg 135deg,
@ -215,7 +337,30 @@
);
}
&-rgwu,
&-ink {
&-ink,
&-gruw,
&-grwu,
&-gurw,
&-guwr,
&-gwru,
&-gwur,
&-rguw,
&-rugw,
&-ruwg,
&-rwgu,
&-rwug,
&-ugrw,
&-ugwr,
&-urgw,
&-urwg,
&-uwgr,
&-uwrg,
&-wgru,
&-wgur,
&-wrgu,
&-wrug,
&-wugr,
&-wurg {
background: conic-gradient(
@ms-red 45deg,
@ms-green 45deg 135deg,
@ -225,7 +370,30 @@
);
}
&-gwub,
&-witch {
&-witch,
&-bguw,
&-bgwu,
&-bugw,
&-buwg,
&-bwgu,
&-bwug,
&-gbuw,
&-gbwu,
&-gubw,
&-guwb,
&-gwbu,
&-ubgw,
&-ubwg,
&-ugbw,
&-ugwb,
&-uwbg,
&-uwgb,
&-wbgu,
&-wbug,
&-wgbu,
&-wgub,
&-wubg,
&-wugb {
background: conic-gradient(
@ms-green 45deg,
@ms-white 45deg 135deg,
@ -235,7 +403,30 @@
);
}
&-wubr,
&-yore {
&-yore,
&-bruw,
&-brwu,
&-burw,
&-buwr,
&-bwru,
&-bwur,
&-rbuw,
&-rbwu,
&-rubw,
&-ruwb,
&-rwbu,
&-rwub,
&-ubrw,
&-ubwr,
&-urbw,
&-urwb,
&-uwbr,
&-uwrb,
&-wbru,
&-wbur,
&-wrbu,
&-wrub,
&-wurb {
background: conic-gradient(
@ms-white 45deg,
@ms-blue 45deg 135deg,
@ -246,7 +437,127 @@
}
// 5 color background
&-5 {
&-wubrg,
&-5,
&-bgruw,
&-bgrwu,
&-bgurw,
&-bguwr,
&-bgwru,
&-bgwur,
&-brguw,
&-brgwu,
&-brugw,
&-bruwg,
&-brwgu,
&-brwug,
&-bugrw,
&-bugwr,
&-burgw,
&-burwg,
&-buwgr,
&-buwrg,
&-bwgru,
&-bwgur,
&-bwrgu,
&-bwrug,
&-bwugr,
&-bwurg,
&-gbruw,
&-gbrwu,
&-gburw,
&-gbuwr,
&-gbwru,
&-gbwur,
&-grbuw,
&-grbwu,
&-grubw,
&-gruwb,
&-grwbu,
&-grwub,
&-gubrw,
&-gubwr,
&-gurbw,
&-gurwb,
&-guwbr,
&-guwrb,
&-gwbru,
&-gwbur,
&-gwrbu,
&-gwrub,
&-gwubr,
&-gwurb,
&-rbguw,
&-rbgwu,
&-rbugw,
&-rbuwg,
&-rbwgu,
&-rbwug,
&-rgbuw,
&-rgbwu,
&-rgubw,
&-rguwb,
&-rgwbu,
&-rgwub,
&-rubgw,
&-rubwg,
&-rugbw,
&-rugwb,
&-ruwbg,
&-ruwgb,
&-rwbgu,
&-rwbug,
&-rwgbu,
&-rwgub,
&-rwubg,
&-rwugb,
&-ubgrw,
&-ubgwr,
&-ubrgw,
&-ubrwg,
&-ubwgr,
&-ubwrg,
&-ugbrw,
&-ugbwr,
&-ugrbw,
&-ugrwb,
&-ugwbr,
&-ugwrb,
&-urbgw,
&-urbwg,
&-urgbw,
&-urgwb,
&-urwbg,
&-urwgb,
&-uwbgr,
&-uwbrg,
&-uwgbr,
&-uwgrb,
&-uwrbg,
&-uwrgb,
&-wbgru,
&-wbgur,
&-wbrgu,
&-wbrug,
&-wbugr,
&-wburg,
&-wgbru,
&-wgbur,
&-wgrbu,
&-wgrub,
&-wgubr,
&-wgurb,
&-wrbgu,
&-wrbug,
&-wrgbu,
&-wrgub,
&-wrubg,
&-wrugb,
&-wubgr,
&-wugbr,
&-wugrb,
&-wurbg,
&-wurgb {
background: conic-gradient(
@ms-white 36deg,
@ms-blue 36deg 108deg,

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,16 +164,22 @@
// 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"; }
&-night::before { content: "\e905"; }
&-saga::before { content: "\e9cf"; }
&-saga-creature::before { content: "\e9d0"; }
&-spark::before { content: "\e909"; }
}
@ -223,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"; }
@ -247,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"; }
@ -266,17 +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"; }
@ -292,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"; }
@ -314,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"; }
@ -338,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"; }
@ -355,5 +394,82 @@
&-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"; }
}
// watermarks
&-watermark {
&-agentsofsneak::before { content: "\ea08"; }
&-arena::before { content: "\ea1e"; }
&-brokers::before { content: "\ea0d"; }
&-cabaretti::before { content: "\ea0e"; }
&-colorpie::before { content: "\e9f0"; }
&-conspiracy::before { content: "\ea12"; }
&-corocoro::before { content: "\ea15"; }
&-crossbreedlabs::before { content: "\ea09"; }
&-dci::before { content: "\ea1d"; }
&-dengekimaoh::before { content: "\ea14"; }
&-desparked::before { content: "\e9f1"; }
&-dnd::before { content: "\ea17"; }
&-flavor {
&-aestheticconsultation::before { content: "\e9f2"; }
&-farewelltoarms::before { content: "\e9f3"; }
&-monkeymonkeymonkey::before { content: "\e9f4"; }
&-moxlotus::before { content: "\e9f5"; }
&-myfirsttome::before { content: "\e9f6"; }
&-shoetree::before { content: "\e9f7"; }
&-whenfluffybunniesattack::before { content: "\e9f8"; }
}
&-fnm::before { content: "\ea16"; }
&-goblinexplosioneers::before { content: "\ea0a"; }
&-grandprix::before { content: "\ea1f"; }
&-grandprix2::before { content: "\ea20"; }
&-herospath {
&::before { content: "\ea02"; }
&-1::before { content: "\e9f9"; }
&-2::before { content: "\e9fa"; }
&-3::before { content: "\e9fb"; }
&-4::before { content: "\e9fc"; }
&-5::before { content: "\e9fd"; }
&-6::before { content: "\e9fe"; }
&-7::before { content: "\e9ff"; }
&-8::before { content: "\ea00"; }
&-9::before { content: "\ea01"; }
}
&-japanjunior::before { content: "\ea24"; }
&-judgeacademy::before { content: "\ea13"; }
&-junior::before { content: "\ea23"; }
&-juniorapac::before { content: "\ea21"; }
&-junioreurope::before { content: "\ea22"; }
&-leagueofdastardlydoom::before { content: "\ea0b"; }
&-maestros::before { content: "\ea0f"; }
&-mirran::before { content: "\ea03"; }
&-cutiemark {
&-apples::before { content: "\ea27"; }
&-balloons::before { content: "\ea28"; }
&-butterflies::before { content: "\ea29"; }
&-gems::before { content: "\ea04"; }
&-rainbow::before { content: "\ea2a"; }
&-sparkle::before { content: "\ea05"; }
&-waningmoon::before { content: "\ea06"; }
&-waxingmoon::before { content: "\ea07"; }
}
&-mps::before { content: "\ea1a"; }
&-mtg::before { content: "\e9ed"; }
&-mtg10::before { content: "\e9ee"; }
&-mtg15::before { content: "\e9ef"; }
&-nerf::before { content: "\ea19"; }
&-obscura::before { content: "\ea10"; }
&-orderofthewidget::before { content: "\ea0c"; }
&-protour::before { content: "\ea26"; }
&-riveteers::before { content: "\ea11"; }
&-scholarship::before { content: "\ea25"; }
&-transformers::before { content: "\ea18"; }
&-wotc::before { content: "\ea1b"; }
&-wpn::before { content: "\ea1c"; }
}
}

View File

@ -1,26 +1,28 @@
/**
* Planeswalker symbols */
* planeswalker and other loyalty symbols */
.@{ms-prefix}-loyalty {
// All
// all
&-up,
&-down,
&-zero,
&-start {
color: #111;
font-size: 21px;
font-size: 1.5em;
position: relative;
text-align: center;
line-height: 0.9em;
}
// Start
// variant alterations
&-start {
font-size: 25px; // increase the size a bit by default
font-size: 2.0em; // increase the size a bit by default
}
&-zero::after {
line-height: 2.1em !important; // slight correction
}
// Counters
// base styles for counters
&-0::after,
&-1::after,
&-2::after,
@ -50,11 +52,13 @@
font-family: @ms-serif-font;
position: absolute;
left: 0;
line-height: 2em;
line-height: 2.25em;
width: 100%;
text-align: center;
}
&-0::after { content: "0"; }
&-0::after {
content: "0";
}
&-up {
&.@{ms-prefix}-loyalty-1::after { content: "+1"; }
&.@{ms-prefix}-loyalty-2::after { content: "+2"; }
@ -104,7 +108,9 @@
&.@{ms-prefix}-loyalty-x::after { content: "X"; }
}
&-down {
&::after{ line-height: 1.8em; }
&::after{
line-height: 2.0em;
}
&.@{ms-prefix}-loyalty-1::after { content: "-1"; }
&.@{ms-prefix}-loyalty-2::after { content: "-2"; }
&.@{ms-prefix}-loyalty-3::after { content: "-3"; }
@ -129,26 +135,44 @@
&.@{ms-prefix}-loyalty-x::after { content: "-X"; }
}
// outline style for card text
&-outline {
&::before {
color: transparent;
-webkit-text-stroke: 0.03em #111;
}
&::after {
color: #111;
}
// correction for starting loyalty size
&.@{ms-prefix}-loyalty-start {
font-size: 1.6em;
}
}
}
/**
* Saga loyalty */
// saga loyalty
.@{ms-prefix}-saga {
// Numbers
// all
color: #111;
// numbers
&-1::after,
&-2::after,
&-3::after,
&-4::after,
&-5::after { // future proofing :P
&-5::after,
&-6::after {
color: #fff;
display: inline-block;
font-size: 0.6em;
font-family: @ms-serif-font;
position: absolute;
left: 0;
line-height: 1.75em;
line-height: 2.0em;
width: 100%;
text-align: center;
}
@ -158,11 +182,11 @@
&-3::after { content: "III"; }
&-4::after { content: "IV"; }
&-5::after { content: "V"; }
&-6::after { content: "VI"; }
}
/**
* Level card levels */
// level card levels
.@{ms-prefix}-level {
@ -191,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.15.4';
@ms-version: '1.16.0';
@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.15.4",
"version": "1.16.0",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {
@ -20,7 +20,9 @@
"less": "lessc less/mana.less css/mana.css",
"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.css --style compressed"
"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>",
"license": "MIT",

292
sass/_aliases.scss Normal file
View File

@ -0,0 +1,292 @@
// color indicator convenience classes
.#{$ms-prefix}-ci {
// 4 color
&-ubgr,
&-ugbr,
&-ugrb,
&-urbg,
&-urgb,
&-bgru,
&-bgur,
&-brgu,
&-brug,
&-bugr,
&-burg,
&-gbru,
&-gbur,
&-grbu,
&-grub,
&-gubr,
&-gurb,
&-rbgu,
&-rbug,
&-rgbu,
&-rgub,
&-rubg,
&-rugb {
@extend .#{$ms-prefix}-ci-ubrg;
}
&-bgrw,
&-bgwr,
&-brwg,
&-bwgr,
&-bwrg,
&-gbrw,
&-gbwr,
&-grbw,
&-grwb,
&-gwbr,
&-gwrb,
&-rbgw,
&-rbwg,
&-rgbw,
&-rgwb,
&-rwbg,
&-rwgb,
&-wbgr,
&-wbrg,
&-wgbr,
&-wgrb,
&-wrbg,
&-wrgb {
@extend .#{$ms-prefix}-ci-brgw;
}
&-gruw,
&-grwu,
&-gurw,
&-guwr,
&-gwru,
&-gwur,
&-rguw,
&-rugw,
&-ruwg,
&-rwgu,
&-rwug,
&-ugrw,
&-ugwr,
&-urgw,
&-urwg,
&-uwgr,
&-uwrg,
&-wgru,
&-wgur,
&-wrgu,
&-wrug,
&-wugr,
&-wurg {
@extend .#{$ms-prefix}-ci-rgwu;
}
&-bguw,
&-bgwu,
&-bugw,
&-buwg,
&-bwgu,
&-bwug,
&-gbuw,
&-gbwu,
&-gubw,
&-guwb,
&-gwbu,
&-ubgw,
&-ubwg,
&-ugbw,
&-ugwb,
&-uwbg,
&-uwgb,
&-wbgu,
&-wbug,
&-wgbu,
&-wgub,
&-wubg,
&-wugb {
@extend .#{$ms-prefix}-ci-gwub;
}
&-bruw,
&-brwu,
&-burw,
&-buwr,
&-bwru,
&-bwur,
&-rbuw,
&-rbwu,
&-rubw,
&-ruwb,
&-rwbu,
&-rwub,
&-ubrw,
&-ubwr,
&-urbw,
&-urwb,
&-uwbr,
&-uwrb,
&-wbru,
&-wbur,
&-wrbu,
&-wrub,
&-wurb {
@extend .#{$ms-prefix}-ci-wubr;
}
// 5 color
&-bgruw,
&-bgrwu,
&-bgurw,
&-bguwr,
&-bgwru,
&-bgwur,
&-brguw,
&-brgwu,
&-brugw,
&-bruwg,
&-brwgu,
&-brwug,
&-bugrw,
&-bugwr,
&-burgw,
&-burwg,
&-buwgr,
&-buwrg,
&-bwgru,
&-bwgur,
&-bwrgu,
&-bwrug,
&-bwugr,
&-bwurg,
&-gbruw,
&-gbrwu,
&-gburw,
&-gbuwr,
&-gbwru,
&-gbwur,
&-grbuw,
&-grbwu,
&-grubw,
&-gruwb,
&-grwbu,
&-grwub,
&-gubrw,
&-gubwr,
&-gurbw,
&-gurwb,
&-guwbr,
&-guwrb,
&-gwbru,
&-gwbur,
&-gwrbu,
&-gwrub,
&-gwubr,
&-gwurb,
&-rbguw,
&-rbgwu,
&-rbugw,
&-rbuwg,
&-rbwgu,
&-rbwug,
&-rgbuw,
&-rgbwu,
&-rgubw,
&-rguwb,
&-rgwbu,
&-rgwub,
&-rubgw,
&-rubwg {
@extend .#{$ms-prefix}-ci-wubrg;
}
// breaking this up, editor was showing a warning with so many in a row
&-rugbw,
&-rugwb,
&-ruwbg,
&-ruwgb,
&-rwbgu,
&-rwbug,
&-rwgbu,
&-rwgub,
&-rwubg,
&-rwugb,
&-ubgrw,
&-ubgwr,
&-ubrgw,
&-ubrwg,
&-ubwgr,
&-ubwrg,
&-ugbrw,
&-ugbwr,
&-ugrbw,
&-ugrwb,
&-ugwbr,
&-ugwrb,
&-urbgw,
&-urbwg,
&-urgbw,
&-urgwb,
&-urwbg,
&-urwgb,
&-uwbgr,
&-uwbrg,
&-uwgbr,
&-uwgrb,
&-uwrbg,
&-uwrgb,
&-wbgru,
&-wbgur,
&-wbrgu,
&-wbrug,
&-wbugr,
&-wburg,
&-wgbru,
&-wgbur,
&-wgrbu,
&-wgrub,
&-wgubr,
&-wgurb,
&-wrbgu,
&-wrbug,
&-wrgbu,
&-wrgub,
&-wrubg,
&-wrugb,
&-wubgr,
&-wugbr,
&-wugrb,
&-wurbg,
&-wurgb {
@extend .#{$ms-prefix}-ci-wubrg;
}
}
// watermark aliases
.#{$ms-prefix}-watermark {
&-abzan { @extend .#{$ms-prefix}-clan-abzan; }
&-atarka { @extend .#{$ms-prefix}-clan-atarka; }
&-azorius { @extend .#{$ms-prefix}-guild-azorius; }
&-boros { @extend .#{$ms-prefix}-guild-boros; }
&-dimir { @extend .#{$ms-prefix}-guild-dimir; }
&-dromoka { @extend .#{$ms-prefix}-clan-dromoka; }
&-foretell { @extend .#{$ms-prefix}-ability-foretell; }
&-golgari { @extend .#{$ms-prefix}-guild-golgari; }
&-gruul { @extend .#{$ms-prefix}-guild-gruul; }
&-izzet { @extend .#{$ms-prefix}-guild-izzet; }
&-jeskai { @extend .#{$ms-prefix}-clan-jeskai; }
&-kolaghan { @extend .#{$ms-prefix}-clan-kolaghan; }
&-lorehold { @extend .#{$ms-prefix}-school-lorehold; }
&-mardu { @extend .#{$ms-prefix}-clan-mardu; }
&-ojutai { @extend .#{$ms-prefix}-clan-ojutai; }
&-orzhov { @extend .#{$ms-prefix}-guild-orzhov; }
&-phyrexian { @extend .#{$ms-prefix}-p; }
&-planeswalker { @extend .#{$ms-prefix}-planeswalker; }
&-prismari { @extend .#{$ms-prefix}-school-prismari; }
&-quandrix { @extend .#{$ms-prefix}-school-quandrix; }
&-rakdos { @extend .#{$ms-prefix}-guild-rakdos; }
&-selesnya { @extend .#{$ms-prefix}-guild-selesnya; }
&-silumgar { @extend .#{$ms-prefix}-clan-silumgar; }
&-silverquill { @extend .#{$ms-prefix}-school-silverquill; }
&-simic { @extend .#{$ms-prefix}-guild-simic; }
&-sultai { @extend .#{$ms-prefix}-clan-sultai; }
&-temur { @extend .#{$ms-prefix}-clan-temur; }
&-witherbloom { @extend .#{$ms-prefix}-school-witherbloom; }
}

View File

@ -27,70 +27,91 @@
&-g { background: $ms-green; }
// 2 color backgrounds
&-wu {
&-wu,
&-uw,
&-azorius {
background: conic-gradient(
$ms-white 45deg,
$ms-blue 45deg 225deg,
$ms-white 225deg
);
}
&-wb {
&-wb,
&-bw,
&-orzhov {
background: conic-gradient(
$ms-white 45deg,
$ms-black 45deg 225deg,
$ms-white 225deg
);
}
&-ub {
&-ub,
&-bu,
&-dimir {
background: conic-gradient(
$ms-blue 45deg,
$ms-black 45deg 225deg,
$ms-blue 225deg
);
}
&-ur {
&-ur,
&-ru,
&-izzet {
background: conic-gradient(
$ms-blue 45deg,
$ms-red 45deg 225deg,
$ms-blue 225deg
);
}
&-bg {
&-bg,
&-gb,
&-golgari,
&-rock {
background: conic-gradient(
$ms-black 45deg,
$ms-green 45deg 225deg,
$ms-black 225deg
);
}
&-br {
&-br,
&-rb,
&-rakdos {
background: conic-gradient(
$ms-black 45deg,
$ms-red 45deg 225deg,
$ms-black 225deg
);
}
&-rw {
&-rw,
&-wr,
&-boros {
background: conic-gradient(
$ms-red 45deg,
$ms-white 45deg 225deg,
$ms-red 225deg
);
}
&-rg {
&-rg,
&-gr,
&-gruul {
background: conic-gradient(
$ms-red 45deg,
$ms-green 45deg 225deg,
$ms-red 225deg
);
}
&-gu {
&-gu,
&-ug,
&-simic {
background: conic-gradient(
$ms-green 45deg,
$ms-blue 45deg 225deg,
$ms-green 225deg
);
}
&-gw {
&-gw,
&-wg,
&-selesnya {
background: conic-gradient(
$ms-green 45deg,
$ms-white 45deg 225deg,
@ -100,6 +121,11 @@
// 3-color backgrounds
&-wug,
&-wgu,
&-ugw,
&-uwg,
&-gwu,
&-guw,
&-bant {
background: conic-gradient(
$ms-blue 60deg,
@ -109,6 +135,11 @@
);
}
&-ubw,
&-uwb,
&-buw,
&-bwu,
&-wub,
&-wbu,
&-esper {
background: conic-gradient(
$ms-black 60deg,
@ -118,6 +149,11 @@
);
}
&-bru,
&-bur,
&-rbu,
&-rub,
&-ubr,
&-urb,
&-grixis {
background: conic-gradient(
$ms-red 60deg,
@ -127,6 +163,11 @@
);
}
&-rgb,
&-rbg,
&-grb,
&-gbr,
&-brg,
&-bgr,
&-jund {
background: conic-gradient(
$ms-green 60deg,
@ -136,6 +177,11 @@
);
}
&-gwr,
&-grw,
&-wgr,
&-wrg,
&-rgw,
&-rwg,
&-naya {
background: conic-gradient(
$ms-white 60deg,
@ -145,8 +191,14 @@
);
}
&-wbg,
&-wgb,
&-bwg,
&-bgw,
&-gwb,
&-gbw,
&-abzan,
&-junk {
&-junk,
&-necra {
background: conic-gradient(
$ms-black 60deg,
$ms-green 60deg 180deg,
@ -155,7 +207,13 @@
);
}
&-urw,
&-jeskai {
&-uwr,
&-ruw,
&-rwu,
&-wur,
&-wru,
&-jeskai,
&-raka {
background: conic-gradient(
$ms-red 60deg,
$ms-white 60deg 180deg,
@ -164,8 +222,14 @@
);
}
&-bgu,
&-bug,
&-gbu,
&-gub,
&-ubg,
&-ugb,
&-sultai,
&-bug {
&-bug,
&-ana {
background: conic-gradient(
$ms-green 60deg,
$ms-blue 60deg 180deg,
@ -174,7 +238,13 @@
);
}
&-rwb,
&-mardu {
&-rbw,
&-wrb,
&-wbr,
&-brw,
&-bwr,
&-mardu,
&-dega {
background: conic-gradient(
$ms-white 60deg,
$ms-black 60deg 180deg,
@ -183,8 +253,13 @@
);
}
&-gur,
&-gru,
&-ugr,
&-urg,
&-rgu,
&-rug,
&-temur,
&-rug {
&-ceta {
background: conic-gradient(
$ms-blue 60deg,
$ms-red 60deg 180deg,
@ -246,6 +321,7 @@
}
// 5 color background
&-wubrg,
&-5 {
background: conic-gradient(
$ms-white 36deg,

View File

@ -2,7 +2,7 @@
.#{$ms-prefix} {
display: inline-block;
font: normal normal normal $ms-font-size-base/1 Mana;
font: normal normal normal $ms-font-size-base Mana;
font-size: inherit;
line-height: 1em;
text-rendering: auto;

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,16 +165,22 @@
// 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"; }
&-night::before { content: "\e905"; }
&-saga::before { content: "\e9cf"; }
&-saga-creature::before { content: "\e9d0"; }
&-spark::before { content: "\e909"; }
}
@ -224,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"; }
@ -248,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"; }
@ -267,17 +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"; }
@ -293,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"; }
@ -315,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"; }
@ -339,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"; }
@ -356,5 +395,81 @@
&-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"; }
}
// watermarks
&-watermark {
&-agentsofsneak::before { content: "\ea08"; }
&-arena::before { content: "\ea1e"; }
&-brokers::before { content: "\ea0d"; }
&-cabaretti::before { content: "\ea0e"; }
&-colorpie::before { content: "\e9f0"; }
&-conspiracy::before { content: "\ea12"; }
&-corocoro::before { content: "\ea15"; }
&-crossbreedlabs::before { content: "\ea09"; }
&-dci::before { content: "\ea1d"; }
&-dengekimaoh::before { content: "\ea14"; }
&-desparked::before { content: "\e9f1"; }
&-dnd::before { content: "\ea17"; }
&-flavor {
&-aestheticconsultation::before { content: "\e9f2"; }
&-farewelltoarms::before { content: "\e9f3"; }
&-monkeymonkeymonkey::before { content: "\e9f4"; }
&-moxlotus::before { content: "\e9f5"; }
&-myfirsttome::before { content: "\e9f6"; }
&-shoetree::before { content: "\e9f7"; }
&-whenfluffybunniesattack::before { content: "\e9f8"; }
}
&-fnm::before { content: "\ea16"; }
&-goblinexplosioneers::before { content: "\ea0a"; }
&-grandprix::before { content: "\ea1f"; }
&-grandprix2::before { content: "\ea20"; }
&-herospath {
&::before { content: "\ea02"; }
&-1::before { content: "\e9f9"; }
&-2::before { content: "\e9fa"; }
&-3::before { content: "\e9fb"; }
&-4::before { content: "\e9fc"; }
&-5::before { content: "\e9fd"; }
&-6::before { content: "\e9fe"; }
&-7::before { content: "\e9ff"; }
&-8::before { content: "\ea00"; }
&-9::before { content: "\ea01"; }
}
&-japanjunior::before { content: "\ea24"; }
&-judgeacademy::before { content: "\ea13"; }
&-junior::before { content: "\ea23"; }
&-juniorapac::before { content: "\ea21"; }
&-junioreurope::before { content: "\ea22"; }
&-leagueofdastardlydoom::before { content: "\ea0b"; }
&-maestros::before { content: "\ea0f"; }
&-mirran::before { content: "\ea03"; }
&-cutiemark {
&-apples::before { content: "\ea27"; }
&-balloons::before { content: "\ea28"; }
&-butterflies::before { content: "\ea29"; }
&-gems::before { content: "\ea04"; }
&-rainbow::before { content: "\ea2a"; }
&-sparkle::before { content: "\ea05"; }
&-waningmoon::before { content: "\ea06"; }
&-waxingmoon::before { content: "\ea07"; }
}
&-mps::before { content: "\ea1a"; }
&-mtg::before { content: "\e9ed"; }
&-mtg10::before { content: "\e9ee"; }
&-mtg15::before { content: "\e9ef"; }
&-nerf::before { content: "\ea19"; }
&-obscura::before { content: "\ea10"; }
&-orderofthewidget::before { content: "\ea0c"; }
&-protour::before { content: "\ea26"; }
&-riveteers::before { content: "\ea11"; }
&-scholarship::before { content: "\ea25"; }
&-transformers::before { content: "\ea18"; }
&-wotc::before { content: "\ea1b"; }
&-wpn::before { content: "\ea1c"; }
}
}

View File

@ -1,4 +1,5 @@
// planeswalker specifics
/**
* planeswalker and other loyalty symbols */
.#{$ms-prefix}-loyalty {
@ -13,10 +14,13 @@
text-align: center;
}
// start
// variant alterations
&-start {
font-size: 2.0em; // increase the size a bit by default
}
&-zero::after {
line-height: 2.1em !important; // slight correction
}
// base styles for counters
&-0::after,
@ -40,6 +44,7 @@
&-18::after,
&-19::after,
&-20::after,
&-25::after,
&-x::after {
color: #fff;
display: inline-block;
@ -47,10 +52,9 @@
font-family: $ms-serif-font;
position: absolute;
left: 0;
line-height: 1.75em;
line-height: 2.25em;
width: 100%;
text-align: center;
-webkit-padding-before: 0.15em; // fix for odd webkit line-height
}
&-0::after {
content: "0";
@ -77,6 +81,7 @@
&-18::after { content: "+18"; }
&-19::after { content: "+19"; }
&-20::after { content: "+20"; }
&-25::after { content: "+25"; }
&-x::after { content: "+X"; }
}
}
@ -102,11 +107,14 @@
&-18::after { content: "18"; }
&-19::after { content: "19"; }
&-20::after { content: "20"; }
&-25::after { content: "25"; }
&-x::after { content: "X"; }
}
}
&-down {
&::after { line-height: 1.6em; }
&::after {
line-height: 2em;
}
&.#{$ms-prefix}-loyalty {
&-1::after { content: "-1"; }
&-2::after { content: "-2"; }
@ -128,29 +136,48 @@
&-18::after { content: "-18"; }
&-19::after { content: "-19"; }
&-20::after { content: "-20"; }
&-25::after { content: "-25"; }
&-x::after { content: "-X"; }
}
}
// outline style for card text
&-outline {
&::before {
color: transparent;
-webkit-text-stroke: 0.03em #111;
}
&::after {
color: #111;
}
// correction for starting loyalty size
&.#{$ms-prefix}-loyalty-start {
font-size: 1.6em;
}
}
}
/**
* Saga loyalty */
// saga loyalty
.#{$ms-prefix}-saga {
// all
color: #111;
// Numbers
// numbers
&-1::after,
&-2::after,
&-3::after,
&-4::after,
&-5::after { // future proofing :P
&-5::after,
&-6::after {
color: #fff;
display: inline-block;
font-size: 0.6em;
font-family: $ms-serif-font;
position: absolute;
left: 0;
line-height: 1.75em;
line-height: 2.0em;
width: 100%;
text-align: center;
}
@ -160,11 +187,11 @@
&-3::after { content: "III"; }
&-4::after { content: "IV"; }
&-5::after { content: "V"; }
&-6::after { content: "VI"; }
}
/**
* Level card levels */
// level card levels
.#{$ms-prefix}-level {
@ -175,7 +202,7 @@
left: 0;
top: 0;
color: #000;
font-family: @ms-serif-font;
font-family: $ms-serif-font;
width: 76%;
text-align: center;
line-height: 3.8;
@ -193,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.15.4' !default;
$ms-version: '1.16.0' !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

@ -8,4 +8,5 @@
@import "sizes";
@import "duo";
@import "colors";
@import "extras";
@import "extras";
@import "aliases";

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

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>watermark-agentsofsneak</title>
<path fill="#444" d="M0.679 5.406c-0.784 0.784-0.566 1.806 0.036 2.46-0.189 0.060-0.357 0.161-0.487 0.326-0.367 0.465-0.317 1.518 0.342 2.146 0.705 0.672 1.212 0.487 1.897 0.221-3.026 4.325-3.053 9.817 0.217 13.088 0.204 0.204 0.416 0.393 0.636 0.572 0.245-0.878 0.718-1.716 1.422-2.42 1.24-1.24 2.903-1.767 4.45-1.575-0.125-1.289 0.186-2.614 0.926-3.737l10.784 10.784 1.643-1.643-1.643-1.643 0.548-0.548 1.14 1.14 1.128-1.128-0.56-0.56 0.37-0.37 0.56 0.56 2.046-2.046-1.711-1.712-0.902 0.902-1.164-1.164 0.902-0.902-1.679-1.679-2.046 2.046 0.689 0.689-0.37 0.37-0.689-0.689-1.128 1.128 1.417 1.417-0.548 0.548-7.144-7.144c1.123-0.74 2.448-1.051 3.737-0.926-0.192-1.546 0.335-3.21 1.575-4.45 0.704-0.704 1.542-1.177 2.42-1.422-0.179-0.221-0.368-0.432-0.572-0.636-3.27-3.27-8.763-3.244-13.088-0.217 0.266-0.685 0.451-1.192-0.221-1.897-0.629-0.659-1.681-0.709-2.146-0.342-0.165 0.13-0.266 0.298-0.326 0.487-0.654-0.602-1.676-0.82-2.46-0.036zM1.17 5.897c0.289-0.289 1.291-0.336 1.687 0.060s0.274 1.901 0.274 1.901-1.504 0.123-1.901-0.274c-0.397-0.396-0.35-1.398-0.060-1.687zM0.824 8.531c0.157-0.18 0.828-0.118 1.413-0.117-0.158 0.199-0.471 0.509-0.435 0.806s0.304 0.787 0.793 0.995c-0.541 0.086-0.984-0.133-1.317-0.455s-0.612-1.049-0.455-1.228zM3.804 5.551c0.18-0.157 0.906 0.123 1.228 0.455s0.541 0.775 0.455 1.317c-0.208-0.489-0.699-0.757-0.995-0.793s-0.606 0.277-0.805 0.435c-0.001-0.585-0.063-1.257 0.117-1.413zM2.402 8.587c0.26-0.248 0.594-0.36 1.087-0.37 0.010-0.494 0.122-0.828 0.37-1.087 0.179-0.179 0.66-0.404 0.934-0.161 0.204 0.181 0.095 0.795-0.093 0.987s-0.521 0.331-0.616 0.028c-0.095-0.303 0.498-0.231 0.495-0.391-0.004-0.231-0.516-0.097-0.652 0.073s-0.081 0.504 0.077 0.632c0.076 0.062 0.222 0.075 0.387 0.065-0.13 0.12-0.26 0.244-0.387 0.37s-0.25 0.257-0.37 0.387c0.010-0.164-0.002-0.31-0.064-0.387-0.128-0.158-0.462-0.213-0.632-0.077s-0.304 0.648-0.073 0.652c0.159 0.003 0.088-0.591 0.391-0.495s0.163 0.428-0.028 0.616c-0.192 0.188-0.805 0.296-0.987 0.093-0.243-0.274-0.018-0.755 0.161-0.934z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

5
svg/watermark-arena.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="32" viewBox="0 0 18 32">
<title>watermark-brokers</title>
<path fill="#444" d="M5.474 25.433h0.898l1.244-1.52-2.28-8.428-1.036-1.105c0.773-1.987 2.312-3.542 3.454-5.181 0.049-0.152 0.025-0.24-0.138-0.207-0.856 0.247-1.202 0.728-1.174 1.382-0.948 0.014-1.485-1.044-1.796-2.694-0.065-0.345 0.857-0.491 5.112-2.556l2.142-1.865c0.402 0.266 0.709 0.599 0.967 0.967l-2.28 1.658c-1.061-0.054-1.827 0.276-2.211 1.105-0.218 0.518-0.46 0.745-0.76 0.276-0.029-0.204-0.131-0.263-0.345-0.138-1.118 0.714-1.359 1.428-1.244 2.142 1.196-1.166 2.090-1.477 2.58-0.672 0.362 0.596-0.18 1.395-2.235 4.195l1.451 1.451 1.244-1.52 1.244 1.52 1.451-1.451c-0.713-0.972-1.619-2.268-1.619-2.268l0.653-0.7c1.214 1.43 2.307 2.913 3.038 4.557l-1.036 1.105-2.28 8.428 1.244 1.52h0.898l-3.592 5.112-3.592-5.112zM5.751 13.62l-0.276 0.553 2.556 2.418-0.207-1.105-2.073-1.865zM12.383 13.62l-2.073 1.865-0.207 1.105 2.556-2.418-0.276-0.553zM10.31 25.571l-0.967-1.313 0.898-6.494-1.174 1.174-1.174-1.174 0.898 6.494-0.967 1.313 1.244 1.865 1.244-1.865zM7.823 29.993h-2.003c-0.134 0.553-1.089 0.666-1.382 0h-0.207c-0.735-0.735-0.373-3.517 0.276-3.454l0.276-0.415h0.345l2.694 3.869zM10.31 29.993l2.694-3.869h0.345l0.276 0.415c0.649-0.063 1.011 2.719 0.276 3.454h-0.207c-0.292 0.666-1.248 0.553-1.382 0h-2.004zM5.129 22.67c-1.338-1.078-1.938-4.725-0.967-7.669l0.76 0.691c-0.335 2.145-0.325 3.933 0.207 5.181v1.796zM13.005 22.67v-1.796c0.532-1.248 0.543-3.036 0.207-5.181l0.76-0.691c0.971 2.944 0.37 6.591-0.967 7.669zM5.889 1.668c0.072 0.757-0.337 1.079-1.144 1.672-0.876 0.644-2.152 4.626 0.798 8-2.26 2.996-2.831 6.399-1.658 10.225-3.702-0.461-1.403-8.755-0.622-9.327 0.050-0.14-0.071-0.298-0.207-0.207-1.092 1.434-1.563 3.37-1.589 5.665-1.459-0.653-1.672-5.141 0.76-7.807 0.088-0.199-0.134-0.398-0.276-0.276-0.71 0.868-1.189 1.696-1.451 2.487-0.75-1.209-0.887-2.769 1.244-4.56 0.218-0.183 0.041-0.504-0.207-0.345-0.508 0.372-0.932 0.864-1.313 1.313-0.567-1.31-0.056-2.649 1.796-3.869 0.090-0.059 0.046-0.479-0.207-0.345l-1.105 0.967c-0.824-0.755-0.675-3.42 0.138-3.385 0.293 1.421 1.608 1.347 3.109-0.207h1.934zM12.245 1.668h1.934c1.501 1.554 2.815 1.628 3.109 0.207 0.813-0.034 0.962 2.631 0.138 3.385l-1.105-0.967c-0.254-0.134-0.297 0.286-0.207 0.345 1.852 1.22 2.363 2.559 1.796 3.869-0.38-0.449-0.804-0.941-1.313-1.313-0.249-0.159-0.425 0.163-0.207 0.345 2.131 1.791 1.994 3.351 1.244 4.56-0.261-0.791-0.741-1.619-1.451-2.487-0.143-0.121-0.364 0.077-0.276 0.276 2.432 2.665 2.219 7.154 0.76 7.807-0.026-2.295-0.497-4.231-1.589-5.665-0.136-0.091-0.257 0.068-0.207 0.207 0.781 0.572 3.080 8.865-0.622 9.327 1.173-3.825 0.602-7.229-1.658-10.225 2.95-3.374 1.674-7.356 0.798-8-0.806-0.593-1.215-0.915-1.144-1.672zM7.754 13.067l-0.484-0.484 1.796-2.487 1.796 2.487-0.484 0.484-1.313-1.658-1.313 1.658zM13.005 4.638c0.369 0.678 0.459 1.233 0.415 1.727l-0.622 0.138c-0.151 0.014-0.115 0.309 0.069 0.276l0.622-0.069c0.080 0.568 0.058 1.124-0.138 1.658l-0.553-0.138c-0.116-0.010-0.201 0.222-0.069 0.276l0.553 0.276c-0.172 0.703-0.543 1.208-1.105 1.52l-0.967-1.244c0.544-1.205 0.509-2.222-0.138-3.040l1.934-1.382z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

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>watermark-cabaretti</title>
<path fill="#444" d="M5.363 5.020c0.629-0.345 1.267-0.605 2.043-0.715l-0.758 1.856-1.285-1.14zM0.772 17.411l1.731-0.005c1.351 2.537 4.024 4.266 7.097 4.266l0.036-0c3.058-0.013 5.715-1.739 7.061-4.266l1.731 0.005c-0.423 0.986-1.006 1.888-1.717 2.671v4.22l-0.924 0.924v3.058l-3.413 2.062v-3.129l-0.853 0.284v-3.556l-1.92 3.769-1.92-3.769v3.556l-0.853-0.284v3.129l-3.413-2.062v-3.058l-0.924-0.924v-4.22c-0.711-0.784-1.294-1.685-1.717-2.671zM1.159 9.061c0.947-1.743 2.419-3.161 4.203-4.041l-0.023 1.802c-0.997 0.625-1.847 1.463-2.487 2.449l-1.693-0.211zM0.772 17.411c-0.497-1.159-0.772-2.435-0.772-3.775 0-1.656 0.42-3.214 1.159-4.574l1.097 1.31c-0.445 0.998-0.692 2.103-0.692 3.264 0 0.863 0.136 1.695 0.389 2.474l-1.181 1.301zM13.837 5.020l-1.285 1.14-0.758-1.856c0.776 0.11 1.414 0.371 2.043 0.715zM18.041 9.061l-1.693 0.211c-0.64-0.987-1.49-1.824-2.487-2.449l-0.023-1.802c1.784 0.88 3.256 2.298 4.203 4.041zM18.428 17.411l-1.181-1.301c0.252-0.779 0.389-1.611 0.389-2.474 0-1.162-0.247-2.267-0.692-3.264l1.097-1.31c0.739 1.36 1.159 2.919 1.159 4.574 0 1.34-0.275 2.616-0.772 3.775zM3.627 21.149v2.798l0.853 0.853v2.987l1.28 0.924v-3.058l0.853 0.427v-3.319c-1.095-0.359-2.104-0.909-2.987-1.612zM8.462 23.163l1.138 2.39 1.138-2.39h-2.276zM15.573 21.149c-0.882 0.703-1.891 1.253-2.987 1.612v3.319l0.853-0.427v3.058l1.28-0.924v-2.987l0.853-0.853v-2.798zM9.568 19.182c-0.663-0.004-1.239 0.073-1.746 0.214-0.388-1.224-1.121-1.947-2.418-1.849-1.025-1.184-0.335-2.8-0.996-3.769 0.4-0.748 1.718-1.239 3.627-1.564l1.564 1.564 1.564-1.564c1.909 0.325 3.227 0.816 3.627 1.564-0.661 0.969 0.029 2.585-0.996 3.769-1.296-0.098-2.030 0.625-2.418 1.849-0.515-0.143-1.101-0.22-1.778-0.213l-0.032-0zM9.6 17.689l-1.138-0.711 1.138 1.209 1.138-1.209-1.138 0.711zM5.831 14.062c0.345 0.87 1.262 1.348 1.707 1.351 0.427 0.003 0.719-0.261 0.711-0.711-0.006-0.379-0.352-0.674-0.853-0.711-0.38-0.028-0.948 0.458-1.564 0.071zM13.369 14.062c-0.617 0.387-1.184-0.099-1.564-0.071-0.501 0.037-0.847 0.332-0.853 0.711-0.007 0.451 0.284 0.714 0.711 0.711 0.445-0.003 1.362-0.481 1.707-1.351zM4.196 14.56c0.215 0.223 0.256 0.52 0.213 0.853l-0.711 0.711h0.711c-0.009 0.296 0.032 0.56 0.142 0.782h-2.489l2.133-2.347zM15.004 14.56l2.133 2.347h-2.489c0.11-0.222 0.151-0.487 0.142-0.782h0.711l-0.711-0.711c-0.043-0.333-0.001-0.63 0.213-0.853zM9.561 11.717c-3.32 0.133-6.158 1.428-5.436 2.416-3.107-0.204 0.013-2.974 4.764-3.627 0.086-1.842-0.355-3.49-1.422-4.907l2.133-4.48 2.133 4.48c-1.067 1.417-1.508 3.065-1.422 4.907 4.752 0.652 7.871 3.423 4.764 3.627 0.725-0.992-2.139-2.293-5.476-2.418l-0.039 0.002zM9.6 11.929c0.314 0 0.569 0.255 0.569 0.569s-0.255 0.569-0.569 0.569c-0.314 0-0.569-0.255-0.569-0.569s0.255-0.569 0.569-0.569zM5.547 11.004c-0.648 0.238-1.24 0.548-1.778 0.924l-1.493-2.276 3.271 0.498v0.853zM13.653 11.004v-0.853l3.271-0.498-1.493 2.276c-0.538-0.377-1.129-0.686-1.778-0.924zM5.831 6.169c2.98 2.858 2.802 2.074 2.773 4.053-0.873 0.081-1.772 0.286-2.702 0.64l-0.071-4.693zM13.369 6.169l-0.071 4.693c-0.931-0.354-1.83-0.559-2.702-0.64-0.028-1.979-0.206-1.195 2.773-4.053z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="32" viewBox="0 0 24 32">
<title>watermark-conspiracy</title>
<path fill="#444" d="M1.759 23.313c-0.457-0.313-0.744-0.686-0.862-1.119-0.253-0.94-0.544-1.668-0.477-2.671 0.029-0.434 0.013-0.82-0.048-1.157-0.208-1.134-0.11-2.2-0.243-3.367-0.105-0.928 0.124-1.819 0.007-2.69-0.272-2.033-0.243-3.637 1.091-5.289 0.852-1.057 1.737-2.286 3.031-2.542 1.057-0.21 2.071-0.277 3.184-0.153 0.685 0.077 1.272-0.069 1.802-0.308 1.265-0.568 2.32-0.329 3.563-0.683 1.587-0.449 5.014-1.169 6.429-0.122 1.656 1.227 2.854 2.37 2.892 4.372 0.019 1.088 0.179 2.141 0.561 3.15 0.255 0.68 0.232 1.394 0.449 2.012 0.783 2.224 0.375 5.074-0.172 7.32-0.217 0.893-0.833 1.427-1.141 2.274-0.456 1.262-0.819 2.308-1.592 3.506-0.518 0.802-0.936 1.826-1.563 2.418-2.086 1.966-4.744 0.795-7.176-0.262-1.652-0.718-3.369-0.766-5.153-0.146-0.077 0.028-0.162 0.027-0.239-0.002-2.224-0.826-2.425-3.22-4.344-4.542zM11.463 5.060c-3.51 0.225-5.995 0.616-7.379 1.907-2.769 2.583-3.111 5.666-3.111 9.151 0 2.516 0.535 4.797 1.975 6.639 1.814 2.322 4.005 4.279 8.838 4.334 1.658 0.019 3.238 0.023 4.497-0.494 3.605-1.483 6.693-5.995 6.489-10.744-0.231-5.381-1.182-5.756-4.128-8.63-1.118-1.090-0.95-1.997-2.272-2.486-1.396-0.516-3.404 0.225-4.91 0.322zM12.095 6.273c5.434 0 9.846 4.412 9.846 9.846s-4.412 9.846-9.846 9.846c-5.434 0-9.846-4.412-9.846-9.846s4.412-9.846 9.846-9.846zM12.095 7.872c-4.552 0-8.247 3.695-8.247 8.247s3.695 8.247 8.247 8.247c4.552 0 8.247-3.695 8.247-8.247s-3.695-8.247-8.247-8.247zM8.362 16.264c0.044 0.287 0.31 0.349 0.452 0.336 0.127-0.011 0.346-0.117 0.346-0.406v-2.57c0-0.301 0.244-0.545 0.545-0.545h1.089c0.301 0 0.545 0.244 0.545 0.545v2.455c0.028 0.264 0.164 0.479 0.568 0.478 0.299-0 0.53-0.087 0.568-0.475l0.24-2.482c0.028-0.287 0.284-0.52 0.571-0.52h1.041c0.287 0 0.498 0.233 0.47 0.52l-0.25 2.58c-0.004 0.16-0.018 0.387 0.277 0.406 0.352 0.023 0.377-0.2 0.417-0.354l0.445-2.262c0.052-0.265 0.31-0.48 0.575-0.48h0.961c0.265 0 0.438 0.215 0.386 0.48l-0.591 3.001c-0.052 0.265-0.31 0.48-0.575 0.48h-9.226c-0.261 0-0.52-0.212-0.58-0.472l-0.627-2.754c-0.059-0.261 0.104-0.472 0.364-0.472h0.944c0.261 0 0.52 0.211 0.58 0.472l0.464 2.038zM16.838 11.521c0.43 0 0.78 0.349 0.78 0.78s-0.349 0.78-0.78 0.78c-0.43 0-0.78-0.349-0.78-0.78s0.349-0.78 0.78-0.78zM16.838 18.504v1.595c0 0.23-0.187 0.417-0.417 0.417h-9.239c-0.23 0-0.417-0.187-0.417-0.417v-1.595c0-0.23 0.187-0.417 0.417-0.417h9.239c0.23 0 0.417 0.187 0.417 0.417zM10.256 10.956c0.43 0 0.78 0.349 0.78 0.78s-0.349 0.78-0.78 0.78c-0.43 0-0.78-0.349-0.78-0.78s0.349-0.78 0.78-0.78zM6.935 11.736c0.43 0 0.78 0.349 0.78 0.78s-0.349 0.78-0.78 0.78-0.78-0.349-0.78-0.78c0-0.43 0.349-0.78 0.78-0.78zM13.675 10.956c0.43 0 0.78 0.349 0.78 0.78s-0.349 0.78-0.78 0.78c-0.43 0-0.78-0.349-0.78-0.78s0.349-0.78 0.78-0.78z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 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>watermark-crossbreedlabs</title>
<path fill="#444" d="M5.236 6.811c0.107-0.003 0.217 0.048 0.282 0.138l0.426 0.593c0.104 0.145 0.082 0.364-0.066 0.476l-0.648 0.488 5.706 6.954c-0.066-0.080 0.055 0.011 0.188 0.011s0.255-0.093 0.188-0.011l5.612-6.887-0.742-0.56c-0.148-0.112-0.165-0.326-0.061-0.471l0.426-0.593c0.105-0.145 0.311-0.19 0.459-0.078l4.921 3.723c0.148 0.112 0.176 0.331 0.072 0.477l-0.426 0.587c-0.105 0.145-0.317 0.19-0.465 0.078l-0.62-0.471-5.363 6.92 4.24 6.183c0.577 0.841 0.408 1.897-0.044 2.704s-1.188 1.468-2.042 1.468h-12.631c-0.924 0-1.7-0.71-2.131-1.579s-0.53-1.987 0.1-2.876l4.323-6.095-5.286-6.782-0.703 0.526c-0.148 0.112-0.355 0.073-0.459-0.072l-0.426-0.598c-0.104-0.146-0.087-0.359 0.061-0.471l4.926-3.723c0.056-0.042 0.119-0.059 0.183-0.061zM16.821 7.176l-0.404 0.571 4.882 3.69 0.41-0.565-4.887-3.696zM5.242 7.176l-4.882 3.69 0.404 0.571 4.887-3.696-0.41-0.565zM19.059 11.813l0.795-1.025-2.363-1.79-5.629 6.909c-0.222 0.272-0.486 0.271-0.736 0.271s-0.514-0.001-0.736-0.271l-5.723-6.976-2.374 1.795 5.463 7.009c0 0 0.114 0.153 0.116 0.233s-0.105 0.244-0.105 0.244l-4.494 6.339c-0.422 0.596-0.371 1.385-0.039 2.056s0.934 1.136 1.417 1.136h12.631c0.388 0 0.994-0.432 1.345-1.058s0.444-1.344 0.089-1.862l-4.406-6.427c0 0-0.1-0.117-0.1-0.233s0.111-0.238 0.111-0.238l4.195-5.409c-0.149 0.079-0.319 0.124-0.498 0.124-0.588 0-1.072-0.485-1.072-1.074s0.484-1.073 1.072-1.073c0.588 0 1.072 0.485 1.072 1.073 0 0.085-0.010 0.167-0.029 0.246zM9.603 18.208c0.484-0.005 0.538 0.497 1.029 0.51s0.363-0.294 0.819-0.299c0.457-0.005 0.545 0.409 1.079 0.438s0.584-0.289 0.985-0.271l4.24 6.194c0.745 1.086-0.148 2.322-1.041 2.322h-11.402c-0.967 0-1.873-1.302-1.218-2.227l4.605-6.494c0.115-0.163 0.419-0.167 0.902-0.172zM11.867 24.397c-0.442 0.045-0.786 0.421-0.786 0.875 0 0.485 0.39 0.875 0.874 0.875s0.875-0.391 0.875-0.875c0-0.485-0.39-0.875-0.875-0.875-0.030 0-0.059-0.003-0.089 0zM10.5 19.881c-0.722 0-1.306 0.585-1.306 1.308s0.584 1.308 1.306 1.308c0.722 0 1.306-0.585 1.306-1.308s-0.584-1.308-1.306-1.308zM7.987 23.172c-0.484 0-0.875 0.391-0.875 0.875s0.39 0.881 0.875 0.881c0.484 0 0.88-0.396 0.88-0.881s-0.396-0.875-0.88-0.875zM15.080 16.206c0 0.589-0.484 1.074-1.072 1.074s-1.072-0.485-1.072-1.074c0-0.589 0.484-1.073 1.072-1.073s1.072 0.485 1.072 1.073zM15.659 13.675c0 0.318-0.261 0.58-0.579 0.58s-0.579-0.262-0.579-0.58c0-0.318 0.262-0.58 0.579-0.58s0.579 0.262 0.579 0.58zM20.434 6.575v0.001c0 0.567-0.467 1.034-1.033 1.034s-1.033-0.467-1.033-1.034v-0.001c0-0.567 0.467-1.034 1.033-1.034s1.033 0.467 1.033 1.034zM24.489 2.681c0 0.443-0.364 0.807-0.806 0.807s-0.806-0.364-0.806-0.807c0-0.443 0.364-0.807 0.806-0.807s0.806 0.364 0.806 0.807zM24.802 6.363v0.002c0 0.899-0.739 1.638-1.636 1.638s-1.636-0.739-1.636-1.638v-0.002c0-0.898 0.738-1.638 1.636-1.638s1.636 0.739 1.636 1.638z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="29" height="32" viewBox="0 0 29 32">
<title>watermark-cutiemark-apples</title>
<path fill="#444" d="M14.229 2.197h0.024c0.041 0.967 0.024 3.006-1.145 3.411-0.4 0.138-0.921 0.057-1.328-0.098-0.010-0.004-0.015-0.011-0.014-0.021 0.025-1.428 0.506-2.874 2.085-3.219 0.153-0.033 0.279-0.057 0.378-0.072zM11.609 6.028c-0.598-0.679-1.219-1.287-1.865-1.826-0.237-0.197-0.513-0.368-0.828-0.511-0.011-0.005-0.016-0.014-0.013-0.026 0.111-0.51 0.531-0.97 1.055-1.072 0.011-0.002 0.022-0 0.031 0.005 0.873 0.491 1.207 1.345 1.4 2.281 0.081 0.394 0.169 0.787 0.26 1.179 0.002 0.009-0.001 0.011-0.009 0.008s-0.014-0.009-0.018-0.017c-0.006-0.011-0.010-0.018-0.013-0.021zM11.961 7.383c0.93-0.972 1.948-1.923 3.235-2.393 2.242-0.819 3.623 0.954 3.916 2.929 0.494 3.324-1.484 6.667-5.252 6.117-0.019-0.003-0.047 0.001-0.082 0.011-0.513 0.148-1.021 0.241-1.526 0.279-2.986 0.224-5.060-1.955-5.351-4.796-0.084-0.828 0.002-1.683 0.376-2.418 0.44-0.864 1.281-1.279 2.242-1.063 0.908 0.203 1.72 0.739 2.415 1.336 0.009 0.008 0.018 0.007 0.026-0.001zM22.318 14.802c-0.007-0.003-0.010-0.011-0.008-0.018 0.163-0.43 0.427-0.768 0.92-0.781 0.052-0.001 0.103 0.012 0.151 0.039 1.367 0.779 0.998 3.102 0.811 4.346-0.001 0.004-0.004 0.007-0.008 0.007s-0.007-0.002-0.008-0.006c-0.257-0.756-0.547-1.5-0.87-2.232-0.187-0.423-0.527-1.178-0.989-1.357zM24.679 17.819c-0.017-0.001-0.034-0.002-0.052-0.003-0.008 0-0.011-0.004-0.009-0.012 0.503-1.667 1.472-2.823 3.281-3.031 0.010-0.001 0.015 0.004 0.015 0.014-0.038 1.306-0.464 2.631-1.91 2.946-0.437 0.095-0.879 0.124-1.326 0.086zM5.571 15.231c0.771-0.074 1.385 0.007 1.766 0.763 0.005 0.010 0.003 0.018-0.006 0.024-0.331 0.24-0.48 1.037-0.557 1.426-0.228 1.158-0.381 2.336-0.546 3.502-0.001 0.003-0.004 0.006-0.007 0.006s-0.006-0.002-0.007-0.005c-0.549-1.848-0.803-3.749-0.675-5.683 0.001-0.020 0.012-0.032 0.033-0.034zM29.333 20.019v0.293c-0.123 1.957-1.344 3.962-2.773 5.255-1.243 1.125-2.966 1.829-4.565 0.914-0.089-0.051-0.177-0.104-0.264-0.159-0.010-0.006-0.020-0.008-0.031-0.007-2.295 0.213-3.55-1.527-3.823-3.581-0.16-1.202-0.058-2.386 0.306-3.551 0.304-0.974 0.902-2.099 1.872-2.553 1.615-0.755 3.197 1.044 3.982 2.212 0.006 0.008 0.017 0.012 0.026 0.008 0.938-0.41 1.94-0.748 2.967-0.809 1.343-0.080 2.246 0.606 2.304 1.978zM4.102 20.396c-0.926-0.798-0.815-1.882-0.288-2.872 0.005-0.009 0.016-0.013 0.025-0.008 1.437 0.72 1.857 2.434 2.128 3.875 0.002 0.010-0.002 0.013-0.011 0.009-0.652-0.238-1.325-0.548-1.854-1.004zM4.944 29.803h-0.285c-2.53-0.15-4.206-2.668-4.594-4.938-0.025-0.145-0.046-0.352-0.065-0.622v-0.366c0.077-1.723 1.12-2.808 2.917-2.692 1.236 0.080 2.465 0.555 3.55 1.124 0.013 0.007 0.029 0.003 0.038-0.008 0.842-1.088 2.607-3.008 4.158-2.687 1.314 0.272 1.781 1.952 1.867 3.078 0.201 2.628-1.033 6.407-4.325 6.287-0.276-0.010-0.528-0.041-0.755-0.093-0.010-0.002-0.020-0.001-0.028 0.006-0.734 0.519-1.573 0.862-2.478 0.911z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

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>watermark-cutiemark-balloons</title>
<path fill="#444" d="M8.187 10.773l-1.097-0.080c-0.010-0.001-0.014-0.006-0.010-0.015l0.555-1.566c0.003-0.008 0.002-0.017-0.003-0.023-0.494-0.706-0.931-1.444-1.31-2.215-0.475-0.966-0.834-2.026-0.881-3.102-0.074-1.682 0.912-3.088 2.674-3.188h0.341c1.311 0.087 2.42 0.907 2.815 2.171 0.675 2.16-0.795 4.678-2.068 6.315-0.005 0.006-0.006 0.014-0.005 0.022l0.439 1.765c0 0.001 0 0.003 0 0.004 0 0.009-0.007 0.016-0.016 0.016-0 0-0.001 0-0.001-0l-1.176-0.083c-0.221 0.69-0.387 1.393-0.424 2.116-0.074 1.459 0.506 2.601 1.587 3.542 0.217 0.189 0.526 0.401 0.73 0.605 1.204 1.204 1.556 3.38-0.116 4.408-0.457 0.281-0.911 0.439-1.434 0.225-0.922-0.378-1.319-1.819-0.555-2.534 0.282-0.264 0.678-0.394 1.068-0.405 0.19-0.005 0.187 0.23-0.026 0.247-0.813 0.066-1.329 0.609-1.159 1.445 0.1 0.492 0.465 0.989 0.991 1.077 0.58 0.096 1.243-0.377 1.582-0.809 0.8-1.019 0.358-2.519-0.442-3.384-0.2-0.216-0.481-0.424-0.729-0.625-1.045-0.846-1.705-1.988-1.752-3.353-0.030-0.874 0.147-1.744 0.421-2.576zM14.159 19.484c-0.389 0.958-0.639 1.948-0.751 2.969-0.121 1.103-0.023 2.232 0.495 3.23 0.048 0.093 0.141 0.245 0.279 0.458 0.639 0.982 1.472 2.425 1.181 3.638-0.174 0.721-0.757 1.222-1.412 1.5-0.189 0.080-0.388 0.127-0.597 0.138h-0.127c-1.622-0.104-2.746-2.375-1.296-3.501 0.147-0.114 0.314 0.073 0.132 0.217-1.085 0.859-0.403 2.481 0.685 2.923 0.641 0.261 1.296-0.006 1.795-0.436 0.636-0.548 0.738-1.284 0.525-2.067-0.205-0.756-0.578-1.466-0.996-2.109-0.194-0.298-0.38-0.588-0.517-0.895-0.835-1.865-0.393-4.267 0.349-6.107l-1.137-0.2c-0.001-0-0.001-0-0.002-0-0.005-0.002-0.007-0.007-0.005-0.012 0-0.001 0.001-0.001 0.001-0.002l1.1-1.641c0.006-0.009 0.007-0.019 0.003-0.029-0.436-1.147-0.76-2.351-0.863-3.569-0.049-0.571-0.021-1.138 0.084-1.7 0.246-1.328 1.123-2.43 2.549-2.516 1.636-0.099 2.976 1.184 3.033 2.786v0.167c-0.033 0.827-0.322 1.604-0.754 2.306-0.676 1.1-1.624 2.057-2.629 2.854-0.018 0.015-0.028 0.037-0.026 0.061l0.165 1.747c0.001 0.010-0.004 0.014-0.013 0.012l-1.25-0.221zM5.327 20.517l-1.144 0.556c-0.001 0-0.002 0.001-0.003 0.001-0.004 0-0.008-0.004-0.008-0.008-0.018-0.634-0.035-1.269-0.051-1.904-0.001-0.025-0.011-0.044-0.031-0.058-0.718-0.493-1.379-1.030-1.982-1.611-1.048-1.010-1.989-2.32-2.107-3.816v-0.363c0.079-1.361 1.077-2.514 2.461-2.665 1.645-0.18 2.71 1.068 3.1 2.539 0.452 1.701 0.152 3.592-0.237 5.292-0.002 0.010 0 0.018 0.007 0.026l1.274 1.379c0.002 0.002 0.002 0.004 0.002 0.006 0 0.003-0.002 0.007-0.005 0.008l-1.041 0.504c0.317 1.25 0.346 2.558-0.162 3.765-0.112 0.266-0.301 0.611-0.436 0.893-0.75 1.56-1.214 3.844 0.73 4.821 0.195 0.098 0.387 0.17 0.576 0.216 1.401 0.338 2.352-1.040 2.649-2.197 0.152-0.593 0.072-1.148-0.182-1.714-0.21-0.469-0.661-0.967-1.209-0.942-0.457 0.021-0.784 0.337-1.076 0.654-0.086 0.093-0.269-0.048-0.172-0.179 0.144-0.197 0.43-0.441 0.67-0.568 0.825-0.434 1.57 0.070 1.954 0.8 0.332 0.632 0.438 1.315 0.265 2.003-0.388 1.54-1.694 3.019-3.449 2.222-2.189-0.994-1.847-3.386-1.020-5.152 0.157-0.334 0.37-0.706 0.496-1.026 0.438-1.12 0.429-2.316 0.132-3.48z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

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>watermark-cutiemark-rainbow</title>
<path fill="#444" d="M2.239 12.606c-0.756-0.276-1.416-0.698-1.774-1.45l-0.079-0.167c-0.019-0.049-0.039-0.097-0.059-0.146-0.574-1.379-0.401-2.883 0.599-4.015 0.238-0.269 0.531-0.485 0.846-0.667 0.549-0.316 1.131-0.51 1.747-0.583 0.005-0.001 0.008-0.003 0.009-0.009 0.029-0.199 0.092-0.397 0.188-0.593 0.458-0.927 1.115-1.708 2.053-2.18l0.080-0.038c0.894-0.398 1.902-0.457 2.834-0.146 1.128 0.376 1.763 1.4 2.043 2.504 0.009 0.068 0.021 0.135 0.034 0.202 0.039 0.193 0.060 0.38 0.078 0.573 0.001 0.006 0.004 0.009 0.010 0.007 0.004-0.001 0.008-0.004 0.012-0.008 0.023-0.002 0.048-0.025 0.067-0.034 0.415-0.208 0.893-0.294 1.357-0.315 0.912-0.041 1.828 0.13 2.646 0.549 0.71 0.363 1.329 0.867 1.79 1.513 0.57 0.798 0.803 1.746 0.765 2.722-0.004 0.107-0.017 0.219-0.037 0.334-0.296 1.658-1.134 3.253-3.018 3.429-0.897 0.084-1.783-0.182-2.573-0.604-0.008-0.004-0.012-0.002-0.012 0.007-0.006 0.252-0.002 0.496 0.012 0.734 0.063 1.109 0.24 2.22 0.492 3.302 0.035 0.152 0.079 0.308 0.129 0.468 0.009 0.028 0.016 0.027 0.023-0.001 0.25-1.071 0.514-2.138 0.792-3.202 0-0.001 0.001-0.002 0.002-0.002s0.004-0 0.005 0.002c0 0 0 0 0 0.001 0.605 1.971 1.712 3.749 3.005 5.339 1.759 2.164 3.871 4.067 6.084 5.769 1.683 1.295 3.442 2.496 5.278 3.604-0.017 0.005-0.035 0.002-0.055-0.008-1.023-0.523-1.93-1.003-2.877-1.546-1.105-0.633-2.185-1.306-3.24-2.019-1.779-1.202-3.475-2.528-5.007-4.035-1.258-1.238-2.386-2.617-3.216-4.181-0.002-0.003-0.005-0.004-0.008-0.003-0.002 0.001-0.003 0.002-0.003 0.004l-0.781 3.301c-0.002 0.010-0.007 0.011-0.013 0.003-0.017-0.020-0.033-0.042-0.050-0.067-0.172-0.25-0.34-0.504-0.502-0.761-0.93-1.467-1.784-2.994-2.506-4.574-0.006-0.013-0.014-0.015-0.026-0.007-1.037 0.719-2.037-0.023-2.642-0.875-0.522-0.735-0.9-1.66-0.897-2.573 0-0.001-0-0.002-0.001-0.003-0.002-0.003-0.006-0.005-0.009-0.003-0.308 0.158-0.627 0.29-0.959 0.396-0.007 0.002-0.011 0.006-0.010 0.010 0.002 0.004 0.004 0.007 0.006 0.009s0.005 0.005 0.006 0.009c0.633 1.986 1.566 3.866 2.67 5.63 1.39 2.221 2.975 4.277 4.754 6.175 0.097 0.104 0.196 0.206 0.298 0.307 0.001 0.001 0.001 0.001 0.002 0.001 0.004 0.002 0.008 0.001 0.010-0.003 0-0.001 0.001-0.001 0.001-0.002 0.025-0.129 0.047-0.26 0.068-0.392 0.215-1.393 0.381-2.792 0.548-4.195 0.002-0.020 0.009-0.022 0.020-0.005 1.055 1.628 2.509 2.986 4.059 4.136 1.155 0.857 2.375 1.618 3.636 2.309 2.168 1.189 4.443 2.189 6.771 3.019 0.005 0.002 0.009 0.005 0.012 0.010s0.006 0.009 0.011 0.013c-0.050 0.001-0.106-0.023-0.138-0.030-1.512-0.34-2.999-0.767-4.461-1.281-2.030-0.714-3.999-1.626-5.806-2.798-0.879-0.57-1.718-1.213-2.469-1.944-0.307-0.299-0.606-0.619-0.854-0.968-0.001-0.001-0.001-0.002-0.002-0.002-0.004-0.002-0.009-0.001-0.011 0.002-0.001 0.001-0.001 0.002-0.001 0.003-0.187 0.963-0.188 2.020-0.161 2.948 0.025 0.877 0.078 1.656 0.137 2.59 0.001 0.021 0.002 0.040 0.002 0.056-0 0.004-0.002 0.007-0.006 0.009s-0.007 0.001-0.010-0.001c-2.391-1.626-4.497-3.558-6.318-5.794-1.824-2.24-3.317-4.698-4.478-7.374-0.347-0.8-0.653-1.598-0.917-2.395z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

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>watermark-cutiemark-waningmoon</title>
<path fill="#444" d="M13.003 2.854c-3.188 0-6.258 1.162-8.632 3.268-2.813 2.495-4.406 6.097-4.37 9.878 0.070 7.212 6.055 13.146 13.258 13.146 5.616-0.006 10.599-3.618 12.341-8.946-1.373 0.683-2.893 1.039-4.434 1.039-5.355 0-9.761-4.297-9.761-9.518 0 0 0 0 0 0 0.004-3.493 1.979-6.713 5.132-8.37-1.152-0.326-2.341-0.493-3.534-0.497z"></path>
</svg>

After

Width:  |  Height:  |  Size: 525 B

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>watermark-cutiemark-waxingmoon</title>
<path fill="#444" d="M12.597 2.854c3.188 0 6.258 1.162 8.632 3.268 2.813 2.495 4.406 6.097 4.37 9.878-0.070 7.212-6.055 13.146-13.258 13.146-5.616-0.006-10.599-3.618-12.341-8.946 1.373 0.683 2.893 1.039 4.434 1.039 5.355 0 9.761-4.297 9.761-9.518 0 0 0 0 0 0-0.004-3.493-1.979-6.713-5.132-8.37 1.152-0.326 2.341-0.493 3.534-0.497z"></path>
</svg>

After

Width:  |  Height:  |  Size: 524 B

7
svg/watermark-dci.svg Normal file
View File

@ -0,0 +1,7 @@
<!-- 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>watermark-dci</title>
<path fill="#444" d="M32 16.521v0.624c-0.191 1.325-1.561 2.442-2.645 3.041-2.808 1.552-7.060 2.213-9.278 2.357-1.289 0.084-2.602 0.093-4.047 0-3.452-0.221-6.129-0.769-8.903-2.141-0.010-0.005-0.017-0.011-0.021-0.019-0.003-0.005-0.005-0.011-0.006-0.018-0-0.001-0-0.001-0-0.002 0-0.006 0.005-0.012 0.011-0.012 0.001 0 0.002 0 0.004 0.001 1.273 0.431 2.079 0.693 2.418 0.788 1.113 0.312 2.383 0.529 3.811 0.651 3.496 0.3 6.949 0.046 10.359-0.763 1.26-0.299 2.462-0.698 3.607-1.197 1.756-0.765 5.045-2.778 3.23-5.112-0.239-0.307-0.512-0.563-0.819-0.769-1.854-1.245-4.336-1.766-6.457-1.983-2.944-0.301-5.875-0.208-8.793 0.279-2.27 0.379-4.573 1.037-6.621 2.105-0.003 0.002-0.005 0.004-0.006 0.006-0.004 0.008-0.001 0.018 0.006 0.022 0.003 0.001 0.006 0.002 0.009 0.002 1.041-0.119 2.073-0.287 3.098-0.504 0.009-0.002 0.014 0.001 0.012 0.007-0.001 0.005-0.004 0.007-0.009 0.009-1.488 0.453-2.969 0.918-4.444 1.395-0.002 0.001-0.004 0.002-0.006 0.003-0.010 0.007-0.013 0.021-0.007 0.030 0.001 0.002 0.003 0.003 0.004 0.005 0.921 0.793 1.872 1.548 2.854 2.264 0.017 0.012 0.027 0.008 0.032-0.012l0.724-3.209c0.005-0.023 0.025-0.039 0.049-0.039 1.447-0.001 2.901-0.002 4.362-0.002 0.86 0.001 1.846 0.269 2.037 1.25 0.131 0.67-0.077 1.543-0.366 2.145-0.651 1.363-1.801 1.661-3.207 1.666-1.325 0.004-2.649 0.004-3.974 0-0.024 0-0.033-0.012-0.028-0.035l0.364-1.612c0.010-0.043-0.004-0.077-0.041-0.1-1.038-0.647-2.118-1.215-3.239-1.705-0.005-0.002-0.009-0.003-0.014-0.003-0.020 0-0.036 0.016-0.036 0.036 0 0.001 0 0.002 0 0.004 0.162 1.638 0.379 3.269 0.65 4.893 0 0 0 0.001 0 0.001 0 0.005-0.004 0.009-0.009 0.009-0 0-0.001 0-0.001 0-0.009-0-0.014-0.003-0.016-0.008-0.398-1.598-0.786-3.18-1.316-4.742-0.004-0.012-0.015-0.019-0.027-0.019-0.009 0-0.018 0.004-0.023 0.012-0.866 1.169-1.707 2.36-2.524 3.573-0.005 0.009-0.013 0.014-0.024 0.016-0.001 0-0.002 0-0.003 0-0.007 0-0.014-0.006-0.014-0.014 0-0.002 0.001-0.004 0.002-0.006 0.702-1.302 1.359-2.628 1.957-3.973 0.019-0.041 0.005-0.060-0.039-0.056-1.576 0.129-3.1 0.351-4.572 0.666-0.020 0.004-0.041 0.004-0.062-0.001-0.004-0-0.004-0.001 0-0.003l4.496-1.377c0.037-0.011 0.040-0.029 0.011-0.053-1.126-0.935-2.286-1.832-3.481-2.691-0.006-0.005-0.009-0.009-0.008-0.015 0.001-0.008 0.005-0.010 0.012-0.006 1.24 0.766 2.521 1.455 3.844 2.067 0.039 0.018 0.057 0.006 0.053-0.037-0.139-1.554-0.331-3.088-0.575-4.604-0.012-0.072-0.018-0.143-0.019-0.213-0-0-0-0.001-0-0.001 0-0.003 0.002-0.005 0.005-0.005s0.005 0.002 0.005 0.004c0.022 0.079 0.017 0.172 0.035 0.24 0.386 1.487 0.808 2.964 1.264 4.43 0.007 0.021 0.017 0.022 0.030 0.003l2.578-3.642c0.003-0.003 0.007-0.005 0.011-0.005 0.008 0 0.015 0.007 0.015 0.015 0 0.002-0 0.004-0.001 0.006-0.593 1.009-1.132 2.046-1.618 3.111-0.001 0.002-0.002 0.005-0.002 0.007 0 0.009 0.007 0.016 0.016 0.016 0.003 0 0.006-0.001 0.008-0.002 1.751-0.975 3.699-1.557 5.662-1.908 4.551-0.815 9.421-0.7 13.88 0.572 2.166 0.617 5.161 1.859 5.775 4.284zM14.228 17.010c0.16-0.576 0.142-1.289-0.637-1.371-0.468-0.049-0.997-0.057-1.586-0.023-0.024 0.001-0.038 0.014-0.043 0.037l-0.547 2.42c-0.005 0.022 0.004 0.033 0.026 0.033 1.144 0.011 2.422 0.213 2.786-1.096z"></path>
<path fill="#444" d="M17.574 15.398c0.986-1.204 2.869-1.105 4.335-1.061 1.216 0.036 2.498 0.416 2.303 1.946-0.002 0.021-0.014 0.031-0.035 0.031h-2.332c-0.026 0-0.039-0.013-0.038-0.039 0.009-0.335-0.131-0.537-0.422-0.605-0.671-0.157-1.564-0.082-1.995 0.547-0.218 0.319-0.452 1.136-0.216 1.51 0.208 0.328 0.749 0.316 1.096 0.307 0.606-0.013 1.050-0.058 1.386-0.593 0.012-0.018 0.029-0.028 0.051-0.028h2.219c0.033 0 0.043 0.015 0.030 0.045-0.444 1.025-1.153 1.74-2.307 1.847-0.864 0.081-1.767 0.101-2.708 0.062-1.082-0.046-2.163-0.423-2.165-1.716-0.001-0.851 0.265-1.603 0.798-2.255z"></path>
<path fill="#444" d="M25.024 14.316h2.087c0.012 0 0.022 0.010 0.022 0.022 0 0.002-0 0.003-0.001 0.005l-1.128 5.016c-0.002 0.010-0.011 0.018-0.022 0.018l-2.093 0.007c-0.012-0-0.022-0.010-0.022-0.022 0-0.002 0-0.003 0.001-0.005l1.134-5.024c0.002-0.010 0.011-0.018 0.022-0.018z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="32" viewBox="0 0 20 32">
<title>watermark-desparked</title>
<path fill="#444" d="M10.067-0c-0.085 0-0.17 0.029-0.172 0.086-0.23 8.17-1.558 13.049-1.558 13.049l-1.392 0.136c0 0-0.852-1.738-1.307-9.709-0.008-0.148-0.437-0.148-0.446 0-0.481 7.981-1.592 10.516-1.592 10.516l-1.295 0.352c0 0-0.756-0.958-1.303-6.611-0.013-0.135-0.398-0.136-0.407 0-0.375 5.621-0.594 8.859-0.594 8.859s8.774 2.759 9.895 15.155c0.020 0.225 0.326 0.224 0.344 0 0.97-12.377 9.921-15.155 9.921-15.155s-0.291-3.306-0.675-8.859c-0.009-0.124-0.362-0.124-0.374 0-0.494 5.458-1.401 6.611-1.401 6.611l-1.146-0.352c0 0-1.119-2.017-1.681-10.516-0.009-0.134-0.395-0.134-0.403 0-0.53 8.426-1.354 9.709-1.354 9.709l-1.312-0.136c0 0-1.352-4.88-1.575-13.049-0.002-0.057-0.087-0.086-0.172-0.086zM10.093 11.084l0.485 3.601-1.609 1.993 6.64-1.153-5.25 4.69c0.802 0.332 1.55 0.687 2.356 1.011l-2.233 2.749-0.389 3.277-0.656-3.613 1.345-1.812-3.782-1.056 4.407-3.313-5.919 1.248 4.178-4.525 0.428-3.097z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

5
svg/watermark-dnd.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.9 KiB

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>watermark-flavor-aestheticconsultation</title>
<path fill="#444" d="M23.879 11.202c1.061-0.167 0.601-0.113 1.378-0.187 2.346-0.176 3.425 0.334 6.004-1.083 0.066-0.028 0.323-0.358 0.4-0.303 0.091 0.065-0.103 0.552-0.11 0.624-0.046 0.482-0.255 0.945-0.449 1.382 0.332-0.198 0.171-0.095 0.483-0.308 0.046-0.030 0.364-0.284 0.402-0.215 0.088 0.162-0.313 0.717-0.374 0.841-0.401 0.816-0.864 1.113-1.698 1.485-2.511 1.938-4.558 2.908-7.207 3.261-0.382 0.051-1.012-0.002-1.301-0.486-0.343-0.024-3.19 1.163-4.027 1.309-0.525 0.092-0.826-0.413-0.826-0.413l-14.928 5.072c-0.444 0.187-1.4 0.456-1.605-0.374-0.217-0.881 1.369-1.269 1.369-1.269l14.667-4.985c-0.078-0.205-0.043-0.547 0.225-0.76 1.060-0.839 4.271-1.512 4.276-1.569 0.019-0.218 0.32-0.586 0.344-0.616 0.667-0.814 2.070-1.183 2.977-1.406zM24.191 11.947c-1.070 0.257-2.174 0.617-2.38 1.56-0.047 0.217-0.016 0.448 0.357 0.444 1.067-0.010 1.671-0.741 2.684-1.057 1.501-0.71 2.368-0.59 3.476-1.075-1.062-0.073-2.178-0.16-3.239-0.029-0.302 0.037-0.599 0.105-0.898 0.158zM20.12 14.020c-0.736 0.198-2.663 0.679-2.979 1.17-0.242 0.377 0.109 0.846 0.463 0.768 0.149-0.033 2.986-0.959 3.082-1.165 0.319-0.686-0.474-0.789-0.566-0.773z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="17" height="32" viewBox="0 0 17 32">
<title>watermark-flavor-farewelltoarms</title>
<path fill="#444" d="M0.963 8.517c-0.365 0.018-0.839-0.023-0.939 1.076-0.115 1.269 0.214 3.525 0.271 4.715 0.039 0.807 0.072 1.855 0.073 2.424 0.001 0.331-0.017 0.951 0.022 1.28 0.056 0.478 0.174 0.962 0.315 1.586 0.181 0.804 0.495 2.153 0.686 2.951 0.147 0.614 0.222 1.077 0.356 1.489 0.075 0.23 0.379 0.755 0.447 0.987 0.097 0.335 0.203 0.907 0.241 1.369 0.059 0.707 0.112 2.871 0.112 2.871l7.433 0.099c0 0 0.195-1.819 0.645-2.584 0.505-0.858 1.736-1.744 2.383-2.565 0.576-0.731 1.094-1.585 1.497-2.358 0.378-0.725 0.605-1.52 0.918-2.276 0.358-0.866 0.997-2.342 1.23-2.922 0.073-0.181 0.175-0.364 0.172-0.559-0.007-0.345-0.22-1.011-0.212-1.511s0.113-0.871 0.189-1.219c0.045-0.206 0.279-0.658 0.266-0.868-0.028-0.441-0.397-0.703-0.665-0.784s-0.714 0.061-0.943 0.298c-0.378 0.392-1.089 1.375-1.325 2.056-0.221 0.639-0.149 1.33-0.306 1.777-0.118 0.338-0.45 0.654-0.632 0.909-0.175 0.246-0.159 0.67-0.245 0.873-0.057 0.134-0.144 0.329-0.272 0.342s-0.45-0.082-0.498-0.264c-0.139-0.528-0.268-1.94-0.337-2.904-0.069-0.957-0.065-1.918-0.080-2.878-0.016-0.996 0.032-2.066-0.017-3.097-0.053-1.101-0.192-2.674-0.298-3.512-0.065-0.515-0.167-1.224-0.34-1.519-0.125-0.214-0.453-0.271-0.699-0.251-0.742 0.063-0.89 0.584-0.989 0.964-0.127 0.487-0.081 1.205-0.116 1.845-0.036 0.664-0.098 1.559-0.128 2.248-0.046 1.064-0.057 3.365-0.15 4.139-0.018 0.146-0.191 0.34-0.303 0.322s-0.345-0.243-0.369-0.431c-0.086-0.671-0.125-2.434-0.228-3.629-0.107-1.24-0.275-2.36-0.413-3.398-0.112-0.843-0.268-2.19-0.572-2.613-0.181-0.252-0.69-0.424-0.952-0.342s-0.636 0.229-0.748 0.653c-0.134 0.504-0.213 1.644-0.169 2.411 0.092 1.601 0.43 6.008 0.486 7.306 0.007 0.168-0.071 0.467-0.15 0.481s-0.302-0.229-0.325-0.399c-0.094-0.695-0.258-2.608-0.361-3.864-0.141-1.717-0.387-2.771-0.563-3.508-0.175-0.729-0.667-0.693-0.857-0.676s-0.707 0.326-0.77 0.553c-0.149 0.538-0.079 1.728-0.124 2.673-0.048 0.996 0.029 1.956 0.099 2.999 0.070 1.039 0.282 2.687 0.324 3.258 0.009 0.119-0.083 0.317-0.142 0.329s-0.191-0.146-0.211-0.255c-0.175-0.937-0.548-4.362-0.84-5.37-0.105-0.362-0.566-0.746-0.874-0.731z"></path>
</svg>

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="29" height="32" viewBox="0 0 29 32">
<title>watermark-flavor-monkeymonkeymonkey</title>
<path fill="#444" d="M4.017 7.796l-1.675 1.69-2.342-2.224 4.211-3.873 2.842 2.357 4.867-2.357 5.169 3.446 5.811-3.856 4.505 4.086-0.34 16.923 1.734 2.241-2.279 2.575-2.908-2.849 1.454-1.729 0.125-15.774-3.165-2.771-4.303 3.205-0.062 14.801 1.588 2.303-2.92 3.032-3.422-3.466 1.921-1.967 0.168-15.137-3.504-2.771-3.689 3.205 0.145 13.975 1.897 2.479-3.872 3.683-3.11-4.25 1.729-2.319 0.075-13.568-0.649-1.089z"></path>
</svg>

After

Width:  |  Height:  |  Size: 607 B

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>watermark-flavor-moxlotus</title>
<path fill="#444" d="M14.753 18.43c-1.727 2.913-4.259 5.304-7.157 5.299-2.458-0.005-4.159-0.41-5.605-1.909-1.161-1.203-1.99-3.31-1.99-5.374 0-2.239 0.809-4.172 2.429-5.798s3.545-2.44 5.777-2.44c1.342 0 2.729 0.469 4.158 1.408s2.786 2.215 4.288 4.103c1.28-1.597 4.502-5.072 7.419-5.28 3.256-0.232 4.655 0.426 5.954 1.659 1.51 1.433 1.943 3.429 1.973 5.853 0.034 2.8-3.084 7.973-7.727 7.839-1.878-0.054-3.13-0.529-4.638-1.319-1.733-0.907-2.804-1.883-4.77-3.925-0.037-0.039-0.074-0.077-0.112-0.117zM17.898 15.643c0 0 1.661 2.954 4.293 4.341 2.717 1.432 5.877 0.16 6.701-0.808s1.311-2.148 1.237-3.533c-0.084-1.562-1.089-4.439-5.762-4.357-2.925 0.051-5.432 2.853-6.468 4.357zM13.765 16.637c0 0-1.452-2.574-3.613-3.998-1.063-0.7-2.038-0.986-2.709-0.972-1.976 0.041-3.029 0.331-4.090 1.541-0.834 0.951-1.123 2.027-1.123 3.415 0 1.318 0.452 2.417 1.357 3.297s1.938 1.245 3.779 1.191c1.035-0.031 3.711-0.974 6.399-4.474z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="32" viewBox="0 0 18 32">
<title>watermark-flavor-myfirsttome</title>
<path fill="#444" d="M9.114 2.534c-1.989 0-7.39 0.412-9.114 2.728h3.285c1.445-1.882 4.053-2.016 6.225-1.977 1.163 0.099 4.589 0.391 4.589 1.679 0 1.335-4.976 2.316-6.981 4.19-0.281 0.288-2.091 2.703-2.091 4.403h6.225c0-1.342-0.061-3.016 1.010-4.087 2.122-2.122 5.872-2.852 5.872-3.993 0-1.047-2.534-2.896-9.020-2.943zM4.098 18.313l-2.179 11.153h12.442l-2.179-11.153h-8.084z"></path>
</svg>

After

Width:  |  Height:  |  Size: 565 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="30" height="32" viewBox="0 0 30 32">
<title>watermark-flavor-whenfluffybunniesattack</title>
<path fill="#444" d="M19.52 14.813c0.012 0.167 0.016 0.345 0.013 0.536-0.003 0.185 0.107 0.294 0.238 0.395 0.156 0.12 0.345 0.225 0.534 0.341 0.631 0.387 1.252 0.878 1.298 1.966 0.024 0.566 0.009 0.965-0.429 2.479-0.215 0.743-0.244 1.122-0.24 1.514 0.002 0.173 0.090 0.298 0.142 0.435 0.108 0.285 0.168 0.587-0.005 1.017-0.124 0.308-0.309 0.449-0.538 0.558-0.138 0.066-0.321 0.093-0.492 0.31-0.162 0.206-0.277 0.426-0.4 0.619-0.582 0.912-1.277 1.709-2.158 2.312-0.446 1.097-1.032 1.917-1.73 2.27-0.218 0.14-0.481 0.225-0.81 0.217-0.042-0.001-0.084-0.003-0.124-0.007-0.227-0.009-0.42-0.063-0.588-0.149-0.753-0.323-1.382-1.177-1.854-2.342-0.878-0.603-1.571-1.398-2.151-2.308-0.123-0.193-0.238-0.413-0.4-0.619-0.17-0.217-0.353-0.244-0.492-0.31-0.229-0.109-0.414-0.25-0.538-0.558-0.173-0.43-0.113-0.733-0.005-1.017 0.052-0.138 0.141-0.262 0.142-0.435 0.004-0.392-0.025-0.771-0.24-1.514-0.438-1.513-0.453-1.913-0.429-2.479 0.046-1.087 0.667-1.579 1.298-1.966 0.189-0.116 0.378-0.22 0.534-0.341 0.131-0.101 0.241-0.21 0.238-0.395-0.003-0.191 0.002-0.37 0.013-0.536-7.655-6.346-9.74-10.047-10.207-11.365-0.129-0.365-0.148-0.603-0.138-0.708 0.013-0.139 0.065-0.229 0.106-0.283 0.069-0.091 0.188-0.188 0.387-0.221 0.132-0.022 0.361-0.014 0.665 0.045 1.325 0.257 4.547 1.453 6.815 2.832 0.058 0.035 0.119 0.062 0.177 0.093 2.418 1.293 5.163 5.082 5.928 6.185 0.263-0.046 0.542-0.072 0.833-0.072 0.255 0 0.502 0.019 0.733 0.055 0.047 0.007 0.094 0.014 0.141 0.023 0.765-1.103 3.51-4.892 5.928-6.185 0.058-0.031 0.119-0.058 0.177-0.093 2.268-1.379 5.49-2.575 6.815-2.832 0.304-0.059 0.533-0.067 0.665-0.045 0.199 0.034 0.318 0.13 0.387 0.221 0.041 0.054 0.093 0.143 0.106 0.283 0.010 0.105-0.008 0.343-0.138 0.708-0.467 1.318-2.552 5.019-10.207 11.365zM12.766 26.97c0.424 1.1 0.969 1.933 1.667 2.223 0.118 0.062 0.254 0.1 0.415 0.105 0.035 0.003 0.070 0.006 0.105 0.006 0.229 0.006 0.412-0.053 0.561-0.154 0.656-0.318 1.172-1.122 1.579-2.17 0.886-0.575 1.572-1.357 2.145-2.255 0.131-0.205 0.255-0.438 0.427-0.657 0.39-0.495 0.791-0.326 0.962-0.751 0.228-0.567-0.167-0.797-0.171-1.269-0.004-0.428 0.024-0.842 0.259-1.652 0.412-1.421 0.433-1.794 0.41-2.326-0.074-1.761-2.090-1.54-2.070-2.73 0.005-0.272-0.008-0.516-0.036-0.735 0.005-0.004 0.009-0.007 0.014-0.011 9.596-7.917 10.483-11.666 10.344-11.849-0.244-0.32-4.468 1.090-7.238 2.775-0.066 0.040-0.134 0.071-0.199 0.106-2.632 1.407-5.649 5.863-5.94 6.299-0.135-0.035-0.276-0.063-0.423-0.085-0.211-0.033-0.435-0.050-0.665-0.050-0.374 0-0.729 0.046-1.046 0.129-0.291-0.435-3.308-4.891-5.94-6.299-0.065-0.035-0.134-0.066-0.199-0.106-2.771-1.685-6.995-3.096-7.238-2.775-0.139 0.183 0.748 3.933 10.344 11.849 0.005 0.004 0.009 0.008 0.014 0.011-0.028 0.219-0.040 0.464-0.036 0.735 0.020 1.19-1.996 0.969-2.070 2.73-0.022 0.532-0.001 0.905 0.411 2.326 0.235 0.81 0.263 1.224 0.259 1.652-0.005 0.473-0.4 0.703-0.171 1.269 0.171 0.426 0.572 0.256 0.962 0.751 0.172 0.219 0.296 0.452 0.427 0.657 0.571 0.896 1.256 1.675 2.138 2.25zM10.868 18.362c0.234-0.169 1.583 0.447 2.321 1.623s0.913 2.225 0.547 2.844c-0.058 0.098-1.812-0.503-2.55-1.679s-0.53-2.635-0.318-2.788zM18.881 18.362c0.212 0.153 0.42 1.612-0.318 2.788s-2.493 1.777-2.55 1.679c-0.366-0.619-0.191-1.668 0.547-2.844s2.088-1.791 2.321-1.623z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

5
svg/watermark-fnm.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 76 KiB

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>watermark-goblinexplosioneers</title>
<path fill="#444" d="M23.39 2.945l-0.778 3.051-2.167-1.276 1.713 2.676-0.123-0.918 0.946 0.756 0.482-1.439 0.403 1.775 1.528-0.885-0.621 1.321 1.226 1.019-1.288-0.185-0.437 1.78-0.431-1.842-0.929 1.075-0.252-0.672-0.968 3.096 1.657-2.391 1.416 3.292 0.095-3.482 3.107 0.078-2.318-1.965 1.366-2.9-2.693 1.573-0.935-3.538zM18.827 7.166l-0.98 0.98c-0.689-0.316-1.455-0.493-2.262-0.493-3 0-5.43 2.43-5.43 5.43s2.43 5.43 5.43 5.43 5.43-2.43 5.43-5.43c0-0.807-0.177-1.573-0.493-2.262l0.98-0.98c0 0-0.278-0.599-0.778-1.209 0.227-0.081 0.474-0.141 0.728-0.162 0.556-0.046 1.118 0.066 1.523 0.358l0.47-0.655c-0.603-0.435-1.352-0.569-2.060-0.51-0.45 0.037-0.886 0.156-1.271 0.341-0.636-0.541-1.288-0.84-1.288-0.84zM18.816 7.726c0.009-0.001 0.019-0.001 0.028 0 0.109-0.005 0.217 0.063 0.26 0.164s0.016 0.226-0.064 0.301l-0.409 0.403c-0.095 0.116-0.294 0.125-0.399 0.018s-0.093-0.306 0.024-0.399l0.403-0.403c0.041-0.044 0.097-0.075 0.157-0.084zM15.155 8.358c0.456-0.012 0.938 0.051 1.433 0.196-2.961 0.058-4.042 0.986-5.363 3.896 0.423-2.551 1.954-4.039 3.93-4.092zM20.355 13.302c-0.206 2.537-2.179 4.719-4.77 4.719-1.547 0-2.924-0.712-3.829-1.825 0.945 0.845 2.194 1.355 3.561 1.355 2.511 0 4.468-1.914 5.039-4.249zM2.049 14.858l-0.157 2.598-1.892-0.952 1.338 1.651-1.304 1.377 1.646-0.565 0.325 1.478 0.14 0.627 0.123-0.633 0.252-1.304 1.293 1.248-0.711-1.64 0.050 0.627-0.795-0.773-0.229 1.159-0.252-1.142-0.885 0.302 0.705-0.745-0.705-0.868 1.148 0.571 0.095-1.573 0.425 1.327 0.526-0.554-0.045 0.509 0.98-1.881-1.344 1.405-0.728-2.251zM29.951 14.858l-0.728 2.251-1.344-1.405 0.98 1.881-0.045-0.509 0.526 0.554 0.425-1.327 0.095 1.573 1.148-0.571-0.705 0.868 0.705 0.745-0.885-0.302-0.252 1.142-0.23-1.159-0.795 0.773 0.051-0.627-0.711 1.64 1.293-1.248 0.252 1.304 0.123 0.633 0.14-0.627 0.325-1.478 1.646 0.565-1.305-1.377 1.338-1.651-1.892 0.952-0.157-2.598zM6.421 16.717c-0.394-0.001-0.955 0.525-1.383 1.304-0.245-0.075-0.537-0.134-0.829-0.112-0.31 0.024-0.485 0.066-0.616 0.101s-0.212 0.062-0.409 0.062c-0.191 0-0.325-0.035-0.409-0.067s-0.101-0.051-0.101-0.051c-0.073-0.059-0.193-0.045-0.252 0.028s-0.045 0.193 0.028 0.252c0 0 0.074 0.059 0.196 0.106s0.302 0.090 0.537 0.090c0.23 0 0.373-0.038 0.504-0.073s0.262-0.073 0.549-0.095c0.204-0.016 0.433 0.030 0.638 0.090-0.425 0.934-0.475 1.811-0.090 2.004 0.025 0.013 0.050 0.027 0.078 0.034l5.889 2.715 4.815-2.217-8.98-4.131c-0.051-0.026-0.108-0.039-0.168-0.039zM25.579 16.717c-0.060 0-0.117 0.014-0.168 0.039l-15.474 7.121c-0.489 0.214-0.885 0.632-1.075 1.131s-0.173 1.071 0.050 1.556 0.651 0.878 1.153 1.058c0.502 0.18 1.075 0.148 1.556-0.084l15.513-7.149c0.028-0.006 0.053-0.021 0.078-0.034 0.385-0.193 0.335-1.070-0.090-2.004 0.205-0.059 0.434-0.105 0.638-0.090 0.287 0.022 0.417 0.060 0.549 0.095s0.274 0.073 0.504 0.073c0.235 0 0.415-0.043 0.537-0.090s0.196-0.106 0.196-0.106c0.073-0.059 0.087-0.179 0.028-0.252s-0.179-0.087-0.252-0.028c0 0-0.018 0.018-0.101 0.051s-0.217 0.067-0.409 0.067c-0.197 0-0.277-0.026-0.409-0.062s-0.306-0.077-0.616-0.101c-0.291-0.022-0.584 0.037-0.829 0.112-0.428-0.78-0.989-1.305-1.383-1.304zM6.237 17.052c0.016-0.002 0.030-0.002 0.045 0 0.272 0.030 0.181 0.712-0.202 1.523s-0.915 1.44-1.187 1.411c-0.272-0.030-0.181-0.707 0.202-1.517 0.006-0.014 0.016-0.026 0.022-0.039 0.185 0.068 0.325 0.134 0.325 0.134 0.083 0.063 0.221 0.031 0.269-0.062s-0.007-0.221-0.106-0.252c0 0-0.127-0.070-0.319-0.146 0.332-0.588 0.716-1.021 0.952-1.052zM25.719 17.052c0.229-0.025 0.642 0.425 0.996 1.052-0.192 0.075-0.319 0.146-0.319 0.146-0.099 0.031-0.153 0.161-0.105 0.253s0.185 0.123 0.267 0.060c0 0 0.14-0.066 0.325-0.134 0.006 0.013 0.016 0.025 0.022 0.039 0.383 0.81 0.473 1.488 0.202 1.517s-0.804-0.6-1.187-1.411c-0.383-0.81-0.473-1.493-0.202-1.523zM21.246 23.502l-4.815 2.217 3.947 1.819c0.481 0.233 1.054 0.264 1.556 0.084s0.93-0.573 1.153-1.058 0.24-1.057 0.050-1.556c-0.19-0.499-0.586-0.917-1.075-1.131l-0.817-0.375z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

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>watermark-herospath-1</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-1.903 0-3.812-0.041-5.793 0.013v-0.189c-0.424-0.011-0.765-0.030-1.023-0.058-0.259-0.033-0.473-0.077-0.643-0.132-0.171-0.060-0.302-0.14-0.396-0.239-0.088-0.104-0.151-0.237-0.19-0.396-0.033-0.165-0.050-0.407-0.050-0.726v-6.896c0-0.935 0.017-1.666 0.050-2.194h-1.056l-4.306 2.582 0.503 0.874c0.572-0.39 0.982-0.649 1.229-0.776 0.253-0.127 0.448-0.19 0.586-0.19 0.149 0 0.264 0.050 0.346 0.149 0.088 0.099 0.132 0.261 0.132 0.487v5.964c0 0.385-0.033 0.663-0.099 0.833-0.061 0.171-0.159 0.302-0.297 0.396s-0.338 0.165-0.602 0.215c-0.258 0.044-0.693 0.080-1.303 0.107v0.751h1.034c-2.271 0.387-4.687 1.022-7.322 2.060zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

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>watermark-herospath-2</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-1.999 0-4.006-0.046-6.095 0.022l0.174-2.706h-0.949c-0.066 0.258-0.151 0.454-0.256 0.586-0.099 0.127-0.237 0.217-0.412 0.272-0.176 0.050-0.443 0.074-0.8 0.074h-2.928v-0.082c0.176-0.236 0.448-0.564 0.817-0.981 0.368-0.424 0.764-0.842 1.188-1.254 0.946-0.891 1.617-1.576 2.013-2.054 0.401-0.479 0.682-0.905 0.842-1.279 0.165-0.374 0.247-0.778 0.247-1.212 0-0.495-0.115-0.927-0.346-1.295-0.226-0.374-0.594-0.668-1.105-0.883-0.511-0.22-1.171-0.33-1.98-0.33-0.434 0-0.839 0.027-1.213 0.082-0.368 0.055-0.742 0.137-1.122 0.248-0.379 0.104-0.905 0.291-1.575 0.561v1.947h1.485c0.132-0.671 0.341-1.16 0.627-1.468 0.291-0.313 0.657-0.47 1.097-0.47 0.467 0 0.836 0.173 1.105 0.52 0.269 0.341 0.404 0.814 0.404 1.419 0 0.429-0.077 0.844-0.231 1.246s-0.388 0.828-0.701 1.278c-0.308 0.451-0.759 1.026-1.353 1.724-0.627 0.737-1.16 1.416-1.6 2.037-0.434 0.621-0.767 1.196-0.998 1.724v0.544h3.972c-2.897 0.32-6.009 0.989-9.505 2.365zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

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>watermark-herospath-3</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-2.375 0-4.76-0.065-7.282 0.073 0.43-0.257 0.764-0.577 1.002-0.959 0.313-0.5 0.47-1.070 0.47-1.707 0-0.523-0.118-0.982-0.355-1.378-0.231-0.396-0.544-0.712-0.94-0.948-0.39-0.237-0.825-0.396-1.303-0.479v-0.074c0.539-0.253 0.976-0.511 1.311-0.775 0.341-0.264 0.605-0.572 0.792-0.924 0.187-0.357 0.28-0.77 0.28-1.237 0-0.511-0.143-0.946-0.429-1.303-0.28-0.363-0.682-0.638-1.204-0.825-0.517-0.187-1.114-0.28-1.79-0.28-1.133 0-2.395 0.297-3.786 0.891v1.955h1.485c0.083-0.473 0.212-0.855 0.388-1.147 0.181-0.297 0.385-0.503 0.61-0.619 0.231-0.121 0.481-0.181 0.751-0.181 0.473 0 0.833 0.157 1.081 0.47 0.247 0.308 0.371 0.767 0.371 1.377 0 0.775-0.247 1.369-0.742 1.782-0.495 0.407-1.221 0.63-2.178 0.668v0.94h0.652c0.836 0 1.457 0.19 1.864 0.569 0.412 0.379 0.619 0.957 0.619 1.732 0 1.441-0.583 2.161-1.749 2.161-0.473 0-0.855-0.14-1.147-0.421-0.291-0.286-0.517-0.742-0.676-1.369h-1.485v2.070c0.446 0.204 0.968 0.363 1.567 0.479 0.023 0.004 0.046 0.008 0.068 0.012-2.307 0.385-4.763 1.024-7.445 2.081zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

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>watermark-herospath-4</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-2.192 0-4.393-0.055-6.702 0.044v-0.503c-0.176-0.049-0.322-0.099-0.437-0.148-0.115-0.055-0.206-0.132-0.272-0.231-0.066-0.105-0.113-0.242-0.14-0.412-0.028-0.176-0.041-0.41-0.041-0.701v-1.229h2.104l0.099-1.823h-0.866c-0.071 0.253-0.148 0.429-0.231 0.528-0.077 0.099-0.17 0.168-0.28 0.206-0.11 0.033-0.3 0.049-0.569 0.049h-0.256v-7.011h-1.856l-5.007 7.16v0.891h4.421v1.229c0 0.259-0.008 0.473-0.025 0.643s-0.055 0.311-0.115 0.421c-0.060 0.104-0.151 0.19-0.272 0.256-0.115 0.060-0.272 0.118-0.47 0.173v0.545h3.405c-3.514 0.208-7.298 0.82-11.688 2.548zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475zM6.345 15.824v-0.14l2.821-4.248h0.083c-0.055 0.874-0.083 1.708-0.083 2.499v1.889h-2.821z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

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>watermark-herospath-5</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-2.281 0-4.571-0.059-6.983 0.057 0.385-0.234 0.696-0.529 0.934-0.885 0.341-0.517 0.511-1.155 0.511-1.914 0-0.649-0.143-1.213-0.429-1.691-0.28-0.484-0.679-0.852-1.196-1.105-0.512-0.253-1.108-0.379-1.79-0.379-0.501 0-0.924 0.025-1.27 0.074-0.341 0.044-0.676 0.115-1.006 0.215v-2.97h5.065l0.165-2.631h-0.907c-0.071 0.176-0.137 0.297-0.198 0.363s-0.137 0.113-0.231 0.14c-0.093 0.028-0.242 0.041-0.446 0.041h-4.875v5.634l0.742 0.462c0.242-0.071 0.517-0.132 0.825-0.181 0.313-0.050 0.605-0.074 0.874-0.074 0.698 0 1.232 0.201 1.6 0.602s0.553 0.984 0.553 1.749c0 0.775-0.143 1.35-0.429 1.724-0.286 0.368-0.729 0.553-1.328 0.553-0.479 0-0.869-0.146-1.171-0.437-0.302-0.297-0.522-0.745-0.66-1.345h-1.493v2.062c0.426 0.196 0.935 0.352 1.529 0.468-2.348 0.382-4.849 1.026-7.586 2.104zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

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>watermark-herospath-6</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-2.747 0-5.508-0.086-8.478 0.153 0.384-0.078 0.733-0.194 1.047-0.349 0.643-0.313 1.119-0.748 1.427-1.303 0.308-0.561 0.462-1.207 0.462-1.939 0-0.671-0.115-1.259-0.346-1.765s-0.575-0.896-1.031-1.171c-0.451-0.281-0.993-0.421-1.625-0.421-0.517 0-0.992 0.069-1.427 0.206s-0.866 0.355-1.295 0.652l-0.082-0.033c0.247-1.336 0.745-2.362 1.493-3.077 0.748-0.72 1.724-1.094 2.928-1.122v-0.511l-0.446-0.569c-1.259 0.088-2.387 0.448-3.382 1.081s-1.765 1.468-2.31 2.508c-0.539 1.039-0.808 2.202-0.808 3.489 0 0.951 0.162 1.76 0.487 2.425s0.792 1.169 1.402 1.51c0.616 0.341 1.35 0.511 2.202 0.511 0.013 0 0.025 0 0.038 0-2.883 0.322-5.98 0.991-9.456 2.36zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475zM9.682 14.387c0.5 0 0.88 0.203 1.138 0.61 0.264 0.401 0.396 0.995 0.396 1.782 0 0.39-0.030 0.748-0.091 1.072-0.061 0.319-0.159 0.594-0.297 0.825-0.137 0.226-0.319 0.401-0.544 0.528-0.22 0.127-0.495 0.19-0.825 0.19-0.577 0-1.006-0.253-1.287-0.759s-0.421-1.262-0.421-2.268c0-0.401 0.014-0.682 0.041-0.842s0.071-0.28 0.132-0.363c0.066-0.088 0.19-0.198 0.371-0.33 0.182-0.137 0.39-0.245 0.627-0.322 0.236-0.082 0.489-0.124 0.759-0.124z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

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>watermark-herospath-7</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-3.126 0-6.271-0.112-9.72 0.272l4.439-10.413v-0.544h-7.902l-0.215 3.423h0.957c0.066-0.291 0.127-0.506 0.182-0.643 0.060-0.137 0.138-0.247 0.231-0.33 0.093-0.088 0.215-0.151 0.363-0.19s0.344-0.058 0.586-0.058h3.671v0.124l-4.141 8.389v0.49c-2.366 0.381-4.888 1.027-7.649 2.114zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475z"></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="19" height="32" viewBox="0 0 19 32">
<title>watermark-herospath-8</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-2.244 0-4.498-0.058-6.867 0.052 0.397-0.235 0.718-0.522 0.962-0.864 0.346-0.489 0.52-1.058 0.52-1.707s-0.165-1.207-0.495-1.675c-0.324-0.468-0.806-0.825-1.444-1.072l-0.016-0.107c0.627-0.27 1.094-0.627 1.402-1.072 0.313-0.446 0.47-0.965 0.47-1.559 0-0.896-0.341-1.589-1.023-2.079s-1.691-0.734-3.027-0.734c-0.792 0-1.51 0.127-2.153 0.379s-1.141 0.605-1.493 1.056c-0.346 0.445-0.52 0.949-0.52 1.509 0 1.226 0.608 2.103 1.823 2.631l0.016 0.107c-0.401 0.182-0.745 0.39-1.031 0.627-0.28 0.237-0.509 0.534-0.685 0.891-0.171 0.352-0.256 0.762-0.256 1.229 0 0.638 0.171 1.193 0.512 1.666 0.341 0.467 0.819 0.825 1.435 1.072 0.143 0.056 0.292 0.105 0.447 0.148-2.403 0.378-4.966 1.027-7.778 2.134zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475zM7.992 12.105c0-0.643 0.138-1.13 0.412-1.46 0.281-0.33 0.693-0.495 1.237-0.495 0.522 0 0.921 0.182 1.196 0.545 0.281 0.357 0.421 0.877 0.421 1.559 0 0.665-0.135 1.18-0.404 1.543-0.264 0.357-0.663 0.536-1.196 0.536-0.544 0-0.96-0.19-1.245-0.569-0.281-0.385-0.421-0.938-0.421-1.658zM7.893 17.459c0-0.434 0.055-0.817 0.165-1.147s0.292-0.591 0.545-0.784c0.253-0.198 0.586-0.297 0.998-0.297 0.346 0 0.649 0.096 0.907 0.289s0.456 0.468 0.594 0.825c0.137 0.352 0.206 0.77 0.206 1.254 0 0.473-0.069 0.88-0.206 1.221-0.132 0.341-0.324 0.594-0.577 0.759-0.248 0.165-0.55 0.248-0.907 0.248-0.572 0-1.003-0.198-1.295-0.594-0.286-0.396-0.429-0.987-0.429-1.773z"></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="19" height="32" viewBox="0 0 19 32">
<title>watermark-herospath-9</title>
<path fill="#444" d="M0 22.678v-13.505l9.6-3.691 9.6 3.691v10.871c-3.007 0-6.031-0.103-9.327 0.23 0.411-0.147 0.793-0.331 1.146-0.551 0.896-0.556 1.578-1.328 2.046-2.318s0.701-2.175 0.701-3.555c0-0.99-0.151-1.834-0.454-2.533-0.297-0.698-0.751-1.229-1.361-1.592-0.605-0.368-1.35-0.553-2.235-0.553-0.88 0-1.642 0.154-2.285 0.462s-1.138 0.751-1.485 1.328c-0.341 0.572-0.511 1.224-0.511 1.955 0 0.665 0.113 1.248 0.338 1.749 0.226 0.495 0.564 0.883 1.015 1.163 0.457 0.275 1.009 0.412 1.658 0.412 0.572 0 1.061-0.066 1.468-0.198 0.412-0.132 0.83-0.344 1.254-0.635l0.082 0.033c-0.049 0.429-0.127 0.841-0.231 1.237-0.099 0.396-0.237 0.762-0.412 1.097-0.176 0.33-0.396 0.624-0.66 0.883-0.215 0.214-0.465 0.396-0.751 0.544-0.28 0.143-0.58 0.247-0.899 0.313-0.27 0.060-0.583 0.093-0.94 0.099v0.594l0.31 0.352c-2.371 0.381-4.898 1.027-7.666 2.117zM19.2 20.044v6.475l-4.342-0.027c-2.072-0.001-3.481-0.138-4.439-0.869-0.070-0.057-0.155-0.123-0.231-0.195-0.063-0.063-0.14-0.137-0.208-0.216-0.057-0.071-0.117-0.142-0.177-0.226-0.068-0.099-0.137-0.194-0.203-0.311-0.057 0.092-0.127 0.208-0.2 0.307-0.052 0.068-0.114 0.154-0.18 0.228-0.067 0.077-0.136 0.149-0.208 0.217-0.074 0.070-0.151 0.134-0.231 0.195-0.958 0.731-2.367 0.868-4.439 0.869l-4.342 0.027c6.245-3.934 11.717-5.754 19.2-6.475zM9.402 15.112c-1.018 0-1.526-0.8-1.526-2.4 0-0.385 0.030-0.737 0.091-1.056 0.060-0.324 0.159-0.602 0.297-0.833 0.143-0.231 0.324-0.41 0.544-0.536 0.226-0.127 0.5-0.19 0.825-0.19 0.555 0 0.976 0.289 1.262 0.866 0.291 0.572 0.437 1.397 0.437 2.475 0 0.236-0.016 0.424-0.049 0.561-0.028 0.137-0.063 0.242-0.107 0.313s-0.135 0.165-0.272 0.28c-0.132 0.11-0.278 0.206-0.437 0.289-0.154 0.077-0.319 0.135-0.495 0.173s-0.366 0.058-0.569 0.058z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

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>watermark-herospath</title>
<path fill="#444" d="M9.6 5.494l-9.6 3.691v13.505c7.646-3.011 13.455-2.634 19.2-2.634v-10.871l-9.6-3.691zM19.2 20.056c-7.438 0.717-12.888 2.521-19.086 6.405 5.517 0.007 8.189 0.473 9.486-1.774 1.307 2.263 4 1.773 9.6 1.773v-6.404zM7.537 9.305h3.873l-0.009 0.015-0.948 1.537v5.57c1.029-0.449 1.496-0.926 1.671-1.431 0.176-0.507 0.058-1.043-0.084-1.605s-0.307-1.15-0.222-1.759c0.085-0.609 0.422-1.239 1.281-1.884l0.014-0.011 0.001 0.017c0.113 1.406 0.369 2.552 0.884 3.22l1.072-1.515 0.004 0.023c0.653 3.383-0.023 5.686-1.331 7.083-1.112 1.187-2.678 1.721-4.271 1.709-1.593 0.011-3.159-0.522-4.27-1.709-1.308-1.398-1.984-3.7-1.331-7.083l0.005-0.023 0.013 0.019 1.059 1.496c0.515-0.668 0.771-1.814 0.884-3.22l0.001-0.017 0.014 0.011c0.859 0.645 1.196 1.274 1.281 1.884s-0.080 1.197-0.222 1.759-0.26 1.098-0.084 1.605c0.175 0.505 0.643 0.983 1.672 1.431v-5.57l-0.958-1.552z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

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>watermark-judgeacademy</title>
<path fill="#444" d="M9.448 4.148c1.45-0.385 3.007-0.317 4.418 0.194 1.524-0.555 3.219-0.582 4.764-0.096 2.576 0.788 4.764 2.781 5.765 5.286 0.896 2.267 1.088 4.794 0.673 7.188 1.216 0.764 2.37 1.87 2.616 3.348 0.352 2.229-1.192 4.459-3.285 5.17 0.087-0.52 0.128-1.088-0.134-1.565-0.153-0.305-0.591-0.461-0.871-0.226-0.712 0.453-1.294 1.077-1.971 1.578-2.156 1.721-4.81 2.833-7.564 3.072-2.596-0.235-5.113-1.231-7.192-2.801-0.703-0.509-1.339-1.104-2.018-1.643-0.286-0.229-0.703-0.485-1.028-0.169-0.443 0.461-0.377 1.172-0.287 1.757-1.269-0.463-2.364-1.417-2.909-2.661-0.534-1.129-0.598-2.517 0.009-3.63 0.493-0.958 1.346-1.655 2.233-2.233-0.431-2.481-0.212-5.108 0.779-7.434 1.089-2.498 3.367-4.448 6.004-5.136zM9.35 5.244c-2.342 0.739-4.309 2.599-5.139 4.916-0.673 1.856-0.833 3.881-0.591 5.833 0.153 1.655 0.849 3.239 1.915 4.508-0.419-0.649-0.798-1.354-0.859-2.139-0.112-0.905 0.209-1.811 0.752-2.529-0.568-0.809-1.006-1.74-1.054-2.74-0.194-1.962 0.512-4.19 2.267-5.257 0.808-0.527 1.795-0.625 2.735-0.559 1.709 0.161 3.327 0.989 4.489 2.247 1.161-1.26 2.781-2.085 4.49-2.247 0.94-0.070 1.926 0.037 2.735 0.562 1.677 1.017 2.393 3.11 2.286 4.993-0.015 1.091-0.449 2.122-1.076 2.998 0.542 0.719 0.864 1.622 0.752 2.529-0.054 0.793-0.452 1.495-0.862 2.155 0.679-0.833 1.228-1.781 1.57-2.802 0.346-1.068 0.411-2.198 0.467-3.31-0.025-1.568-0.234-3.158-0.854-4.611-0.915-2.208-2.88-3.933-5.17-4.6-1.299-0.366-2.746-0.395-3.999 0.152-0.116 0.032-0.23 0.067-0.342 0.108-0.111-0.041-0.223-0.079-0.336-0.112-1.314-0.564-2.829-0.513-4.177-0.094zM7.562 8.357c-1.039 0.399-1.788 1.35-2.122 2.391-0.383 1.195-0.418 2.527 0.019 3.714 0.371 1.146 1.137 2.106 1.934 2.989-0.481-0.243-0.899-0.584-1.329-0.905-0.223 0.024-0.29 0.325-0.404 0.488-0.55 1.042-0.229 2.299 0.364 3.247 1.060 1.707 2.78 2.821 4.428 3.892-0.279-0.099-0.551-0.215-0.83-0.313-2.816-1.176-5.436-3.228-6.558-6.148-0.874 0.549-1.691 1.335-1.925 2.375-0.245 1.178 0.255 2.394 1.079 3.231 0.044 0.013 0.132 0.040 0.177 0.053 0.342-0.657 1.042-1.203 1.82-1.073 0.878 0.193 1.477 0.927 2.16 1.454 2.090 1.822 4.726 3.060 7.5 3.302 2.735-0.246 5.336-1.454 7.408-3.241 0.709-0.546 1.325-1.309 2.234-1.515 0.802-0.139 1.502 0.449 1.855 1.12 0.976-0.822 1.5-2.189 1.194-3.444-0.271-0.987-1.059-1.733-1.901-2.263-1.235 3.187-4.217 5.366-7.37 6.431 0.625-0.419 1.284-0.789 1.878-1.253 1.326-1.014 2.658-2.255 3.092-3.927 0.252-0.855-0.011-1.762-0.516-2.471-0.407 0.291-0.804 0.598-1.203 0.899-0.073 0.061-0.42 0.061-0.233-0.079 1.035-0.756 1.664-1.96 2.069-3.154l-0.005-0.015c0.34-1.206 0.26-2.521-0.197-3.685-0.385-0.987-1.18-1.848-2.209-2.167-0.791-0.247-1.634-0.115-2.422 0.070l0.067 0.026c-1.581 0.304-2.924 1.391-3.753 2.748-0.401-0.571-0.801-1.161-1.36-1.589-0.653-0.547-1.436-0.908-2.243-1.161-0.874-0.229-1.835-0.366-2.699-0.026zM17.907 12.535c0.638-0.056 1.284-0.038 1.913 0.091-0.401 0.43-0.136 1.052-0.383 1.544-0.29 0.677-1.006 1.126-1.738 1.125-0.516 0.021-1.137-0.248-1.519 0.238-0.086-0.78-0.329-1.63 0.005-2.381 0.381-0.541 1.134-0.518 1.722-0.617zM12.868 20.142c0.32-0.324 0.428-1.011 0.997-0.966 0.568-0.049 0.677 0.644 0.999 0.965 0.243 0.14 0.509-0.058 0.753-0.098-0.19 1.629-0.79 3.221-1.752 4.554-0.966-1.328-1.564-2.924-1.754-4.553 0.245 0.041 0.512 0.234 0.756 0.098zM7.884 12.635c0.932-0.193 1.901-0.159 2.829 0.037 0.378 0.079 0.806 0.256 0.913 0.669 0.201 0.719 0.009 1.47-0.074 2.194-0.346-0.447-0.912-0.258-1.389-0.241-0.715 0.048-1.441-0.33-1.787-0.962-0.256-0.408-0.215-0.908-0.237-1.369-0.086-0.108-0.171-0.218-0.255-0.328z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

5
svg/watermark-junior.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="21" height="32" viewBox="0 0 21 32">
<title>watermark-leagueofdastardlydoom</title>
<path fill="#444" d="M10.667 2.676c-2.856 0-5.505 0.81-7.462 2.346s-3.205 3.822-3.205 6.646c0 2.113 1.203 4.088 2.467 5.672 0.632 0.792 1.287 1.486 1.832 2.044s0.992 0.995 1.155 1.191c0.559 0.675 0.98 2.431 1.125 3.912-0.289 0.176-0.467 0.698-0.46 1.125 0.007 0.407 0.13 0.886 0.72 1.088 0.061 0.022 0.121 0.040 0.181 0.061 0.176 0.398 0.405 0.782 0.695 1.131 0.68 0.817 1.7 1.433 2.951 1.433s2.271-0.616 2.951-1.433c0.29-0.348 0.519-0.732 0.695-1.131 0.060-0.021 0.121-0.039 0.181-0.061 0.59-0.202 0.713-0.681 0.72-1.088 0.007-0.427-0.17-0.948-0.46-1.125 0.145-1.481 0.566-3.238 1.125-3.912 0.162-0.196 0.61-0.634 1.155-1.191s1.2-1.252 1.832-2.044c1.264-1.583 2.467-3.559 2.467-5.672 0-2.823-1.248-5.109-3.205-6.646s-4.606-2.346-7.462-2.346zM10.667 3.643c2.673 0 4.821 0.904 6.573 2.28s2.63 3.225 2.63 5.769c-0.402 4.152-2.357 5.297-4.735 7.819-0.957 1.154-1.141 3.838-1.222 5.545-1.504 0.62-2.138 0.647-3.247 0.647s-1.743-0.027-3.247-0.647c-0.080-1.707-0.265-4.391-1.222-5.545-2.378-2.522-4.333-3.666-4.735-7.819 0-2.544 0.878-4.394 2.63-5.769s3.9-2.28 6.573-2.28zM10.667 7.132c-1.136 0-2.111 0.511-2.576 1.246-0.048-0.015-0.096-0.030-0.145-0.042-1.163-0.305-2.203 0.218-2.346 1.167-0.74 0.325-1.24 0.947-1.24 1.657 0 1.046 1.091 1.893 2.431 1.893 0.74 0 1.399-0.258 1.844-0.665 0.264 0.478 0.431 1.129 0.532 1.838 0.439 0.030 0.961 0.073 1.5 0.073s1.060-0.043 1.5-0.073c0.101-0.709 0.268-1.36 0.532-1.838 0.445 0.408 1.105 0.665 1.844 0.665 1.34 0 2.431-0.847 2.431-1.893 0-0.71-0.5-1.332-1.24-1.657-0.143-0.949-1.183-1.472-2.346-1.167-0.049 0.013-0.098 0.027-0.145 0.042-0.465-0.734-1.44-1.246-2.576-1.246zM9.016 10.803l0.163 0.224c0.458 0.617 0.916 0.974 1.487 0.974s1.030-0.356 1.488-0.974l0.163-0.224 0.151 0.236c0.252 0.392 0.568 0.747 1.016 0.919s2.431-0.121 2.431-0.121c-0.953 0.408-2.012 0.699-2.57 0.484-0.468-0.18-0.784-0.519-1.040-0.871-0.456 0.554-0.98 0.937-1.639 0.937s-1.183-0.383-1.639-0.937c-0.256 0.352-0.572 0.691-1.040 0.871-0.558 0.215-1.617-0.075-2.57-0.484 0 0 1.983 0.293 2.431 0.121s0.763-0.527 1.016-0.919l0.151-0.236zM8.986 13.705c-1.523 0.070-2.733 0.13-2.733 0.448 0 0.344 1.254 0.631 2.987 0.738 0.113 1.263 0.073 2.596 0.073 3.423 0 0.128 0.605 0.23 1.354 0.23s1.354-0.102 1.354-0.23c0-0.827-0.040-2.16 0.073-3.423 1.733-0.106 2.987-0.394 2.987-0.738 0-0.317-1.21-0.377-2.733-0.448-0.016 0.070-0.028 0.26-0.042 0.333 0.665 0.009 1.463 0.015 1.463 0.079 0 0.209-1.387 0.375-3.102 0.375s-3.102-0.166-3.102-0.375c0-0.064 0.798-0.070 1.463-0.079-0.014-0.073-0.026-0.262-0.042-0.333zM9.209 18.126c-1.005 0.094-1.699 0.28-1.699 0.496s0.69 0.402 1.693 0.496c-0.218 0.611-0.742 1.197-1.33 1.778 0 0 1.336 0.424 2.777 0.424s2.81-0.424 2.81-0.424c-0.589-0.581-1.113-1.167-1.33-1.778 1.003-0.094 1.693-0.281 1.693-0.496s-0.694-0.401-1.699-0.496c0.121 0.058 0.194 0.123 0.194 0.194 0 0.231-0.738 0.417-1.651 0.417s-1.651-0.186-1.651-0.417c0-0.070 0.072-0.135 0.194-0.194zM7.45 20.768l0.454 3.749c0 0 1.236 0.659 2.763 0.695 1.527-0.036 2.763-0.695 2.763-0.695l0.454-3.749c0 0-2.105 0.869-3.217 0.895-1.112-0.026-3.217-0.895-3.217-0.895zM8.048 21.802c0 0 1.472 0.629 2.618 0.629s2.618-0.629 2.618-0.629c0 0-0.878 0.907-2.618 0.907s-2.618-0.907-2.618-0.907zM8.048 22.673c0 0 1.472 0.629 2.618 0.629s2.618-0.629 2.618-0.629c0 0-0.878 0.907-2.618 0.907s-2.618-0.907-2.618-0.907zM8.048 23.544c0 0 1.472 0.629 2.618 0.629s2.618-0.629 2.618-0.629c0 0-0.878 0.907-2.618 0.907s-2.618-0.907-2.618-0.907zM7.746 26.996c0.97 0.283 1.915 0.447 2.921 0.447s1.951-0.164 2.921-0.447c-0.575 0.595-2.008 0.78-2.921 0.78s-2.345-0.185-2.921-0.78z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="32" viewBox="0 0 18 32">
<title>watermark-maestros</title>
<path fill="#444" d="M8.854 30.171c-1.757 0-4.492-0.261-5.272-1.164 0.308-1.112 4.027-0.729 4.314-3.424v-2.739l0.959 1.506 0.959-1.506v2.739c0.287 2.695 4.006 2.312 4.314 3.424-0.786 0.91-3.515 1.164-5.272 1.164zM1.802 7.849l2.739 1.78 6.71 10.408-0.137 0.822 0.753 0.205c1.603 1.991 2.241 4.458 3.834 3.081 0.89 2.467-1.777 4.377-4.040 2.739 1.262-0.52 0.147-1.918-1.575-4.451l0.068-0.959-0.822-0.137-0.479-0.685 0.834-0.834-7.887-11.97zM7.492 18.433l-1.034 1.604 0.137 0.822-0.753 0.205c-1.603 1.991-2.241 4.458-3.834 3.081-0.89 2.467 1.777 4.377 4.040 2.739-1.262-0.52-0.147-1.918 1.575-4.451l-0.068-0.959 0.822-0.137 0.479-0.685-1.362-2.221zM3.582 12.368l-0.616-0.89c-3.477 3.129-3.922 8.652-1.203 11.845 0.545 0.64 1.133 0.765 1.477 0.205-3.361-3.577-2.733-8.042 0.342-11.161zM14.127 12.368l0.616-0.89c3.477 3.129 3.922 8.652 1.203 11.845-0.545 0.64-1.133 0.765-1.477 0.205 3.361-3.577 2.733-8.042-0.342-11.161zM6.937 17.641l-3.013-4.588c-2.936 2.597-2.736 7.442-0.274 9.723l1.398-2.185-0.113-0.739 0.705-0.186 1.297-2.026zM10.772 17.641l3.013-4.588c2.936 2.597 2.736 7.442 0.274 9.723l-1.398-2.185 0.113-0.739-0.705-0.186-1.297-2.026zM9.336 15.573l0.76 1.095 5.811-8.819-2.739 1.78-3.832 5.943zM8.867 11.683c1.101-0.048 2.77-2.705 4.985-7.874-1.061-0.499-3.332-0.753-4.998-0.753s-3.92 0.246-4.998 0.753c2.225 5.189 3.898 7.847 4.998 7.874l0.013-0zM8.844 10.657c-0.886-0.030-2.853-3.56-3.55-5.067 0.755-0.529 2.373-0.616 3.559-0.621 1.289-0.005 2.83 0.108 3.562 0.621-0.7 1.513-2.68 5.064-3.56 5.067l-0.010-0zM7.759 13.327v-0.548c-3.13-4.179-4.767-7.238-5.546-9.654 1.043-0.986 4.428-1.301 6.642-1.301s5.631 0.346 6.642 1.301c-0.779 2.416-2.416 5.475-5.546 9.654v0.548l-1.096 1.506-1.096-1.506z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

5
svg/watermark-mirran.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27" height="32" viewBox="0 0 27 32">
<title>watermark-mirran</title>
<path fill="#444" d="M24.238 7.359c1.918 2.353 3.069 5.358 3.069 8.629 0 7.542-6.118 13.666-13.653 13.666s-13.653-6.123-13.653-13.666c0-3.26 1.143-6.255 3.050-8.605l6.423 8.213c-0.012 0.129-0.018 0.26-0.018 0.392 0 2.319 1.881 4.203 4.199 4.203s4.199-1.883 4.199-4.203c0-0.147-0.008-0.292-0.022-0.434l6.408-8.194zM4.338 6c1.083-1.013 2.331-1.851 3.698-2.47l3.001 9.171c-0.483 0.386-0.879 0.876-1.155 1.436l-5.545-8.138zM9.854 2.859c0.951-0.276 1.945-0.451 2.97-0.512l0.349 9.466c-0.364 0.042-0.713 0.13-1.043 0.258l-2.276-9.212zM14.493 2.347c0.995 0.060 1.962 0.228 2.889 0.491l-2.223 9.225c-0.314-0.121-0.647-0.205-0.992-0.247l0.326-9.469zM19.261 3.526c1.354 0.612 2.59 1.438 3.666 2.436l-5.532 8.119c-0.284-0.556-0.687-1.041-1.176-1.419l3.042-9.136z"></path>
</svg>

After

Width:  |  Height:  |  Size: 931 B

5
svg/watermark-mps.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>watermark-mps</title>
<path fill="#444" d="M28.578 9.522c0.55 0 1.076 0.029 1.577 0.088s1.073 0.162 1.716 0.311v2.69h-1.271c-0.117-0.488-0.267-0.876-0.45-1.164s-0.41-0.499-0.682-0.635c-0.272-0.136-0.615-0.204-1.029-0.204-0.352 0-0.668 0.062-0.946 0.186s-0.498 0.308-0.659 0.552c-0.161 0.244-0.241 0.539-0.241 0.886 0 0.359 0.070 0.669 0.209 0.932s0.373 0.519 0.7 0.77c0.328 0.25 0.804 0.536 1.428 0.858 0.761 0.396 1.359 0.784 1.795 1.164s0.757 0.795 0.965 1.243c0.207 0.448 0.311 0.969 0.311 1.563 0 0.761-0.176 1.421-0.529 1.98s-0.866 0.989-1.54 1.289c-0.674 0.3-1.453 0.45-2.337 0.45-0.631 0-1.288-0.036-1.971-0.107s-1.325-0.175-1.924-0.311v-2.857h1.271c0.155 0.736 0.413 1.285 0.774 1.646s0.892 0.543 1.591 0.543c0.365 0 0.693-0.062 0.983-0.186s0.524-0.323 0.7-0.598c0.176-0.275 0.264-0.62 0.264-1.034 0-0.383-0.071-0.716-0.213-0.997s-0.371-0.549-0.686-0.802c-0.315-0.254-0.754-0.522-1.317-0.807-0.482-0.241-0.918-0.492-1.308-0.751s-0.722-0.546-0.997-0.858c-0.263-0.287-0.457-0.627-0.619-0.979-0.063 0.306-0.216 0.583-0.366 0.853-0.365 0.606-0.893 1.065-1.586 1.377s-1.558 0.468-2.597 0.468c-0.6 0-1.091-0.012-1.475-0.037v2.968c0 0.408 0.015 0.697 0.046 0.867s0.082 0.306 0.153 0.408c0.071 0.102 0.173 0.187 0.306 0.255s0.339 0.127 0.617 0.176v0.612h-9.688v-0.612c0.272-0.074 0.461-0.139 0.566-0.195s0.187-0.128 0.246-0.218c0.059-0.090 0.102-0.226 0.13-0.408s0.042-0.484 0.042-0.904v-4.545c0-0.501 0.009-1.091 0.028-1.771s0.037-1.162 0.056-1.447h-0.195c-0.074 0.247-0.153 0.49-0.237 0.728s-0.24 0.663-0.468 1.275l-2.486 6.696h-1.632l-2.615-7.522c-0.155-0.427-0.291-0.85-0.408-1.271h-0.167c0.062 1.020 0.093 2.226 0.093 3.617v4.266c0 0.457 0.022 0.776 0.065 0.955s0.13 0.328 0.26 0.445c0.13 0.118 0.356 0.216 0.677 0.297v0.612h-3.506v-0.612c0.229-0.062 0.41-0.13 0.543-0.204s0.233-0.173 0.301-0.297c0.068-0.124 0.11-0.281 0.125-0.473s0.023-0.436 0.023-0.733v-8.023c0-0.47-0.020-0.791-0.060-0.965s-0.119-0.315-0.237-0.427c-0.117-0.111-0.349-0.216-0.696-0.315v-0.612h4.61l2.569 7.615 2.782-7.615h9.679c1.564 0 2.736 0.28 3.515 0.839 0.432 0.321 0.798 0.76 0.96 1.28 0.247-0.513 0.123-0.303 0.344-0.645 0.377-0.532 0.923-0.935 1.637-1.21s1.541-0.413 2.481-0.413zM14.283 10.291c-0.229 0.060-0.449 0.151-0.639 0.293-0.118 0.108-0.199 0.254-0.246 0.436s-0.070 0.505-0.070 0.969v8.023c0 0.377 0.019 0.676 0.056 0.895s0.113 0.386 0.227 0.501c0.186 0.165 0.435 0.237 0.67 0.302 0.178-0.045 0.349-0.111 0.513-0.191 0.133-0.071 0.232-0.17 0.297-0.297s0.107-0.287 0.125-0.482c0.019-0.195 0.028-0.441 0.028-0.737v-7.995c0-0.291-0.008-0.535-0.023-0.733s-0.056-0.359-0.121-0.482c-0.065-0.124-0.164-0.224-0.297-0.301-0.162-0.094-0.342-0.149-0.521-0.2zM19.121 10.755c-0.433 0-0.767 0.006-1.002 0.019v5.222h0.798c0.618 0 1.11-0.088 1.475-0.264s0.635-0.456 0.812-0.839 0.264-0.9 0.264-1.549c0-0.643-0.088-1.155-0.264-1.535s-0.434-0.651-0.774-0.812c-0.34-0.161-0.776-0.241-1.308-0.241z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

5
svg/watermark-mtg.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

5
svg/watermark-mtg10.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 73 KiB

5
svg/watermark-mtg15.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 44 KiB

5
svg/watermark-nerf.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>watermark-nerf</title>
<path fill="#444" d="M10.108 12.796c0.191-0.036 0.39-0.088 0.585-0.043 0.138 0.079 0.057 0.24 0.027 0.356-0.872 2.679-1.75 5.355-2.62 8.035-0.464 0.093-0.924 0.219-1.394 0.28-0.349 0.063-0.518-0.298-0.662-0.545-0.617-1.071-1.237-2.142-1.857-3.212-0.081-0.139-0.15-0.286-0.257-0.408-0.447 1.34-0.881 2.686-1.323 4.028-0.067 0.232-0.194 0.465-0.139 0.715 0.061 0.111 0.193 0.126 0.306 0.139-0.016 0.034-0.049 0.101-0.065 0.134-0.631 0.164-1.278 0.268-1.913 0.418-0.224 0.039-0.457 0.113-0.684 0.058-0.17-0.057-0.108-0.274-0.075-0.4 0.78-2.395 1.565-4.788 2.344-7.184 0.039-0.133 0.072-0.276 0.032-0.412-0.059-0.11-0.19-0.123-0.3-0.136 0.016-0.095 0.069-0.149 0.157-0.162 0.792-0.171 1.585-0.337 2.379-0.503 0.199-0.058 0.412 0.023 0.511 0.206 0.66 1.099 1.281 2.22 1.946 3.316 0.401-1.139 0.758-2.295 1.14-3.441 0.053-0.173 0.12-0.364 0.057-0.542-0.053-0.111-0.199-0.089-0.298-0.118 0.025-0.099 0.091-0.168 0.196-0.173 0.635-0.134 1.271-0.266 1.905-0.403zM11.382 13.643c1.749-0.355 3.494-0.725 5.242-1.083-0.133 0.406-0.213 0.984-0.714 1.091-0.829 0.202-1.673 0.338-2.507 0.522-0.156 0.505-0.338 1.002-0.48 1.511 0.929-0.192 1.855-0.401 2.781-0.602-0.109 0.292-0.192 0.594-0.316 0.88-0.075 0.17-0.258 0.25-0.428 0.291-0.643 0.155-1.292 0.283-1.934 0.44-0.268 0.063-0.525 0.232-0.608 0.506-0.186 0.559-0.372 1.119-0.545 1.682 0.932-0.184 1.861-0.391 2.791-0.584 0.322-0.081 0.693-0.127 0.922-0.396 0.062-0.082 0.147-0.135 0.248-0.159-0.079 0.314-0.19 0.62-0.286 0.93-0.061 0.182-0.126 0.383-0.293 0.497-0.202 0.133-0.447 0.171-0.679 0.225-1.578 0.331-3.154 0.667-4.733 1-0.111 0.015-0.239 0.055-0.34-0.013-0.091-0.102-0.013-0.247 0.009-0.36 0.625-1.9 1.241-3.802 1.866-5.702 0.046-0.137 0.075-0.284 0.045-0.428-0.054-0.086-0.177-0.078-0.258-0.121 0.055-0.073 0.127-0.115 0.216-0.127zM22.387 11.337c0.472-0.073 0.998-0.188 1.442 0.052 0.295 0.157 0.387 0.516 0.367 0.827-0.046 0.793-0.478 1.53-1.066 2.048-0.428 0.382-0.984 0.559-1.512 0.749 0.212 0.438 0.481 0.846 0.712 1.275 0.077 0.138 0.166 0.328 0.356 0.314 0.206-0.018 0.406-0.075 0.609-0.109-0.114 0.307-0.186 0.63-0.324 0.928-0.13 0.254-0.436 0.302-0.685 0.36-0.4 0.071-0.79 0.188-1.194 0.233-0.197 0.027-0.375-0.112-0.438-0.293-0.334-0.766-0.677-1.528-1.004-2.297-0.25 0.039-0.495 0.101-0.743 0.149-0.259 0.778-0.509 1.56-0.766 2.339-0.050 0.159-0.121 0.323-0.091 0.494 0.051 0.091 0.164 0.085 0.252 0.113-0.015 0.029-0.043 0.086-0.058 0.115-0.679 0.145-1.358 0.288-2.038 0.431-0.119 0.016-0.275 0.063-0.356-0.056-0.015-0.204 0.076-0.396 0.134-0.587 0.593-1.804 1.183-3.61 1.774-5.414 0.047-0.155 0.115-0.332 0.035-0.487-0.077-0.032-0.156-0.061-0.235-0.087 0.057-0.111 0.184-0.115 0.288-0.142 1.514-0.315 3.026-0.641 4.541-0.956zM19.796 12.837c-0.189 0.576-0.376 1.153-0.565 1.73 0.467-0.097 0.936-0.188 1.399-0.301 0.41-0.109 0.831-0.268 1.125-0.586 0.236-0.263 0.342-0.643 0.269-0.989-0.086-0.21-0.353-0.206-0.542-0.188-0.569 0.071-1.123 0.227-1.686 0.334zM30.209 11.186c0.323-0.069 0.657-0.125 0.946-0.294 0.553 0.54 0.907 1.313 0.835 2.094-0.080 0.874-0.515 1.669-1.037 2.356-0.651 0.852-1.455 1.574-2.303 2.224-2.128 1.603-4.551 2.777-7.044 3.694-2.694 0.978-5.507 1.629-8.358 1.92-1.374 0.133-2.759 0.194-4.139 0.105-1.475-0.095-2.963-0.322-4.339-0.883-0.153-0.064-0.307-0.127-0.465-0.177 1.793 0.401 3.642 0.467 5.47 0.37 2.381-0.139 4.749-0.537 7.045-1.185 2.616-0.744 5.171-1.784 7.452-3.279 0.192-0.114 0.352-0.296 0.579-0.342 0.449-0.093 0.897-0.188 1.346-0.284 0.061-0.232 0.157-0.455 0.192-0.694-0.025-0.039-0.073-0.119-0.098-0.158-0.031-0.013-0.094-0.039-0.125-0.053 0.685-0.661 1.317-1.469 1.487-2.429 0.581-0.148 1.173-0.248 1.757-0.381 0.348-0.061 0.756-0.178 0.905-0.537 0.141-0.419 0.275-0.841 0.406-1.264 0.047-0.119-0.050-0.224-0.097-0.326-1.031 0.214-2.064 0.428-3.092 0.655 0.072-0.2 0.142-0.402 0.196-0.608 0.828-0.175 1.655-0.353 2.483-0.525zM25.335 10.71c1.978-0.415 3.953-0.836 5.931-1.251-0.087 0.25-0.143 0.511-0.244 0.755-0.104 0.244-0.382 0.316-0.614 0.374-1.012 0.22-2.026 0.43-3.039 0.645-0.166 0.507-0.332 1.015-0.491 1.524 1.103-0.22 2.203-0.46 3.305-0.694-0.097 0.276-0.168 0.562-0.273 0.836-0.083 0.216-0.318 0.298-0.525 0.342-0.762 0.168-1.528 0.321-2.29 0.488-0.31 0.064-0.637 0.239-0.728 0.565-0.254 0.793-0.521 1.584-0.759 2.381-0.038 0.184 0.131 0.232 0.276 0.252-0.051 0.060-0.101 0.13-0.189 0.131-0.669 0.137-1.334 0.286-2.003 0.42-0.159 0.058-0.344-0.087-0.25-0.254 0.595-1.863 1.21-3.719 1.814-5.579 0.063-0.222 0.182-0.445 0.14-0.683-0.054-0.089-0.173-0.086-0.258-0.125 0.044-0.073 0.11-0.119 0.197-0.129zM20.155 8.811c0.687-0.064 1.377-0.118 2.069-0.113 0.776-0.060 1.554 0.001 2.33 0.023 1.541 0.101 3.083 0.355 4.536 0.892-1.384 0.275-2.76 0.588-4.143 0.865-0.047 0.178-0.102 0.354-0.157 0.53-2.109-0.694-4.36-0.795-6.562-0.732-0.691 0.034-1.379 0.085-2.068 0.143-2.887 0.336-5.749 0.962-8.488 1.946-0.235 0.083-0.462 0.186-0.702 0.251 1.415-0.696 2.859-1.339 4.352-1.852 2.855-0.992 5.825-1.656 8.833-1.953z"></path>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="32" viewBox="0 0 16 32">
<title>watermark-obscura</title>
<path fill="#444" d="M8.014 30.385c-1.668-0.040-3.19-0.998-3.677-2.546 1.403 0.498 2.257-1.028 2.253-1.73-0.005-0.726-0.712-1.38-2.148-1.398-1-0.013-2.679 0.38-3.959 1.476-0.267-0.254-0.474-0.545-0.482-0.964l2.547-3.166-0.344 1.79c0.689-0.049 0.846-0.892 3.373-2.891l-0.413 2.34h0.62c0.879-3.496 1.74-6.99 2.271-10.462l0.012 0.081c0.533 3.446 1.387 6.913 2.259 10.381h0.62l-0.413-2.34c2.527 1.999 2.684 2.842 3.373 2.891l-0.344-1.79 2.547 3.166c-0.008 0.418-0.215 0.71-0.482 0.964-1.28-1.096-2.959-1.489-3.959-1.476-1.436 0.019-2.144 0.672-2.148 1.398-0.004 0.701 0.85 2.227 2.253 1.73-0.491 1.561-2.033 2.521-3.717 2.547l-0.039-0.001zM8.091 29.282c0.786-0.050 1.376-0.274 1.752-0.686-0.428-0.049-0.715-0.307-0.826-0.826-0.054 0.615-0.427 0.839-0.939 0.892l-0.024 0.002c-0.525-0.049-0.909-0.27-0.964-0.895-0.111 0.519-0.398 0.777-0.826 0.826 0.382 0.419 0.985 0.643 1.79 0.688l0.038-0.002zM8.063 25.264c0.21-0.585 0.628-1.028 1.229-1.349l-1.239-1.239-1.239 1.239c0.61 0.326 1.033 0.778 1.239 1.377l0.010-0.028zM8.042 11.044c-0.982 0.006-1.778 0.806-1.778 1.79 0 0.617 0.313 1.161 0.788 1.483l-0.031 0.1-0.826 3.855 0.62 0.275-0.275 0.964c-1.765-0.625-3.029-1.738-3.595-3.53-0.191-0.603-0.509-0.8-0.879-1.564v-3.235l0.551-0.688v-0.964c0.033-0.235 0.355-0.374 0.535-0.375 0.442-0.003 0.996 0.617 0.979 0.857v3.442l0.688 1.101c0.159 0.035 0.219-0.044 0.207-0.207l-0.413-0.688v-9.774c0.015-0.554 0.565-0.831 1.032-0.834 0.405-0.003 0.933 0.277 0.964 0.834v5.3c0.115 0.195 0.233 0.19 0.353 0v-6.479c0.095-0.666 0.431-1.062 1.093-1.093l0.015 0.001c0.651 0.036 0.983 0.431 1.077 1.092v6.479c0.12 0.19 0.238 0.195 0.353 0v-5.713c0.031-0.558 0.558-0.837 0.964-0.834 0.467 0.003 1.017 0.28 1.032 0.834v6.952c0.091 0.16 0.182 0.159 0.275 0v-4.268c0.083-0.453 0.513-0.76 0.876-0.758 0.348 0.002 0.767 0.293 0.845 0.758v7.778c-0.101 3.034-1.565 4.741-3.923 5.575l-0.275-0.964 0.62-0.275-0.826-3.855-0.031-0.1c0.475-0.322 0.788-0.866 0.788-1.483 0-0.984-0.796-1.783-1.778-1.79h-0.023z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="21" height="32" viewBox="0 0 21 32">
<title>watermark-orderofthewidget</title>
<path fill="#444" d="M8.628 13.867h2.086v1.316c0.698 0.11 1.36 0.324 1.967 0.634l0.77-1.061 1.689 1.227-0.77 1.067c0.487 0.488 0.898 1.051 1.215 1.671l1.25-0.409 0.64 1.985-1.25 0.403c0.053 0.337 0.083 0.685 0.083 1.037s-0.030 0.7-0.083 1.037l1.25 0.403-0.64 1.985-1.25-0.409c-0.317 0.62-0.728 1.183-1.215 1.671l0.77 1.067-1.689 1.227-0.77-1.061c-0.608 0.31-1.269 0.524-1.967 0.634v1.316h-2.086v-1.316c-0.698-0.11-1.36-0.324-1.967-0.634l-0.77 1.061-1.689-1.227 0.77-1.067c-0.487-0.488-0.898-1.051-1.215-1.671l-1.25 0.409-0.64-1.985 1.25-0.403c-0.053-0.337-0.083-0.685-0.083-1.037s0.030-0.7 0.083-1.037l-1.25-0.403 0.64-1.985 1.25 0.409c0.317-0.62 0.728-1.183 1.215-1.671l-0.77-1.067 1.689-1.227 0.77 1.061c0.608-0.31 1.269-0.524 1.967-0.634v-1.316zM9.671 19.84c-1.047 0-1.896 0.849-1.896 1.896s0.849 1.896 1.896 1.896 1.896-0.849 1.896-1.896c0-1.047-0.849-1.896-1.896-1.896zM17.256 2.394h0.569v0.456c0.172 0.098 0.428 0.194 0.794 0.196 0.77 0.004 1.015-0.662 1.594-0.652s0.474 0.346 1.12 0.521c-0.001 0.096-0.317 0.388-1.108 0.397s-1.336 0.931-1.861 0.954c-0.231 0.010-0.409-0.044-0.539-0.107v2.033l1.138 1.037c0 0-0.008 0.514-1.138 0.812v4.119h1.138v9.766h-1.908c0.006-0.063 0.012-0.125 0.012-0.19 0-0.17-0.030-0.331-0.041-0.498l1.404-0.45-1.108-3.437-1.404 0.462c-0.177-0.281-0.369-0.546-0.581-0.8l0.865-1.203-2.916-2.116-0.871 1.191c-0.306-0.122-0.619-0.222-0.942-0.302v-1.476h-3.603v1.476c-0.323 0.080-0.636 0.18-0.942 0.302l-0.871-1.191-2.916 2.116 0.865 1.203c-0.212 0.253-0.404 0.519-0.581 0.8l-1.404-0.462-1.108 3.437 1.404 0.45c-0.012 0.167-0.042 0.327-0.042 0.498 0 0.065 0.006 0.127 0.012 0.19h-2.098v-9.766h1.138v-2.27c-1.325-0.286-1.327-0.859-1.327-0.859l3.129-2.844 3.129 2.844c0 0-0.002 0.573-1.327 0.859v2.27h1.991v-6.258l-1.233-1.043v-2.276h1.707v0.853h1.043v-0.853h1.896v0.853h1.043v-0.853h1.707v2.276l-1.233 1.043v6.258h1.991v-4.119c-1.129-0.297-1.138-0.812-1.138-0.812l3.129-2.844 1.422 1.292v-3.283z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="32" viewBox="0 0 18 32">
<title>watermark-riveteers</title>
<path fill="#444" d="M5.069 27.455c0.663-0.579 1.248-1.21 1.757-1.892l2.027 1.419 2.027-1.419c0.509 0.682 1.094 1.313 1.757 1.892l-3.785 2.568-3.785-2.568zM6.691 25.022c0.524-1.061 0.862-2.524 1.014-4.393h2.298c0.151 1.869 0.49 3.332 1.014 4.393l-2.163 1.284-2.163-1.284zM6.488 8.87l-5.609 3.176v9.191l5.204 3.041c0.515-1.006 0.755-2.229 0.743-3.649h-1.892c0.025-0.423 0.155-0.678 0.405-0.743v-0.946c1.651 0.456 2.799 0.28 2.838-0.946 0.078-2.423-4.393-0.718-5.88-3.717h4.655c0.069-1.91-0.064-3.723-0.465-5.407zM11.219 8.87l5.609 3.176v9.191l-5.204 3.041c-0.515-1.006-0.755-2.229-0.743-3.649h2.838c-0.025-0.423-0.155-0.678-0.405-0.743v-0.405c-2.547-1.426-2.516-3.138 1.284-5.271h1.081v-0.541h-4.94c-0.066-0.982 0.065-3.441 0.48-4.798zM7.84 13.601c-0.028-2.25-0.197-4.461-0.887-6.529l1.234-1.234 0.667 0.667 0.667-0.667 1.234 1.234c-0.69 2.068-0.859 4.279-0.887 6.529h-2.027zM6.826 2.517h-4.866c-0.275-0.004-0.44-0.173-0.473-0.541h-1.487v5.542h1.487c0.065-0.318 0.234-0.532 0.541-0.608h3.92c-0.145-0.505-0.481-0.778-1.014-0.811h-2.906c-0.101-0.006-0.179-0.044-0.183-0.183v-2.385c0.004-0.096 0.053-0.142 0.141-0.141h3.894c0.481-0.027 0.86-0.217 0.946-0.872zM10.881 2.517h4.866c0.275-0.004 0.44-0.173 0.473-0.541h1.487v5.542h-1.487c-0.065-0.318-0.234-0.532-0.541-0.608h-3.92c0.145-0.505 0.481-0.778 1.014-0.811h2.906c0.101-0.006 0.179-0.044 0.183-0.183v-2.385c-0.004-0.096-0.053-0.142-0.141-0.141h-3.894c-0.481-0.027-0.86-0.217-0.946-0.872zM7.288 4.899l0.605 0.605-1.406 1.406c-0.219-0.479-0.625-0.904-1.419-1.216h-2.771v-1.892h3.514c0.981-0.071 1.504-0.649 1.487-1.825h3.109c-0.017 1.176 0.506 1.754 1.487 1.825h3.514v1.892h-2.771c-0.794 0.313-1.2 0.738-1.419 1.216l-1.406-1.406 0.605-0.605-1.565-1.571-1.565 1.571z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="32" viewBox="0 0 24 32">
<title>watermark-transformers</title>
<path fill="#444" d="M12.009 3.839c-1.439-0.006-2.879 0.107-4.297 0.36-1.303 0.225-2.587 0.588-3.783 1.157 0.017 0.212 0.11 0.406 0.173 0.606 0.161 0.489 0.329 0.976 0.481 1.468 2.37 1.038 4.743 2.069 7.112 3.11 0.107 0.037 0.222 0.135 0.338 0.070 2.421-1.057 4.838-2.122 7.262-3.173 0.238-0.68 0.441-1.372 0.685-2.050-0.644-0.345-1.339-0.581-2.037-0.787-1.482-0.412-3.014-0.643-4.549-0.716-0.362-0.058-0.73-0.029-1.096-0.043-0.096-0.001-0.192-0.002-0.288-0.003zM0 4.707c0.092 0.582 0.208 1.159 0.31 1.739 0.169 1.002 0.379 1.998 0.532 3.002l0.029 0.043c0.065 0.455 0.152 0.906 0.238 1.356 0.084 0.539 0.208 1.071 0.283 1.611 1.091 0.831 2.197 1.643 3.303 2.454 1.635-0.004 3.27-0.002 4.905-0.001-0.028-0.586-0.175-1.159-0.225-1.744l-0.030-0.044c-0.121-0.995-0.297-1.982-0.441-2.974-1.64-0.734-3.294-1.438-4.937-2.166-0.331-1.056-0.698-2.101-1.029-3.158-0.303-0.026-0.609 0.005-0.91-0.046-0.489-0.035-0.983 0.002-1.47-0.059-0.185-0.011-0.371-0.012-0.557-0.014v0zM23.893 4.709c-0.578 0-1.151 0.068-1.73 0.058-0.399 0.035-0.798 0.053-1.199 0.054-0.251 0.72-0.484 1.447-0.722 2.171-0.091 0.281-0.187 0.561-0.276 0.842-0.031 0.061-0.037 0.151-0.111 0.176-1.623 0.725-3.264 1.412-4.883 2.148-0.215 1.587-0.489 3.166-0.702 4.753 1.648-0.002 3.296 0.001 4.945-0.002 1.083-0.817 2.174-1.623 3.267-2.427 0.13-0.73 0.275-1.457 0.387-2.19l0.028-0.040c0.315-1.85 0.665-3.695 0.996-5.543zM12.076 5.935c0.097-0.001 0.194-0 0.291 0.001l0.046 0.033c0.814 0.002 1.621 0.239 2.323 0.645-0.806 0.666-1.74 1.154-2.694 1.569-0.097 0.045-0.196-0.003-0.286-0.040-0.902-0.403-1.792-0.861-2.557-1.495 0.002-0.021 0.007-0.062 0.009-0.082 0.284-0.12 0.556-0.269 0.852-0.358 0.648-0.218 1.335-0.269 2.016-0.272v0zM21.579 8.282c-0.050 0.313-0.108 0.626-0.194 0.931-1.742 0.781-3.476 1.578-5.218 2.357 0.061-0.311 0.121-0.622 0.197-0.929 1.739-0.783 3.474-1.579 5.215-2.359zM2.292 8.287c1.758 0.765 3.499 1.575 5.247 2.365 0.040 0.307 0.139 0.604 0.159 0.915-1.736-0.786-3.47-1.577-5.207-2.358-0.065-0.308-0.136-0.614-0.199-0.922zM2.754 10.394c1.708 0.804 3.44 1.558 5.155 2.348 0.048 0.306 0.16 0.602 0.159 0.915-1.736-0.794-3.482-1.567-5.214-2.369-0.009-0.068-0.017-0.136-0.026-0.203-0.071-0.225-0.083-0.464-0.166-0.685 0.031-0.002 0.062-0.004 0.093-0.006v-0zM21.207 10.414c-0.062 0.296-0.125 0.591-0.19 0.886-1.739 0.787-3.473 1.588-5.22 2.358 0.032-0.268 0.113-0.527 0.15-0.795-0.004-0.094 0.086-0.145 0.158-0.18 1.612-0.732 3.227-1.46 4.839-2.193 0.085-0.032 0.172-0.057 0.262-0.076zM9.772 10.538c0.253 1.448 0.517 2.894 0.777 4.341 0.023 0.144 0.056 0.288 0.056 0.434-0.004 2.245 0.001 4.489-0.003 6.734 0.886 0.015 1.771 0.002 2.657 0.006 0.051-0.754 0.015-1.509 0.023-2.263-0.028-0.391 0.038-0.781-0.012-1.171 0.049-0.571-0.042-1.143 0.010-1.714-0.041-0.367 0.039-0.734 0.004-1.101-0.042-0.347 0.006-0.696 0.045-1.041 0.129-0.584 0.203-1.178 0.328-1.763 0.116-0.719 0.258-1.435 0.387-2.152 0.015-0.101 0.011-0.204 0.008-0.305-0.644 0.306-1.307 0.571-1.957 0.866-0.207 0.101-0.404-0.065-0.592-0.133-0.579-0.242-1.145-0.518-1.731-0.739v0zM1.567 13.543c-0.006 0.2 0.001 0.401 0.034 0.599 0.16 2.183 0.318 4.369 0.488 6.551 0.077 1.334 0.209 2.664 0.28 3.999 1.466 0.602 2.935 1.2 4.4 1.805 0.003-2.606 0.018-5.214-0.007-7.821-0.94-0.51-1.876-1.032-2.797-1.575-0.17-0.743-0.412-1.468-0.587-2.21-0.596-0.458-1.205-0.901-1.81-1.348zM22.302 13.583c-0.162 0.064-0.299 0.171-0.434 0.278-0.427 0.313-0.849 0.633-1.279 0.943-0.075 0.045-0.114 0.124-0.129 0.207-0.181 0.699-0.387 1.392-0.56 2.093-0.924 0.54-1.857 1.067-2.8 1.574-0.026 0.57-0.005 1.14-0.012 1.711 0.004 2.037-0.007 4.075 0.005 6.111 1.466-0.608 2.937-1.205 4.405-1.808 0.045-1.030 0.157-2.055 0.213-3.084 0.16-1.993 0.291-3.987 0.448-5.979 0.037-0.683 0.105-1.363 0.142-2.046v0zM9.826 16.942c-0.759 0.557-1.498 1.14-2.267 1.684-0.026 0.343-0.007 0.687-0.013 1.031 0.005 2.389-0.009 4.779 0.007 7.168 0.513 0.18 1 0.431 1.517 0.598 0.191-1.152 0.396-2.302 0.582-3.454 1.522-0.007 3.045-0.002 4.567-0.003 0.125 0.663 0.227 1.33 0.346 1.994 0.075 0.485 0.187 0.966 0.23 1.456 0.522-0.144 1.008-0.403 1.516-0.59 0.002-2.736 0.009-5.472-0.003-8.208-0.586-0.419-1.154-0.863-1.734-1.29-0.176-0.125-0.332-0.283-0.534-0.368-0.005 1.949-0 3.898-0.002 5.846-1.403 0.003-2.806 0.004-4.209-0.001-0.002-1.955 0.005-3.91-0.004-5.865v0zM10.305 24.717c-0.22 1.14-0.374 2.294-0.6 3.433 1.49 0.021 2.981 0.006 4.472 0.006-0.179-1.020-0.357-2.040-0.523-3.062-0.029-0.122-0.045-0.247-0.058-0.371-1.097-0.008-2.194 0.002-3.29-0.006v0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

5
svg/watermark-wotc.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>watermark-wotc</title>
<path fill="#444" d="M8.723 13.249c0 0 3.903-2.041 8.786-2.041 6.564 0 13.308 3.638 14.462 9.76 0 0-3.462-8.873-14.109-8.873-4.79 0-7.541 2.041-7.541 2.041l3.903 0.090-5.233 1.24 3.195 3.371-4.082-2.306 0.975 4.614-2.129-3.903-2.839 5.147 1.685-5.767-5.767 1.328 5.412-2.661-3.459-3.019 4.17 1.776-0.531-3.55 1.685 3.373 2.305-4.26-0.887 3.638z"></path>
</svg>

After

Width:  |  Height:  |  Size: 522 B

5
svg/watermark-wpn.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 39 KiB