Adds Strixhaven school symbols with duo support

This commit is contained in:
Andrew Gioia 2021-07-14 10:45:15 -04:00
parent 3507f0ebf2
commit ce1831695d
29 changed files with 275 additions and 14 deletions

View File

@ -7,10 +7,13 @@ All notable changes to this project will be documented in this file.
* v2.0 updates to add all digital product tokens and counter symbols, fix the core numbered casting cost icons, and modernize this project.
* Update this changelog for better formatting
* Crop original full-width symbols to actual width
* Add ligatures for easier desktop use
## Versions
### [1.14.0] 2021-07-14 Strixhaven schools
* **Added:** Lorehold, Prismari, Silverquill, Quandrix, and Witherbloom school symbols added, including dual layered support
### [1.13.0] 2021-07-10 D20, alternate white symbols, basic ligature support
* **Added:** D20 ability symbol from Arena

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/mana",
"version": "1.13.0",
"version": "1.14.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.13.0');
src: url('../fonts/mana.eot?#iefix&v=1.13.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.13.0') format('woff'), url('../fonts/mana.ttf?v=1.13.0') format('truetype'), url('../fonts/mana.svg?v=1.13.0#mana') format('svg');
src: url('../fonts/mana.eot?v=1.14.0');
src: url('../fonts/mana.eot?#iefix&v=1.14.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.14.0') format('woff'), url('../fonts/mana.ttf?v=1.14.0') format('truetype'), url('../fonts/mana.svg?v=1.14.0#mana') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MPlantin';
src: url('../fonts/mplantin.eot?v=1.13.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.13.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.13.0') format('woff'), url('../fonts/mplantin.ttf?v=1.13.0') format('truetype'), url('../fonts/mplantin.svg?v=1.13.0#mplantin') format('svg');
src: url('../fonts/mplantin.eot?v=1.14.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.14.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.14.0') format('woff'), url('../fonts/mplantin.ttf?v=1.14.0') format('truetype'), url('../fonts/mplantin.svg?v=1.14.0#mplantin') format('svg');
font-weight: normal;
font-style: normal;
}
@ -386,6 +386,21 @@
.ms-polis-meletis::before {
content: "\e928";
}
.ms-school-lorehold::before {
content: "\e99a";
}
.ms-school-prismari::before {
content: "\e99c";
}
.ms-school-quandrix::before {
content: "\e99e";
}
.ms-school-silverquill::before {
content: "\e9a0";
}
.ms-school-witherbloom::before {
content: "\e9a2";
}
.ms-counter-arrow::before {
content: "\e92b";
}
@ -1351,6 +1366,24 @@ span.ms-half > .ms-cost {
.ms-duo.ms-multicolor::after {
content: "\e986";
}
.ms-duo.ms-school-lorehold::after {
content: "\e99b";
}
.ms-duo.ms-school-prismari::after {
content: "\e99d";
}
.ms-duo.ms-school-quandrix::after {
content: "\e99f";
}
.ms-duo.ms-school-silverquill::after {
content: "\e9a1";
}
.ms-duo.ms-school-witherbloom::before {
content: "\e9a3";
}
.ms-duo.ms-school-witherbloom::after {
content: "\e9a4";
}
.ms-duo-color::before {
color: #010101;
}
@ -1362,6 +1395,36 @@ span.ms-half > .ms-cost {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ms-duo-color.ms-school-lorehold::before {
color: #a03731;
}
.ms-duo-color.ms-school-lorehold::after {
color: #e4e8c7;
}
.ms-duo-color.ms-school-prismari::before {
color: #a23431;
}
.ms-duo-color.ms-school-prismari::after {
color: #322f5c;
}
.ms-duo-color.ms-school-quandrix::before {
color: #352e5f;
}
.ms-duo-color.ms-school-quandrix::after {
color: #519e52;
}
.ms-duo-color.ms-school-silverquill::before {
color: #181616;
}
.ms-duo-color.ms-school-silverquill::after {
color: #e5e9ca;
}
.ms-duo-color.ms-school-witherbloom::before {
color: #2f312d;
}
.ms-duo-color.ms-school-witherbloom::after {
color: #4f9b4f;
}
.ms-ci {
border-radius: 100%;
box-shadow: inset 0 0 1px #fff;

2
css/mana.min.css vendored

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

After

Width:  |  Height:  |  Size: 743 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -300,6 +300,23 @@
<i class="ms ms-clan-ojutai ms-2x"></i>
<i class="ms ms-clan-silumgar ms-2x"></i>
</p>
<h3>Strixhaven School Symbols</h3>
<p>
<i class="ms ms-school-lorehold ms-2x"></i>
<i class="ms ms-school-lorehold ms-duo ms-duo-color ms-2x"></i>
&nbsp;
<i class="ms ms-school-prismari ms-2x"></i>
<i class="ms ms-school-prismari ms-duo ms-duo-color ms-2x"></i>
&nbsp;
<i class="ms ms-school-quandrix ms-2x"></i>
<i class="ms ms-school-quandrix ms-duo ms-duo-color ms-2x"></i>
&nbsp;
<i class="ms ms-school-silverquill ms-2x"></i>
<i class="ms ms-school-silverquill ms-duo ms-duo-color ms-2x"></i>
&nbsp;
<i class="ms ms-school-witherbloom ms-2x"></i>
<i class="ms ms-school-witherbloom ms-duo ms-duo-color ms-2x"></i>
</p>
<h3>Poleis Symbols</h3>
<p>
<i class="ms ms-polis-setessa ms-2x"></i>

View File

@ -23,11 +23,37 @@
content: "\e986";
}
// strixhaven schools
&.@{ms-prefix}-school {
&-lorehold::after {
content: "\e99b";
}
&-prismari::after {
content: "\e99d";
}
&-quandrix::after {
content: "\e99f";
}
&-silverquill::after {
content: "\e9a1";
}
&-witherbloom {
&::before {
content: "\e9a3";
}
&::after {
content: "\e9a4";
}
}
}
// colorized versions
&-color {
// default outer color
&::before {
color: @ms-border-black;
}
// multicolor
&.@{ms-prefix}-multicolor {
&::after {
color: @ms-multicolor-flat;
@ -38,6 +64,29 @@
-webkit-text-fill-color: transparent;
}
}
// strixhaven schools
&.@{ms-prefix}-school {
&-lorehold {
&::before { color: #a03731; }
&::after { color: #e4e8c7; }
}
&-prismari {
&::before { color: #a23431; }
&::after { color: #322f5c; }
}
&-quandrix {
&::before { color: #352e5f; }
&::after { color: #519e52; }
}
&-silverquill {
&::before { color: #181616; }
&::after { color: #e5e9ca; }
}
&-witherbloom {
&::before { color: #2f312d; }
&::after { color: #4f9b4f; }
}
}
}
}

View File

@ -172,6 +172,13 @@
&-akros::before { content: "\e927"; }
&-meletis::before { content: "\e928"; }
}
&-school {
&-lorehold::before { content: "\e99a"; }
&-prismari::before { content: "\e99c"; }
&-quandrix::before { content: "\e99e"; }
&-silverquill::before { content: "\e9a0"; }
&-witherbloom::before { content: "\e9a2"; }
}
// counters
&-counter {

View File

@ -1,6 +1,6 @@
// base variables
@ms-font-path: '../fonts';
@ms-version: '1.13.0';
@ms-version: '1.14.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.13.0",
"version": "1.14.0",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {

View File

@ -21,11 +21,37 @@
content: "\e986";
}
// strixhaven schools
&.#{$ms-prefix}-school {
&-lorehold::after {
content: "\e99b";
}
&-prismari::after {
content: "\e99d";
}
&-quandrix::after {
content: "\e99f";
}
&-silverquill::after {
content: "\e9a1";
}
&-witherbloom {
&::before {
content: "\e9a3";
}
&::after {
content: "\e9a4";
}
}
}
// colorized versions
&-color {
// default outer color
&::before {
color: $ms-border-black;
}
// multicolor
&.#{$ms-prefix}-multicolor {
&::after {
color: $ms-multicolor-flat;
@ -36,6 +62,29 @@
-webkit-text-fill-color: transparent;
}
}
// strixhaven schools
&.#{$ms-prefix}-school {
&-lorehold {
&::before { color: #a03731; }
&::after { color: #e4e8c7; }
}
&-prismari {
&::before { color: #a23431; }
&::after { color: #322f5c; }
}
&-quandrix {
&::before { color: #352e5f; }
&::after { color: #519e52; }
}
&-silverquill {
&::before { color: #181616; }
&::after { color: #e5e9ca; }
}
&-witherbloom {
&::before { color: #2f312d; }
&::after { color: #4f9b4f; }
}
}
}
}

View File

@ -172,6 +172,13 @@
&-akros::before { content: "\e927"; }
&-meletis::before { content: "\e928"; }
}
&-school {
&-lorehold::before { content: "\e99a"; }
&-prismari::before { content: "\e99c"; }
&-quandrix::before { content: "\e99e"; }
&-silverquill::before { content: "\e9a0"; }
&-witherbloom::before { content: "\e9a2"; }
}
// counters
&-counter {

View File

@ -1,6 +1,6 @@
// base variables
$ms-font-path: '../fonts' !default;
$ms-version: '1.13.0' !default;
$ms-version: '1.14.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="30" height="32" viewBox="0 0 30 32">
<title>school-lorehold-inner</title>
<path fill="#444" d="M1.744 12.451c4.447-3.289 8.901-6.569 13.351-9.856 4.449 3.279 8.894 6.564 13.342 9.844-1.315 0.98-2.641 1.947-3.963 2.918 0.845 2.901 1.696 5.802 2.534 8.706-2.266-1.852-4.537-3.699-6.801-5.555-0.795 0.597-1.608 1.175-2.388 1.789-0.922 2.63-1.803 5.276-2.721 7.909-0.916-2.625-1.787-5.268-2.702-7.894-0.828-0.609-1.702-1.162-2.546-1.753-2.256 1.836-4.504 3.681-6.762 5.515 0.87-2.86 1.75-5.716 2.625-8.574-1.322-1.019-2.645-2.033-3.969-3.048zM6.741 10.684c0.124 2.529 1.539 5.056 3.841 6.206-1.361-1.452-2.279-3.389-2.256-5.402 0.385-0.212 0.763-0.439 1.149-0.65 0.311 1.055 0.872 2.048 1.688 2.792 1.047 0.976 2.481 1.499 3.907 1.495 1.361 0.002 2.724-0.465 3.772-1.338 0.919-0.754 1.56-1.817 1.874-2.958 0.384 0.224 0.773 0.441 1.16 0.662 0.002 2.012-0.895 3.962-2.279 5.401 2.309-1.142 3.738-3.686 3.842-6.22-1.432-1.125-2.896-2.209-4.359-3.292-0.068 0.676-0.094 1.355-0.168 2.030-0.135 1.088-0.738 2.118-1.654 2.729-0.876 0.594-1.999 0.806-3.029 0.565-1.352-0.303-2.494-1.402-2.833-2.748-0.218-0.846-0.188-1.727-0.274-2.591-1.471 1.091-2.945 2.18-4.382 3.317zM3.185 5.475c0.353 1.328 0.629 2.675 0.83 4.034 1.439-1.051 2.868-2.116 4.304-3.171-1.696-0.37-3.41-0.657-5.134-0.863zM21.876 6.337c1.431 1.057 2.858 2.119 4.296 3.166 0.211-1.355 0.48-2.702 0.833-4.028-1.722 0.206-3.435 0.49-5.129 0.862zM18.684 20.918c-0.41 1.119-0.778 2.253-1.166 3.38 1.003-0.642 2.137-1.046 3.273-1.385-0.247 0.619-0.418 1.265-0.54 1.92 1.454-0.63 2.994-1.066 4.57-1.249-1.551-1.259-3.096-2.525-4.644-3.789-0.498 0.374-1.012 0.73-1.493 1.123zM5.314 23.573c1.593 0.191 3.155 0.617 4.625 1.26-0.116-0.656-0.294-1.299-0.536-1.92 1.138 0.345 2.277 0.743 3.282 1.392-0.351-1.074-0.733-2.138-1.085-3.211-0.028-0.081-0.055-0.168-0.135-0.21-0.519-0.354-1.040-0.704-1.557-1.060-1.535 1.245-3.066 2.496-4.594 3.749z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

5
svg/school-lorehold.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="30" height="32" viewBox="0 0 30 32">
<title>school-lorehold</title>
<path fill="#444" d="M9.325 5.558c1.927-1.414 3.845-2.84 5.772-4.253 1.924 1.415 3.846 2.836 5.767 4.255 2.216-0.514 4.463-0.898 6.725-1.132 0.52 1.146 1.034 2.293 1.556 3.439 0.028 0.085 0.102 0.179 0.050 0.271-0.401 0.911-0.744 1.846-1.050 2.792 0.677 0.508 1.365 1.002 2.041 1.514-0.99 0.74-1.993 1.463-2.984 2.202-0.274 1.345-0.452 2.709-0.574 4.077-0.008 0.109-0.027 0.224 0.007 0.331 0.767 2.64 1.545 5.278 2.303 7.921-0.943-0.756-1.876-1.525-2.811-2.291-2.887 0.215-5.704 1.196-8.148 2.735 0.075 0.277 0.142 0.557 0.218 0.833-1.142 0.627-2.199 1.415-3.097 2.361-0.91-0.935-1.957-1.738-3.107-2.356 0.074-0.279 0.144-0.559 0.221-0.836-2.466-1.551-5.305-2.533-8.215-2.746-0.97 0.789-1.931 1.588-2.909 2.366 0.815-2.675 1.639-5.348 2.456-8.022 0.055-0.171 0.006-0.351-0.003-0.525-0.117-1.257-0.293-2.508-0.529-3.747-1.002-0.773-2.013-1.532-3.014-2.304 0.683-0.503 1.367-1.005 2.046-1.512-0.314-0.973-0.67-1.932-1.085-2.867 0.542-1.212 1.096-2.419 1.637-3.633 2.264 0.227 4.511 0.619 6.727 1.128zM1.744 12.451c1.324 1.015 2.648 2.030 3.969 3.048-0.874 2.858-1.754 5.714-2.625 8.574 2.258-1.834 4.507-3.679 6.762-5.515 0.844 0.59 1.718 1.144 2.546 1.753 0.914 2.626 1.785 5.269 2.702 7.894 0.918-2.632 1.799-5.279 2.721-7.909 0.78-0.614 1.593-1.192 2.388-1.789 2.263 1.856 4.534 3.703 6.801 5.555-0.838-2.904-1.689-5.804-2.534-8.706 1.322-0.971 2.648-1.937 3.963-2.918-4.448-3.28-8.893-6.566-13.342-9.844-4.45 3.287-8.903 6.567-13.351 9.856zM3.185 5.475c0.353 1.328 0.629 2.675 0.83 4.034 1.439-1.051 2.868-2.116 4.304-3.171-1.696-0.37-3.41-0.657-5.134-0.863zM21.876 6.337c1.431 1.057 2.858 2.119 4.296 3.166 0.211-1.355 0.48-2.702 0.833-4.028-1.722 0.206-3.435 0.49-5.129 0.862zM18.684 20.918c-0.41 1.119-0.778 2.253-1.166 3.38 1.003-0.642 2.137-1.046 3.273-1.385-0.247 0.619-0.418 1.265-0.54 1.92 1.454-0.63 2.994-1.066 4.57-1.249-1.551-1.259-3.096-2.525-4.644-3.789-0.498 0.374-1.012 0.73-1.493 1.123zM5.314 23.573c1.593 0.191 3.155 0.617 4.625 1.26-0.116-0.656-0.294-1.299-0.536-1.92 1.138 0.345 2.277 0.743 3.282 1.392-0.351-1.074-0.733-2.138-1.085-3.211-0.028-0.081-0.055-0.168-0.135-0.21-0.519-0.354-1.040-0.704-1.557-1.060-1.535 1.245-3.066 2.496-4.594 3.749zM6.741 10.684c0.124 2.529 1.539 5.056 3.841 6.206-1.361-1.452-2.279-3.389-2.256-5.402 0.385-0.212 0.763-0.439 1.149-0.65 0.311 1.055 0.872 2.048 1.688 2.792 1.047 0.976 2.481 1.499 3.907 1.495 1.361 0.002 2.724-0.465 3.772-1.338 0.919-0.754 1.56-1.817 1.874-2.958 0.384 0.224 0.773 0.441 1.16 0.662 0.002 2.012-0.895 3.962-2.279 5.401 2.309-1.142 3.738-3.686 3.842-6.22-1.432-1.125-2.896-2.209-4.359-3.292-0.068 0.676-0.094 1.355-0.168 2.030-0.135 1.088-0.738 2.118-1.654 2.729-0.876 0.594-1.999 0.806-3.029 0.565-1.352-0.303-2.494-1.402-2.833-2.748-0.218-0.846-0.188-1.727-0.274-2.591-1.471 1.091-2.945 2.18-4.382 3.317z"></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>school-prismari-inner</title>
<path fill="#444" d="M21.106 16.832c1.756-0.54 3.625-0.699 5.45-0.486-1.243 1.172-2.139 2.712-2.523 4.379-1.856-0.639-3.863-0.82-5.807-0.568-1.397 0.178-2.743 0.641-3.993 1.281 1.789-2.145 4.203-3.777 6.873-4.606zM12.887 23.107c-1.526 0.713-2.983 1.626-4.642 2.006-1.331 0.315-2.784 0.345-4.055-0.215 1.709 1.122 3.805 1.534 5.826 1.439 1.821-0.050 3.612-0.41 5.407-0.688 2.25-0.316 4.65 0.5 6.166 2.207 0.427-1 1.073-1.893 1.829-2.67 0.914-0.925 1.967-1.712 3.108-2.335-2.636-1.077-5.516-1.724-8.372-1.39-1.842 0.206-3.607 0.843-5.267 1.645zM4.733 27.177c1.294 1.139 2.832 1.979 4.449 2.564 0.72-1.036 1.67-1.948 2.848-2.437-2.961 0.514-6.116-0.056-8.681-1.635 0.386 0.565 0.877 1.051 1.384 1.507z"></path>
</svg>

After

Width:  |  Height:  |  Size: 883 B

5
svg/school-prismari.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="29" height="32" viewBox="0 0 29 32">
<title>school-prismari</title>
<path fill="#444" d="M19.114 0.967c1.715 0.522 3.195 1.746 4.071 3.304 1.023 1.795 1.201 3.934 1.007 5.955-0.668 0.796-1.589 1.329-2.498 1.808-1.404 0.707-2.904 1.207-4.425 1.59 1.8 0.237 3.659 0.188 5.411-0.317 0.808-0.236 1.585-0.589 2.277-1.071 0.057 1.009-0.138 2.059-0.68 2.922 1.171 0.054 2.347 0.146 3.495 0.403 0.581 0.135 1.171 0.303 1.669 0.644-1.060 0.349-1.946 1.092-2.649 1.94-0.731 0.884-1.286 1.902-1.712 2.964 1.324 0.422 2.663 1.045 3.552 2.152-1.239 0.644-2.398 1.441-3.464 2.341-1.427 1.216-2.69 2.662-3.504 4.363-0.897-1.273-2.224-2.262-3.733-2.676-1.329-0.372-2.765-0.269-4.060 0.186-1.739 0.604-3.144 1.957-4.018 3.556-3.202-0.711-6.112-2.706-7.893-5.466-0.981-1.51-1.608-3.227-1.96-4.987 0.723 0.94 1.604 1.765 2.632 2.363 1.515 0.91 3.343 1.303 5.095 1.056 1.799-0.312 3.259-1.532 4.511-2.788 1.109-1.064 2.080-2.29 3.355-3.167-0.408-1.236-1.433-2.251-2.688-2.611-1.131-0.362-2.419-0.135-3.364 0.58 0.707 0.323 1.369 0.852 1.654 1.596 0.298 0.756 0.114 1.639-0.363 2.279-0.585 0.828-1.609 1.258-2.605 1.26-0.604-0.015-1.227-0.096-1.768-0.382-0.844-0.45-1.424-1.287-1.728-2.177-0.526-1.539-0.319-3.275 0.426-4.707 0.703-1.35 1.915-2.361 3.226-3.094 1.375-0.765 2.881-1.283 4.418-1.604 1.318-0.244 2.639-0.539 3.874-1.073 0.925-0.399 1.854-0.97 2.329-1.895 0.566-1.12 0.791-2.4 0.718-3.648-0.051-0.573-0.185-1.182-0.608-1.602zM21.106 16.832c-2.67 0.828-5.084 2.46-6.873 4.606 1.25-0.64 2.596-1.102 3.993-1.281 1.943-0.252 3.951-0.071 5.807 0.568 0.384-1.667 1.279-3.206 2.523-4.379-1.824-0.213-3.693-0.054-5.45 0.486zM12.887 23.107c-1.526 0.713-2.983 1.626-4.642 2.006-1.331 0.315-2.784 0.345-4.055-0.215 1.709 1.122 3.805 1.534 5.826 1.439 1.821-0.050 3.612-0.41 5.407-0.688 2.25-0.316 4.65 0.5 6.166 2.207 0.427-1 1.073-1.893 1.829-2.67 0.914-0.925 1.967-1.712 3.108-2.335-2.636-1.077-5.516-1.724-8.372-1.39-1.842 0.206-3.607 0.843-5.267 1.645zM4.733 27.177c1.294 1.139 2.832 1.979 4.449 2.564 0.72-1.036 1.67-1.948 2.848-2.437-2.961 0.514-6.116-0.056-8.681-1.635 0.386 0.565 0.877 1.051 1.384 1.507z"></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="25" height="32" viewBox="0 0 25 32">
<title>school-quandrix-inner</title>
<path fill="#444" d="M8.426 5.283c2.692-1.068 5.78-1.070 8.472-0.001-1.491 0.126-2.963 0.568-4.231 1.37-1.269-0.807-2.747-1.245-4.24-1.37zM6.922 6.044c-0.996 1.443-1.604 3.174-1.609 4.936 1.127-0.433 2.354-0.637 3.56-0.503 0.292-0.206 0.61-0.372 0.905-0.573 0.098-0.115 0.145-0.263 0.218-0.393 0.488-0.92 1.181-1.724 1.99-2.376-1.52-0.889-3.321-1.207-5.065-1.090zM13.343 7.132c0.782 0.637 1.466 1.405 1.947 2.295 0.72-1.14 1.459-2.267 2.172-3.409-1.433 0.046-2.872 0.392-4.118 1.114zM1.333 14.225c0.833-1.2 1.938-2.215 3.231-2.901-0.072-1.488 0.298-2.968 0.92-4.313-2.226 1.768-3.737 4.403-4.151 7.213zM10.516 10.168c0.718 1.117 1.431 2.236 2.146 3.355 0.727-1.114 1.434-2.242 2.156-3.358-0.488-1.026-1.239-1.923-2.156-2.591-0.911 0.676-1.667 1.565-2.146 2.594zM20.716 7.896c-0.106 0.183-0.213 0.366-0.318 0.548 0.28 0.934 0.409 1.911 0.379 2.885 1.281 0.672 2.357 1.686 3.202 2.852-0.398-2.369-1.551-4.599-3.263-6.285zM19.1 10.682c0.309 0.086 0.616 0.183 0.916 0.298 0.002-0.535-0.059-1.068-0.158-1.593-0.262 0.426-0.503 0.865-0.758 1.295zM5.365 11.782c0.095 0.919 0.385 1.813 0.831 2.619 0.154-0.624 0.386-1.231 0.73-1.776 0.273-0.535 0.661-0.998 1.073-1.431-0.904 0.042-1.803 0.224-2.634 0.588zM18.153 12.314c0.441 0.647 0.769 1.37 0.958 2.13 0.472-0.812 0.748-1.728 0.862-2.658-0.409-0.181-0.836-0.315-1.27-0.417-0.184 0.315-0.366 0.631-0.55 0.945zM1.184 15.992c0.011 0.032 0.032 0.097 0.043 0.129 0.757 1.53 1.92 2.885 3.413 3.735 0.186-1.226 0.66-2.408 1.398-3.406-0.055-0.318 0.032-0.658-0.054-0.966-0.704-0.986-1.167-2.14-1.344-3.338-1.517 0.881-2.715 2.265-3.456 3.846zM20.694 12.146c-0.184 1.222-0.654 2.403-1.391 3.397 0.020 0.314 0.026 0.628 0.008 0.942 0.741 0.983 1.194 2.163 1.384 3.374 1.528-0.881 2.715-2.279 3.471-3.861-0.766-1.575-1.945-2.974-3.473-3.853zM6.221 17.559c-0.465 0.817-0.753 1.729-0.86 2.661 0.407 0.186 0.836 0.315 1.271 0.417 0.184-0.312 0.362-0.629 0.548-0.941-0.437-0.652-0.769-1.375-0.958-2.137zM19.143 17.606c-0.305 1.199-0.932 2.315-1.799 3.196 0.903-0.018 1.798-0.222 2.629-0.578-0.101-0.917-0.391-1.807-0.829-2.618zM20.776 20.68c0.057 1.491-0.299 2.977-0.929 4.323 2.221-1.779 3.744-4.406 4.155-7.224-0.828 1.202-1.935 2.215-3.226 2.901zM1.363 17.824c0.377 2.371 1.543 4.604 3.257 6.284 0.105-0.181 0.209-0.361 0.314-0.542-0.267-0.935-0.417-1.91-0.372-2.885-1.277-0.676-2.37-1.677-3.198-2.858zM10.515 21.841c0.485 1.028 1.24 1.919 2.153 2.593 0.913-0.671 1.669-1.562 2.149-2.592-0.714-1.121-1.437-2.238-2.147-3.361-0.722 1.117-1.43 2.244-2.155 3.361zM16.451 21.548c-0.308 0.188-0.625 0.368-0.918 0.577-0.516 1.063-1.26 2.016-2.188 2.75 1.523 0.884 3.326 1.213 5.073 1.080 0.989-1.443 1.603-3.17 1.598-4.93-1.127 0.46-2.357 0.602-3.565 0.523zM5.312 21.023c0.007 0.538 0.061 1.075 0.165 1.603 0.255-0.432 0.502-0.869 0.758-1.3-0.313-0.085-0.622-0.183-0.923-0.302zM10.045 22.582c-0.723 1.133-1.451 2.261-2.169 3.396 1.434-0.023 2.87-0.385 4.115-1.105-0.788-0.629-1.46-1.406-1.945-2.291zM8.468 26.729c2.67 1.068 5.753 1.065 8.421-0.007-1.489-0.12-2.958-0.569-4.225-1.367-1.255 0.806-2.721 1.229-4.196 1.374z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

5
svg/school-quandrix.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="25" height="32" viewBox="0 0 25 32">
<title>school-quandrix</title>
<path fill="#444" d="M20.399 6.038c2.107 1.615 3.683 3.913 4.422 6.463 0.903 3.042 0.605 6.426-0.836 9.255-1.028 2.055-2.632 3.809-4.572 5.037 0.821 1.293 1.651 2.578 2.472 3.871l-18.438-0.001c3.114-4.831 6.142-9.715 9.223-14.566 0.954 1.534 1.911 3.065 2.847 4.61 0.759-0.468 1.421-1.117 1.84-1.91 0.58-0.924 0.824-2.042 0.746-3.125-0.092-1.202-0.596-2.36-1.394-3.261 1.227-2.126 2.464-4.246 3.69-6.373zM12.664 25.355c-1.255 0.806-2.721 1.229-4.196 1.374 2.67 1.068 5.753 1.065 8.421-0.007-1.489-0.12-2.958-0.569-4.225-1.367zM20.016 21.026c-1.127 0.46-2.357 0.602-3.565 0.523-0.308 0.188-0.625 0.368-0.918 0.577-0.516 1.063-1.26 2.016-2.188 2.75 1.523 0.884 3.326 1.213 5.073 1.080 0.989-1.443 1.603-3.17 1.598-4.93zM10.045 22.582c-0.723 1.133-1.451 2.261-2.169 3.396 1.434-0.023 2.87-0.385 4.115-1.105-0.788-0.629-1.46-1.406-1.945-2.291zM24.002 17.778c-0.828 1.202-1.935 2.215-3.226 2.901 0.057 1.491-0.299 2.977-0.929 4.323 2.221-1.779 3.744-4.406 4.155-7.224zM12.67 18.481c-0.722 1.117-1.43 2.244-2.155 3.361 0.485 1.028 1.24 1.92 2.153 2.593 0.913-0.671 1.669-1.562 2.149-2.592-0.714-1.121-1.437-2.238-2.147-3.361zM19.143 17.606c-0.305 1.199-0.932 2.315-1.799 3.196 0.903-0.018 1.798-0.222 2.629-0.578-0.101-0.917-0.391-1.807-0.829-2.618zM20.694 12.146c-0.184 1.222-0.654 2.403-1.391 3.397 0.020 0.314 0.026 0.628 0.008 0.942 0.741 0.983 1.194 2.163 1.384 3.374 1.528-0.881 2.715-2.279 3.471-3.861-0.766-1.575-1.945-2.974-3.473-3.853zM18.703 11.369c-0.184 0.315-0.366 0.631-0.55 0.945 0.441 0.647 0.769 1.37 0.958 2.13 0.472-0.812 0.748-1.728 0.862-2.658-0.409-0.18-0.836-0.315-1.27-0.417zM20.716 7.896c-0.106 0.183-0.213 0.366-0.318 0.548 0.28 0.934 0.409 1.911 0.379 2.885 1.281 0.672 2.357 1.686 3.202 2.852-0.398-2.369-1.551-4.599-3.263-6.285zM19.858 9.388c-0.262 0.426-0.503 0.865-0.758 1.295 0.309 0.086 0.616 0.183 0.916 0.298 0.002-0.535-0.059-1.068-0.158-1.593zM12.644 4.48l0.289 0.004c1.389 0.064 2.668 0.272 3.965 0.798-1.491 0.126-2.963 0.568-4.231 1.37-1.269-0.807-2.747-1.245-4.24-1.37 0.986-0.376 2.017-0.634 3.067-0.743 0.513-0.053 0.635-0.046 1.15-0.060zM17.461 6.018c-0.713 1.143-1.452 2.27-2.172 3.409-0.481-0.89-1.165-1.658-1.947-2.295 1.247-0.723 2.685-1.068 4.118-1.114zM7.364 6.025c0.181 0.001 0.362 0.001 0.542 0 0.219 0.014 0.438 0.020 0.657 0.041 1.2 0.116 2.378 0.461 3.423 1.068-0.81 0.653-1.502 1.456-1.99 2.377-0.073 0.13-0.12 0.278-0.218 0.393-0.295 0.201-0.613 0.367-0.905 0.573-1.206-0.133-2.433 0.070-3.56 0.503 0.005-1.762 0.612-3.492 1.609-4.936 0.147-0.007 0.295-0.018 0.442-0.019zM12.663 7.573c0.917 0.669 1.668 1.565 2.156 2.591-0.722 1.117-1.428 2.244-2.156 3.358-0.715-1.119-1.428-2.239-2.146-3.355 0.479-1.030 1.235-1.919 2.146-2.594zM5.484 7.012c-0.622 1.344-0.992 2.825-0.92 4.313-1.293 0.685-2.399 1.701-3.231 2.901 0.414-2.811 1.926-5.445 4.151-7.213zM7.999 11.194c-0.412 0.433-0.801 0.896-1.073 1.431-0.344 0.545-0.576 1.152-0.73 1.776-0.446-0.807-0.736-1.701-0.831-2.619 0.831-0.364 1.73-0.546 2.634-0.588zM4.64 12.146c0.177 1.198 0.64 2.352 1.344 3.338 0.086 0.308-0.001 0.647 0.054 0.966-0.737 0.999-1.212 2.181-1.398 3.406-1.493-0.85-2.656-2.205-3.413-3.735-0.011-0.032-0.032-0.097-0.043-0.129 0.741-1.581 1.939-2.965 3.456-3.846zM6.221 17.559c0.19 0.762 0.521 1.485 0.958 2.137-0.186 0.312-0.363 0.628-0.548 0.941-0.434-0.103-0.864-0.232-1.271-0.417 0.107-0.932 0.395-1.844 0.86-2.661zM5.312 21.023c0.301 0.12 0.61 0.218 0.923 0.302-0.256 0.431-0.503 0.868-0.758 1.3-0.104-0.528-0.158-1.065-0.165-1.603zM1.363 17.824c0.828 1.181 1.922 2.181 3.198 2.858-0.045 0.974 0.105 1.949 0.372 2.885-0.104 0.181-0.209 0.361-0.314 0.542-1.714-1.68-2.88-3.913-3.257-6.284zM12.666 1.336l-9.223 0c0.825 1.293 1.653 2.586 2.48 3.878-2.873 1.798-4.969 4.791-5.653 8.113-0.503 2.39-0.302 4.926 0.59 7.201 0.828 2.138 2.252 4.045 4.073 5.439 1.232-2.123 2.461-4.249 3.696-6.37-0.966-1.082-1.495-2.547-1.404-3.997 0.112-1.736 1.104-3.391 2.587-4.303 0.945 1.544 1.896 3.085 2.859 4.619 3.065-4.865 6.113-9.741 9.218-14.579l-9.223-0.001z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.1 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>school-silverquill-inner</title>
<path fill="#444" d="M7.494 11.74c1.546-2.396 3.093-4.794 4.639-7.19 0.002 1.968 0 3.936 0.001 5.904-0.367 0.489-0.726 0.983-1.095 1.471 0.924 1.997 1.868 3.986 2.805 5.977 0.936-1.981 1.877-3.959 2.792-5.949-0.312-0.528-0.73-1.003-1.085-1.509-0.003-1.967-0.002-3.934 0-5.901 1.552 2.395 3.094 4.797 4.644 7.193 0.13 0.189 0.31 0.338 0.474 0.498-1.759 2.716-3.041 5.712-4.084 8.766-0.972 2.895-1.71 5.864-2.419 8.832-0.215-0.001-0.428-0.001-0.643-0.001-0.807-3.392-1.651-6.786-2.85-10.065-0.969-2.615-2.119-5.179-3.647-7.519 0.163-0.161 0.341-0.314 0.468-0.508z"></path>
</svg>

After

Width:  |  Height:  |  Size: 749 B

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>school-silverquill</title>
<path fill="#444" d="M14.542 1.064c2.167 3.353 4.329 6.71 6.495 10.064 0.299 0.363 0.662 0.67 0.985 1.013-1.338 1.816-2.333 3.859-3.215 5.928 2.3-1.312 4.060-3.505 4.899-6.011 1.045-3.023 0.772-6.475-0.756-9.288-0.070-0.128-0.14-0.257-0.203-0.389 2.219 1.744 3.843 4.217 4.639 6.92 0.882 3.005 0.723 6.306-0.464 9.206-1.048 2.596-2.907 4.854-5.245 6.393-1.726 1.15-3.716 1.89-5.768 2.183-0.328 1.26-0.627 2.527-0.913 3.796-0.765 0-1.53-0.002-2.295 0.001-0.303-1.284-0.592-2.57-0.931-3.845-3.829-0.584-7.349-2.867-9.468-6.107-2.014-3.016-2.745-6.837-2.040-10.389 0.504-2.611 1.786-5.065 3.634-6.977 0.416-0.412 0.823-0.844 1.308-1.176-0.896 1.568-1.459 3.333-1.558 5.14-0.128 1.953 0.234 3.938 1.073 5.708 0.882 1.894 2.317 3.524 4.088 4.635-0.864-2.005-1.857-3.966-3.13-5.744 0.408-0.435 0.903-0.802 1.197-1.331 1.66-2.578 3.324-5.153 4.985-7.73 0.439-0.664 0.849-1.348 1.307-2 0.015 3.243 0.002 6.487 0.006 9.73-0.309 0.422-0.626 0.837-0.93 1.261 0.533 1.136 1.066 2.273 1.603 3.407 0.545-1.132 1.073-2.272 1.606-3.409-0.303-0.409-0.606-0.818-0.909-1.227 0-3.254-0.003-6.507 0.001-9.761zM7.494 11.74c-0.127 0.194-0.305 0.346-0.468 0.508 1.527 2.34 2.677 4.905 3.647 7.519 1.198 3.279 2.043 6.673 2.85 10.065 0.214 0 0.428 0 0.643 0.001 0.709-2.968 1.447-5.937 2.419-8.832 1.044-3.054 2.325-6.049 4.084-8.766-0.165-0.16-0.344-0.309-0.474-0.498-1.55-2.396-3.092-4.798-4.644-7.193-0.002 1.967-0.003 3.934 0 5.901 0.355 0.506 0.773 0.982 1.085 1.509-0.915 1.989-1.856 3.968-2.792 5.949-0.937-1.991-1.88-3.98-2.805-5.977 0.369-0.487 0.728-0.982 1.095-1.471-0.001-1.968 0.002-3.936-0.001-5.904-1.547 2.396-3.093 4.794-4.639 7.19z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 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>school-witherbloom-inner</title>
<path fill="#444" d="M8.682 2.611c3.77-1.695 8.252-1.68 12.018 0.018 0.167 1.035-0.096 2.16-0.813 2.943-0.733 0.809-1.799 1.216-2.848 1.422 0.488-0.391 0.921-0.886 1.097-1.498 0.128-0.487 0.246-1.003 0.13-1.505-0.091-0.423-0.419-0.753-0.798-0.938-0.688-0.336-1.466-0.407-2.219-0.441-0.881-0.019-1.774-0.019-2.636 0.187-0.56 0.138-1.161 0.405-1.421 0.955-0.228 0.536-0.102 1.134 0.034 1.676 0.164 0.64 0.61 1.161 1.119 1.563-1.093-0.212-2.212-0.646-2.94-1.525-0.655-0.782-0.888-1.862-0.722-2.858zM12.655 3.774c-0.224 0.073-0.481 0.16-0.601 0.379-0.081 0.297-0.011 0.607 0.042 0.904 0.063 0.264 0.093 0.577 0.336 0.747 0.398 0.31 0.905 0.664 0.881 1.232-0.024 2.532-0.113 5.065-0.161 7.597 0.554-0.565 0.811-1.339 1.010-2.087 0.328-1.288 0.429-2.617 0.518-3.938 0.144 1.485 0.216 2.996 0.677 4.427 0.182 0.583 0.437 1.161 0.874 1.6-0.058-2.252-0.114-4.504-0.159-6.756-0.006-0.355-0.033-0.714 0.011-1.067 0.102-0.471 0.537-0.737 0.879-1.025 0.212-0.154 0.247-0.429 0.306-0.666 0.059-0.313 0.136-0.641 0.058-0.957-0.097-0.199-0.321-0.288-0.517-0.36-0.701-0.225-1.448-0.245-2.178-0.24-0.663-0.005-1.337 0.028-1.978 0.21zM13.545 16.593c0.079 0.485 0.363 0.899 0.579 1.331-0.227-0.067-0.447-0.157-0.651-0.276-0.747 0.706-1.453 1.453-2.151 2.208-1.075 1.186-2.215 2.355-2.914 3.815-0.29 0.62-0.542 1.316-0.394 2.008 0.161 0.775 0.626 1.452 1.179 2.003 1.046 1.015 2.455 1.576 3.878 1.802-0.659-0.549-1.257-1.184-1.684-1.932-0.593-0.99-0.844-2.202-0.588-3.337 0.303-1.392 1.171-2.579 2.123-3.605 0.944-0.975 1.885-1.974 2.58-3.149 0.194-0.37 0.423-0.788 0.302-1.219-0.134-0.535-0.699-0.896-1.241-0.824-0.579 0.044-1.067 0.59-1.016 1.174zM14.668 20.218c-0.719 0.839-1.436 1.729-1.79 2.792-0.206 0.711-0.336 1.471-0.189 2.207 0.125 0.64 0.529 1.21 1.074 1.563 0.455 0.289 1.048 0.329 1.544 0.124 0.718-0.291 1.24-0.983 1.363-1.744 0.147-0.892-0.063-1.802-0.405-2.627 0.877 0.747 1.654 1.652 2.088 2.731 0.102 0.277 0.232 0.575 0.14 0.873-0.322 1.353-1.217 2.497-2.279 3.364 0.735-0.119 1.462-0.308 2.145-0.61 1.058-0.466 2.029-1.206 2.617-2.216 0.346-0.591 0.549-1.307 0.364-1.986-0.28-1.119-0.947-2.094-1.647-2.992-1.075-1.255-2.197-2.471-3.361-3.644-0.471 0.782-1.045 1.495-1.664 2.165z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="29" height="32" viewBox="0 0 29 32">
<title>school-witherbloom-outer</title>
<path fill="#444" d="M4.683 5.236c0.698-0.63 1.445-1.207 2.244-1.704 0.193 1.243 0.867 2.387 1.796 3.225 0.999 0.843 2.339 1.136 3.616 1.179 0.002 0.276-0.002 0.551-0.017 0.826-1.629 0.314-3.412 0.199-4.86-0.67-1.145-0.698-2.13-1.679-2.78-2.855zM22.453 3.567c-0.225 1.252-0.896 2.415-1.861 3.242-0.999 0.805-2.31 1.083-3.565 1.129-0.003 0.274 0.013 0.548 0.027 0.821 1.511 0.295 3.141 0.216 4.533-0.486 1.287-0.679 2.362-1.74 3.094-2.995-0.684-0.642-1.432-1.216-2.229-1.711zM1.446 9.595c1.308 1.137 2.917 1.932 4.622 2.249 2.091 0.437 4.284 0.044 6.22-0.808-0.003-0.321-0.006-0.642 0.024-0.961-1.827 0.44-3.83 0.517-5.582-0.251-1.456-0.596-2.714-1.697-3.445-3.097-0.722 0.88-1.343 1.843-1.839 2.868zM26.019 6.768c-0.070 0.309-0.287 0.552-0.459 0.809-0.951 1.284-2.373 2.182-3.908 2.593-1.5 0.371-3.082 0.269-4.572-0.095 0.015 0.321 0.005 0.643 0.018 0.964 1.027 0.449 2.114 0.766 3.228 0.908 2.706 0.35 5.528-0.543 7.58-2.333-0.491-0.97-1.062-1.903-1.747-2.751-0.036-0.045-0.079-0.089-0.139-0.096zM0.586 11.778c-0.31 1.027-0.507 2.088-0.586 3.158 2.433 0.896 5.128 1.21 7.669 0.614 1.628-0.388 3.186-1.090 4.546-2.065 0.034-0.368 0.024-0.74 0.034-1.11-1.669 0.862-3.529 1.388-5.414 1.404-2.222-0.026-4.417-0.751-6.25-2zM22.502 13.778c-1.873-0.024-3.72-0.549-5.378-1.405 0.018 0.374 0.035 0.748 0.033 1.122 1.994 1.378 4.355 2.277 6.791 2.353 1.831 0.057 3.671-0.259 5.385-0.902-0.082-1.064-0.271-2.122-0.583-3.144-1.832 1.244-4.030 1.958-6.248 1.975zM6.157 17.704c-2.038 0.371-4.229 0.385-6.15-0.478 0.075 1.060 0.284 2.107 0.587 3.124 0.481 0.082 0.965 0.136 1.453 0.15 1.437 0.089 2.866-0.238 4.196-0.768 2.105-0.85 4.145-1.914 5.911-3.354 0.031-0.399 0.011-0.799 0.031-1.198-1.825 1.209-3.862 2.145-6.029 2.525zM17.185 15.176c0.031 0.4 0.006 0.802 0.047 1.2 1.065 0.875 2.237 1.618 3.464 2.244 1.328 0.666 2.689 1.3 4.138 1.654 1.273 0.309 2.603 0.287 3.892 0.092 0.317-1.013 0.51-2.065 0.596-3.122-1.248 0.562-2.635 0.736-3.993 0.695-1.535-0.057-3.061-0.361-4.505-0.883-1.278-0.491-2.502-1.119-3.64-1.88zM4.176 22.357c-0.862 0.241-1.764 0.397-2.659 0.294 0.395 0.782 0.857 1.529 1.384 2.23 2.118 2.834 5.29 4.863 8.759 5.567 0.491 0.089 0.985 0.215 1.488 0.183-1.402-0.187-2.757-0.725-3.922-1.524-1.135-0.793-2.137-1.931-2.392-3.329-0.19-0.981 0.186-1.956 0.657-2.8 0.749-1.342 1.788-2.489 2.859-3.578-1.952 1.182-3.966 2.327-6.174 2.957zM19.033 19.4c0.6 0.619 1.2 1.241 1.731 1.922 0.712 0.918 1.386 1.904 1.709 3.033 0.268 0.897 0.072 1.878-0.381 2.681-0.653 1.172-1.737 2.053-2.919 2.658-0.889 0.475-1.866 0.744-2.845 0.96 1.906-0.19 3.763-0.802 5.441-1.722 2.58-1.423 4.718-3.638 6.038-6.273-1.482 0.133-2.933-0.348-4.291-0.89-1.57-0.639-3.039-1.49-4.484-2.368z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.8 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>school-witherbloom</title>
<path fill="#444" d="M8.682 2.611c3.77-1.695 8.252-1.68 12.018 0.018 0.167 1.035-0.096 2.16-0.813 2.943-0.733 0.809-1.799 1.216-2.848 1.422 0.488-0.391 0.921-0.886 1.097-1.498 0.128-0.487 0.246-1.003 0.13-1.505-0.091-0.423-0.419-0.753-0.798-0.938-0.688-0.336-1.466-0.407-2.219-0.441-0.881-0.019-1.774-0.019-2.636 0.187-0.56 0.138-1.161 0.405-1.421 0.955-0.228 0.536-0.102 1.134 0.034 1.676 0.164 0.64 0.61 1.161 1.119 1.563-1.093-0.212-2.212-0.646-2.94-1.525-0.655-0.782-0.888-1.862-0.722-2.858zM12.655 3.774c-0.224 0.073-0.481 0.16-0.601 0.379-0.081 0.297-0.011 0.607 0.042 0.904 0.063 0.264 0.093 0.577 0.336 0.747 0.398 0.31 0.905 0.664 0.881 1.232-0.024 2.532-0.113 5.065-0.161 7.597 0.554-0.565 0.811-1.339 1.010-2.087 0.328-1.288 0.429-2.617 0.518-3.938 0.144 1.485 0.216 2.996 0.677 4.427 0.182 0.583 0.437 1.161 0.874 1.6-0.058-2.252-0.114-4.504-0.159-6.756-0.006-0.355-0.033-0.714 0.011-1.067 0.102-0.471 0.537-0.737 0.879-1.025 0.212-0.154 0.247-0.429 0.306-0.666 0.059-0.313 0.136-0.641 0.058-0.957-0.097-0.199-0.321-0.288-0.517-0.36-0.701-0.225-1.448-0.245-2.178-0.24-0.663-0.005-1.337 0.028-1.978 0.21zM13.545 16.593c0.079 0.485 0.363 0.899 0.579 1.331-0.227-0.067-0.447-0.157-0.651-0.276-0.747 0.706-1.453 1.453-2.151 2.208-1.075 1.186-2.215 2.355-2.914 3.815-0.29 0.62-0.542 1.316-0.394 2.008 0.161 0.775 0.626 1.452 1.179 2.003 1.046 1.015 2.455 1.576 3.878 1.802-0.659-0.549-1.257-1.184-1.684-1.932-0.593-0.99-0.844-2.202-0.588-3.337 0.303-1.392 1.171-2.579 2.123-3.605 0.944-0.975 1.885-1.974 2.58-3.149 0.194-0.37 0.423-0.788 0.302-1.219-0.134-0.535-0.699-0.896-1.241-0.824-0.579 0.044-1.067 0.59-1.016 1.174zM14.668 20.218c-0.719 0.839-1.436 1.729-1.79 2.792-0.206 0.711-0.336 1.471-0.189 2.207 0.125 0.64 0.529 1.21 1.074 1.563 0.455 0.289 1.048 0.329 1.544 0.124 0.718-0.291 1.24-0.983 1.363-1.744 0.147-0.892-0.063-1.802-0.405-2.627 0.877 0.747 1.654 1.652 2.088 2.731 0.102 0.277 0.232 0.575 0.14 0.873-0.322 1.353-1.217 2.497-2.279 3.364 0.735-0.119 1.462-0.308 2.145-0.61 1.058-0.466 2.029-1.206 2.617-2.216 0.346-0.591 0.549-1.307 0.364-1.986-0.28-1.119-0.947-2.094-1.647-2.992-1.075-1.255-2.197-2.471-3.361-3.644-0.471 0.782-1.045 1.495-1.664 2.165zM19.033 19.4c1.445 0.878 2.914 1.729 4.484 2.368 1.359 0.543 2.809 1.023 4.291 0.89-1.32 2.635-3.458 4.851-6.038 6.273-1.678 0.92-3.535 1.531-5.441 1.722 0.979-0.215 1.956-0.484 2.845-0.96 1.182-0.604 2.266-1.485 2.919-2.658 0.452-0.803 0.649-1.784 0.381-2.681-0.323-1.129-0.997-2.115-1.709-3.033-0.531-0.681-1.131-1.303-1.731-1.922zM4.176 22.357c2.208-0.63 4.222-1.775 6.174-2.957-1.071 1.089-2.11 2.237-2.859 3.578-0.471 0.844-0.847 1.819-0.657 2.8 0.254 1.398 1.257 2.536 2.392 3.329 1.165 0.799 2.52 1.337 3.922 1.524-0.503 0.031-0.996-0.095-1.488-0.183-3.469-0.704-6.641-2.733-8.759-5.567-0.526-0.701-0.989-1.448-1.384-2.23 0.896 0.102 1.797-0.053 2.659-0.294zM17.185 15.176c1.138 0.76 2.363 1.389 3.64 1.88 1.444 0.522 2.97 0.826 4.505 0.883 1.359 0.041 2.745-0.133 3.993-0.695-0.086 1.058-0.279 2.109-0.596 3.122-1.289 0.195-2.619 0.218-3.892-0.092-1.45-0.355-2.81-0.988-4.138-1.654-1.228-0.626-2.399-1.369-3.464-2.244-0.041-0.399-0.016-0.801-0.047-1.2zM6.157 17.704c2.167-0.38 4.203-1.316 6.029-2.525-0.021 0.399 0 0.799-0.031 1.198-1.766 1.44-3.806 2.504-5.911 3.354-1.33 0.53-2.758 0.857-4.196 0.768-0.488-0.014-0.973-0.068-1.453-0.15-0.303-1.017-0.512-2.065-0.587-3.124 1.921 0.863 4.112 0.85 6.15 0.478zM22.502 13.778c2.218-0.017 4.416-0.731 6.248-1.975 0.312 1.022 0.501 2.079 0.583 3.144-1.715 0.643-3.555 0.959-5.385 0.902-2.437-0.076-4.798-0.975-6.791-2.353 0.002-0.374-0.015-0.749-0.033-1.122 1.659 0.857 3.506 1.381 5.378 1.405zM0.586 11.778c1.833 1.249 4.028 1.974 6.25 2 1.885-0.016 3.745-0.542 5.414-1.404-0.011 0.369-0.001 0.742-0.034 1.11-1.36 0.975-2.919 1.677-4.546 2.065-2.541 0.597-5.236 0.283-7.669-0.614 0.079-1.070 0.276-2.131 0.586-3.158zM26.019 6.768c0.060 0.007 0.103 0.051 0.139 0.096 0.685 0.847 1.255 1.78 1.747 2.751-2.052 1.79-4.874 2.683-7.58 2.333-1.113-0.142-2.201-0.458-3.228-0.908-0.013-0.322-0.004-0.643-0.018-0.964 1.491 0.364 3.072 0.465 4.572 0.095 1.536-0.411 2.957-1.309 3.908-2.593 0.173-0.257 0.39-0.5 0.459-0.809zM1.446 9.595c0.496-1.025 1.117-1.988 1.839-2.868 0.731 1.4 1.989 2.501 3.445 3.097 1.752 0.768 3.755 0.691 5.582 0.251-0.031 0.319-0.028 0.64-0.024 0.961-1.936 0.851-4.128 1.245-6.22 0.808-1.705-0.317-3.314-1.112-4.622-2.249zM22.453 3.567c0.797 0.495 1.545 1.069 2.229 1.711-0.732 1.255-1.807 2.316-3.094 2.995-1.392 0.702-3.023 0.781-4.533 0.486-0.014-0.274-0.030-0.547-0.027-0.821 1.255-0.045 2.566-0.323 3.565-1.129 0.964-0.827 1.636-1.99 1.861-3.242zM4.683 5.236c0.65 1.176 1.635 2.158 2.78 2.855 1.448 0.869 3.231 0.984 4.86 0.67 0.015-0.275 0.018-0.55 0.017-0.826-1.277-0.043-2.617-0.336-3.616-1.179-0.93-0.837-1.603-1.981-1.796-3.225-0.799 0.497-1.546 1.074-2.244 1.704z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB