Adds remaining set of card watermarks (#34) and aliases existing ones

This commit is contained in:
Andrew Gioia 2023-09-20 12:23:21 -04:00
parent a2820ce700
commit b67d98ee50
No known key found for this signature in database
GPG Key ID: FC09694A000800C8
81 changed files with 896 additions and 62 deletions

View File

@ -10,6 +10,10 @@ 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))

View File

@ -1,4 +1,4 @@
# Mana v1.15.9
# 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.9",
"version": "1.16.0",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

View File

@ -1,14 +1,14 @@
@font-face {
font-family: "Mana";
src: url("../fonts/mana.eot?v=1.15.9");
src: url("../fonts/mana.eot?#iefix&v=1.15.9") format("embedded-opentype"), url("../fonts/mana.woff?v=1.15.9") format("woff"), url("../fonts/mana.ttf?v=1.15.9") format("truetype"), url("../fonts/mana.svg?v=1.15.9#mana") format("svg");
src: url("../fonts/mana.eot?v=1.16.0");
src: url("../fonts/mana.eot?#iefix&v=1.16.0") format("embedded-opentype"), url("../fonts/mana.woff?v=1.16.0") format("woff"), url("../fonts/mana.ttf?v=1.16.0") format("truetype"), url("../fonts/mana.svg?v=1.16.0#mana") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MPlantin";
src: url("../fonts/mplantin.eot?v=1.15.9");
src: url("../fonts/mplantin.eot?#iefix&v=1.15.9") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.15.9") format("woff"), url("../fonts/mplantin.ttf?v=1.15.9") format("truetype"), url("../fonts/mplantin.svg?v=1.15.9#mplantin") format("svg");
src: url("../fonts/mplantin.eot?v=1.16.0");
src: url("../fonts/mplantin.eot?#iefix&v=1.16.0") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.16.0") format("woff"), url("../fonts/mplantin.ttf?v=1.16.0") format("truetype"), url("../fonts/mplantin.svg?v=1.16.0#mplantin") format("svg");
font-weight: normal;
font-style: normal;
}
@ -119,7 +119,7 @@
.ms-z::before {
content: "\e617";
}
.ms-p::before {
.ms-p::before, .ms-watermark-phyrexian::before {
content: "\e618";
}
.ms-s::before {
@ -197,7 +197,7 @@
.ms-plane::before {
content: "\e96f";
}
.ms-planeswalker::before {
.ms-planeswalker::before, .ms-watermark-planeswalker::before {
content: "\e623";
}
.ms-rarity::before {
@ -350,64 +350,64 @@
.ms-artist-nib::before {
content: "\e924";
}
.ms-guild-azorius::before {
.ms-guild-azorius::before, .ms-watermark-azorius::before {
content: "\e90c";
}
.ms-guild-boros::before {
.ms-guild-boros::before, .ms-watermark-boros::before {
content: "\e90d";
}
.ms-guild-dimir::before {
.ms-guild-dimir::before, .ms-watermark-dimir::before {
content: "\e90e";
}
.ms-guild-golgari::before {
.ms-guild-golgari::before, .ms-watermark-golgari::before {
content: "\e90f";
}
.ms-guild-gruul::before {
.ms-guild-gruul::before, .ms-watermark-gruul::before {
content: "\e910";
}
.ms-guild-izzet::before {
.ms-guild-izzet::before, .ms-watermark-izzet::before {
content: "\e911";
}
.ms-guild-orzhov::before {
.ms-guild-orzhov::before, .ms-watermark-orzhov::before {
content: "\e912";
}
.ms-guild-rakdos::before {
.ms-guild-rakdos::before, .ms-watermark-rakdos::before {
content: "\e913";
}
.ms-guild-selesnya::before {
.ms-guild-selesnya::before, .ms-watermark-selesnya::before {
content: "\e914";
}
.ms-guild-simic::before {
.ms-guild-simic::before, .ms-watermark-simic::before {
content: "\e915";
}
.ms-clan-abzan::before {
.ms-clan-abzan::before, .ms-watermark-abzan::before {
content: "\e916";
}
.ms-clan-jeskai::before {
.ms-clan-jeskai::before, .ms-watermark-jeskai::before {
content: "\e917";
}
.ms-clan-mardu::before {
.ms-clan-mardu::before, .ms-watermark-mardu::before {
content: "\e918";
}
.ms-clan-sultai::before {
.ms-clan-sultai::before, .ms-watermark-sultai::before {
content: "\e919";
}
.ms-clan-temur::before {
.ms-clan-temur::before, .ms-watermark-temur::before {
content: "\e91a";
}
.ms-clan-atarka::before {
.ms-clan-atarka::before, .ms-watermark-atarka::before {
content: "\e91b";
}
.ms-clan-dromoka::before {
.ms-clan-dromoka::before, .ms-watermark-dromoka::before {
content: "\e91c";
}
.ms-clan-kolaghan::before {
.ms-clan-kolaghan::before, .ms-watermark-kolaghan::before {
content: "\e91d";
}
.ms-clan-ojutai::before {
.ms-clan-ojutai::before, .ms-watermark-ojutai::before {
content: "\e91e";
}
.ms-clan-silumgar::before {
.ms-clan-silumgar::before, .ms-watermark-silumgar::before {
content: "\e91f";
}
.ms-polis-setessa::before {
@ -419,19 +419,19 @@
.ms-polis-meletis::before {
content: "\e928";
}
.ms-school-lorehold::before {
.ms-school-lorehold::before, .ms-watermark-lorehold::before {
content: "\e99a";
}
.ms-school-prismari::before {
.ms-school-prismari::before, .ms-watermark-prismari::before {
content: "\e99c";
}
.ms-school-quandrix::before {
.ms-school-quandrix::before, .ms-watermark-quandrix::before {
content: "\e99e";
}
.ms-school-silverquill::before {
.ms-school-silverquill::before, .ms-watermark-silverquill::before {
content: "\e9a0";
}
.ms-school-witherbloom::before {
.ms-school-witherbloom::before, .ms-watermark-witherbloom::before {
content: "\e9a2";
}
.ms-counter-arrow::before {
@ -686,7 +686,7 @@
.ms-ability-for-mirrodin::before {
content: "\e9c1";
}
.ms-ability-foretell::before {
.ms-ability-foretell::before, .ms-watermark-foretell::before {
content: "\e990";
}
.ms-ability-goad::before {
@ -869,6 +869,192 @@
.ms-ability-robber-of-the-rich::before {
content: "\e9e5";
}
.ms-watermark-agentsofsneak::before {
content: "\ea08";
}
.ms-watermark-arena::before {
content: "\ea1e";
}
.ms-watermark-brokers::before {
content: "\ea0d";
}
.ms-watermark-cabaretti::before {
content: "\ea0e";
}
.ms-watermark-colorpie::before {
content: "\e9f0";
}
.ms-watermark-conspiracy::before {
content: "\ea12";
}
.ms-watermark-corocoro::before {
content: "\ea15";
}
.ms-watermark-crossbreedlabs::before {
content: "\ea09";
}
.ms-watermark-dci::before {
content: "\ea1d";
}
.ms-watermark-dengekimaoh::before {
content: "\ea14";
}
.ms-watermark-desparked::before {
content: "\e9f1";
}
.ms-watermark-dnd::before {
content: "\ea17";
}
.ms-watermark-flavor-aestheticconsultation::before {
content: "\e9f2";
}
.ms-watermark-flavor-farewelltoarms::before {
content: "\e9f3";
}
.ms-watermark-flavor-monkeymonkeymonkey::before {
content: "\e9f4";
}
.ms-watermark-flavor-moxlotus::before {
content: "\e9f5";
}
.ms-watermark-flavor-myfirsttome::before {
content: "\e9f6";
}
.ms-watermark-flavor-shoetree::before {
content: "\e9f7";
}
.ms-watermark-flavor-whenfluffybunniesattack::before {
content: "\e9f8";
}
.ms-watermark-fnm::before {
content: "\ea16";
}
.ms-watermark-goblinexplosioneers::before {
content: "\ea0a";
}
.ms-watermark-grandprix::before {
content: "\ea1f";
}
.ms-watermark-grandprix2::before {
content: "\ea20";
}
.ms-watermark-herospath::before {
content: "\ea02";
}
.ms-watermark-herospath-1::before {
content: "\e9f9";
}
.ms-watermark-herospath-2::before {
content: "\e9fa";
}
.ms-watermark-herospath-3::before {
content: "\e9fb";
}
.ms-watermark-herospath-4::before {
content: "\e9fc";
}
.ms-watermark-herospath-5::before {
content: "\e9fd";
}
.ms-watermark-herospath-6::before {
content: "\e9fe";
}
.ms-watermark-herospath-7::before {
content: "\e9ff";
}
.ms-watermark-herospath-8::before {
content: "\ea00";
}
.ms-watermark-herospath-9::before {
content: "\ea01";
}
.ms-watermark-japanjunior::before {
content: "\ea24";
}
.ms-watermark-judgeacademy::before {
content: "\ea13";
}
.ms-watermark-junior::before {
content: "\ea23";
}
.ms-watermark-juniorapac::before {
content: "\ea21";
}
.ms-watermark-junioreurope::before {
content: "\ea22";
}
.ms-watermark-leagueofdastardlydoom::before {
content: "\ea0b";
}
.ms-watermark-maestros::before {
content: "\ea0f";
}
.ms-watermark-mirran::before {
content: "\ea03";
}
.ms-watermark-cutiemark-apples::before {
content: "\ea27";
}
.ms-watermark-cutiemark-balloons::before {
content: "\ea28";
}
.ms-watermark-cutiemark-butterflies::before {
content: "\ea29";
}
.ms-watermark-cutiemark-gems::before {
content: "\ea04";
}
.ms-watermark-cutiemark-rainbow::before {
content: "\ea2a";
}
.ms-watermark-cutiemark-sparkle::before {
content: "\ea05";
}
.ms-watermark-cutiemark-waningmoon::before {
content: "\ea06";
}
.ms-watermark-cutiemark-waxingmoon::before {
content: "\ea07";
}
.ms-watermark-mps::before {
content: "\ea1a";
}
.ms-watermark-mtg::before {
content: "\e9ed";
}
.ms-watermark-mtg10::before {
content: "\e9ee";
}
.ms-watermark-mtg15::before {
content: "\e9ef";
}
.ms-watermark-nerf::before {
content: "\ea19";
}
.ms-watermark-obscura::before {
content: "\ea10";
}
.ms-watermark-orderofthewidget::before {
content: "\ea0c";
}
.ms-watermark-protour::before {
content: "\ea26";
}
.ms-watermark-riveteers::before {
content: "\ea11";
}
.ms-watermark-scholarship::before {
content: "\ea25";
}
.ms-watermark-transformers::before {
content: "\ea18";
}
.ms-watermark-wotc::before {
content: "\ea1b";
}
.ms-watermark-wpn::before {
content: "\ea1c";
}
.ms-cost {
background-color: #beb9b2;
@ -1062,7 +1248,7 @@
background: linear-gradient(135deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#beb9b2", endColorstr="#93b483",GradientType=1 );
}
.ms-cost.ms-p::before, .ms-cost.ms-wp::before, .ms-cost.ms-up::before, .ms-cost.ms-bp::before, .ms-cost.ms-rp::before, .ms-cost.ms-gp::before, .ms-cost.ms-wup::before, .ms-cost.ms-wbp::before, .ms-cost.ms-ubp::before, .ms-cost.ms-urp::before, .ms-cost.ms-brp::before, .ms-cost.ms-bgp::before, .ms-cost.ms-rwp::before, .ms-cost.ms-rgp::before, .ms-cost.ms-gwp::before, .ms-cost.ms-gup::before {
.ms-cost.ms-p::before, .ms-cost.ms-watermark-phyrexian::before, .ms-cost.ms-wp::before, .ms-cost.ms-up::before, .ms-cost.ms-bp::before, .ms-cost.ms-rp::before, .ms-cost.ms-gp::before, .ms-cost.ms-wup::before, .ms-cost.ms-wbp::before, .ms-cost.ms-ubp::before, .ms-cost.ms-urp::before, .ms-cost.ms-brp::before, .ms-cost.ms-bgp::before, .ms-cost.ms-rwp::before, .ms-cost.ms-rgp::before, .ms-cost.ms-gwp::before, .ms-cost.ms-gup::before {
display: inline-block;
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
@ -1608,22 +1794,22 @@ span.ms-half > .ms-cost {
.ms-duo.ms-multicolor::after {
content: "\e986";
}
.ms-duo.ms-school-lorehold::after {
.ms-duo.ms-school-lorehold::after, .ms-duo.ms-watermark-lorehold::after {
content: "\e99b";
}
.ms-duo.ms-school-prismari::after {
.ms-duo.ms-school-prismari::after, .ms-duo.ms-watermark-prismari::after {
content: "\e99d";
}
.ms-duo.ms-school-quandrix::after {
.ms-duo.ms-school-quandrix::after, .ms-duo.ms-watermark-quandrix::after {
content: "\e99f";
}
.ms-duo.ms-school-silverquill::after {
.ms-duo.ms-school-silverquill::after, .ms-duo.ms-watermark-silverquill::after {
content: "\e9a1";
}
.ms-duo.ms-school-witherbloom::before {
.ms-duo.ms-school-witherbloom::before, .ms-duo.ms-watermark-witherbloom::before {
content: "\e9a3";
}
.ms-duo.ms-school-witherbloom::after {
.ms-duo.ms-school-witherbloom::after, .ms-duo.ms-watermark-witherbloom::after {
content: "\e9a4";
}
.ms-duo-color::before {
@ -1637,34 +1823,34 @@ span.ms-half > .ms-cost {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ms-duo-color.ms-school-lorehold::before {
.ms-duo-color.ms-school-lorehold::before, .ms-duo-color.ms-watermark-lorehold::before {
color: #a03731;
}
.ms-duo-color.ms-school-lorehold::after {
.ms-duo-color.ms-school-lorehold::after, .ms-duo-color.ms-watermark-lorehold::after {
color: #e4e8c7;
}
.ms-duo-color.ms-school-prismari::before {
.ms-duo-color.ms-school-prismari::before, .ms-duo-color.ms-watermark-prismari::before {
color: #a23431;
}
.ms-duo-color.ms-school-prismari::after {
.ms-duo-color.ms-school-prismari::after, .ms-duo-color.ms-watermark-prismari::after {
color: #322f5c;
}
.ms-duo-color.ms-school-quandrix::before {
.ms-duo-color.ms-school-quandrix::before, .ms-duo-color.ms-watermark-quandrix::before {
color: #352e5f;
}
.ms-duo-color.ms-school-quandrix::after {
.ms-duo-color.ms-school-quandrix::after, .ms-duo-color.ms-watermark-quandrix::after {
color: #519e52;
}
.ms-duo-color.ms-school-silverquill::before {
.ms-duo-color.ms-school-silverquill::before, .ms-duo-color.ms-watermark-silverquill::before {
color: #181616;
}
.ms-duo-color.ms-school-silverquill::after {
.ms-duo-color.ms-school-silverquill::after, .ms-duo-color.ms-watermark-silverquill::after {
color: #e5e9ca;
}
.ms-duo-color.ms-school-witherbloom::before {
.ms-duo-color.ms-school-witherbloom::before, .ms-duo-color.ms-watermark-witherbloom::before {
color: #2f312d;
}
.ms-duo-color.ms-school-witherbloom::after {
.ms-duo-color.ms-school-witherbloom::after, .ms-duo-color.ms-watermark-witherbloom::after {
color: #4f9b4f;
}

File diff suppressed because one or more lines are too long

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 903 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -32,10 +32,10 @@
h3 {
font-size: 19px;
font-weight: bold;
margin: 0;
margin: 16px 0 0;
}
p {
margin: 10px 0 20px;
margin: 12px 0 20px;
}
.grid {
display:flex;
@ -270,6 +270,99 @@
<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">
<h3>Arena Ability Symbols</h3>

View File

@ -399,4 +399,77 @@
&-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,6 +1,6 @@
// base variables
@ms-font-path: '../fonts';
@ms-version: '1.15.9';
@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.9",
"version": "1.16.0",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {

View File

@ -257,4 +257,36 @@
&-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

@ -400,4 +400,76 @@
&-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,6 +1,6 @@
// base variables
$ms-font-path: '../fonts' !default;
$ms-version: '1.15.9' !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

@ -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