Adding Judge Academy 2020 and Historic Anthology 1 symbols, some pmei alias corrections

This commit is contained in:
Andrew Gioia 2019-12-04 12:45:30 -05:00
parent b29c6b4f30
commit fde25abae3
27 changed files with 387 additions and 284 deletions

View File

@ -9,6 +9,12 @@ All notable changes to this project will be documented in this file.
## Versions
### [3.6.3] 2019-12-04 Judge Academy 2020 and Historic Anthology symbols
* **Added:** Judge Academy 2020 Promo (J20) set symbol, announced today ([#110](https://github.com/andrewgioia/Keyrune/issues/110))
* **Added:** Historic Anthology (HA1) set symbol, Arena only currently; the code is unofficial ([#108](https://github.com/andrewgioia/Keyrune/issues/108))
* **Added:** new aliases for Secret Lair Drop Series (SLD) and Heroes of the Realm 2017 (HTR17), for the PMEI symbol ([#109](https://github.com/andrewgioia/Keyrune/issues/109))
### [3.6.2] 2019-10-31 Symbols for 2020 Commander products 👻
* **Added:** Ikoria: Commander Decks (C20), for release 4/24/20

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.6.2",
"version": "3.6.3",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.6.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.6.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.6.2') format('woff2'), url('../fonts/keyrune.woff?v=3.6.2') format('woff'), url('../fonts/keyrune.ttf?v=3.6.2') format('truetype'), url('../fonts/keyrune.svg?v=3.6.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.6.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.6.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.6.3') format('woff2'), url('../fonts/keyrune.woff?v=3.6.3') format('woff'), url('../fonts/keyrune.ttf?v=3.6.3') format('truetype'), url('../fonts/keyrune.svg?v=3.6.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -848,7 +848,9 @@
.ss-pleaf:before {
content: "\e686";
}
.ss-pmei:before {
.ss-pmei:before,
.ss-htr:before,
.ss-htr17:before {
content: "\e687";
}
.ss-parl:before {
@ -915,15 +917,15 @@
.ss-parl3:before {
content: "\e943";
}
.ss-htr:before {
content: "\e687";
}
.ss-med:before {
content: "\e94c";
}
.ss-ptg:before {
content: "\e965";
}
.ss-j20:before {
content: "\e96a";
}
/**
* Online */
.ss-me1:before {
@ -962,6 +964,9 @@
.ss-pz2:before {
content: "\e91f";
}
.ss-ha1:before {
content: "\e96b";
}
/**
* Un-serious */
.ss-ugl:before {

17
css/keyrune.min.css vendored
View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.6.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.6.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.6.2') format('woff2'), url('../fonts/keyrune.woff?v=3.6.2') format('woff'), url('../fonts/keyrune.ttf?v=3.6.2') format('truetype'), url('../fonts/keyrune.svg?v=3.6.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.6.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.6.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.6.3') format('woff2'), url('../fonts/keyrune.woff?v=3.6.3') format('woff'), url('../fonts/keyrune.ttf?v=3.6.3') format('truetype'), url('../fonts/keyrune.svg?v=3.6.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -848,7 +848,9 @@
.ss-pleaf:before {
content: "\e686";
}
.ss-pmei:before {
.ss-pmei:before,
.ss-htr:before,
.ss-htr17:before {
content: "\e687";
}
.ss-parl:before {
@ -915,15 +917,15 @@
.ss-parl3:before {
content: "\e943";
}
.ss-htr:before {
content: "\e687";
}
.ss-med:before {
content: "\e94c";
}
.ss-ptg:before {
content: "\e965";
}
.ss-j20:before {
content: "\e96a";
}
/**
* Online */
.ss-me1:before {
@ -962,6 +964,9 @@
.ss-pz2:before {
content: "\e91f";
}
.ss-ha1:before {
content: "\e96b";
}
/**
* Un-serious */
.ss-ugl:before {

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 564 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -303,7 +303,9 @@
.@{ss-prefix}-pmtg1:before { content: "\e684"; } // Magic symbol
.@{ss-prefix}-pmtg2:before { content: "\e685"; } // Magic symbol (alt)
.@{ss-prefix}-pleaf:before { content: "\e686"; } // Leaf
.@{ss-prefix}-pmei:before { content: "\e687"; } // Media Insert
.@{ss-prefix}-pmei:before, // Media Insert
.@{ss-prefix}-htr:before, // Heroes of the Realm 2016
.@{ss-prefix}-htr17:before { content: "\e687"; } // Heroes of the Realm 2017
.@{ss-prefix}-parl:before { content: "\e688"; } // DCI (Arena)
.@{ss-prefix}-dpa:before { content: "\e689"; } // Dragons
.@{ss-prefix}-pbook:before { content: "\e68a"; } // Book Insert
@ -326,9 +328,9 @@
.@{ss-prefix}-psega:before { content: "\e93b"; } // Sega Dreamcast
.@{ss-prefix}-ptsa:before { content: "\e93c"; } // The Sorcerer's Apprentice
.@{ss-prefix}-parl3:before { content: "\e943"; } // MTGO Arena
.@{ss-prefix}-htr:before { content: "\e687"; } // 2016 Heroes of the Realm
.@{ss-prefix}-med:before { content: "\e94c"; } // Mythic Edition
.@{ss-prefix}-ptg:before { content: "\e965"; } // Ponies: the Galloping
.@{ss-prefix}-j20:before { content: "\e96a"; } // Judge Academy 2020
/**
* Online */
@ -347,6 +349,7 @@
.@{ss-prefix}-xduels:before { content: "\e91d"; } // Magic Duels
.@{ss-prefix}-xmods:before { content: "\e91e"; } // Magic Online Deck Series
.@{ss-prefix}-pz2:before { content: "\e91f"; } // Treasure Chests
.@{ss-prefix}-ha1:before { content: "\e96b"; } // Historic Anthology 1
/**

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.6.2",
"version": "3.6.3",
"author": {
"name": "Andrew Gioia",
"email": "andrewgioia@gmail.com",

View File

@ -1,7 +1,7 @@
/**
* Globals */
$keyrune_version: '3.6.2' !default;
$keyrune_version: '3.6.3' !default;
$keyrune_font_path: '../fonts' !default;
// font specific
@ -353,9 +353,11 @@ $keyrune_sets: (
("Sega Dreamcast", "psega", "\e93b"),
("The Sorcerer's Apprentice", "ptsa", "\e93c"),
("Arena (MTGO)", "parl3", "\e943"),
("2016 Heroes of the Realm", "htr", "\e687"),
("Heroes of the Realm 2016", "htr", "\e687"),
("Mythic Edition", "med", "\e94c"),
("Ponies: the Galloping", "ptg", "\e965"),
("Heroes of the Realm 2017", "htr17", "\e687"),
("Judge Academy 2020", "j20", "\e96a"),
//
// Online only sets
("Masters Edition", "me1", "\e68d"),
@ -372,6 +374,7 @@ $keyrune_sets: (
("Magic Duels", "xduels", "\e91d"),
("Magic Online Deck Series", "xmods", "\e91e"),
("Treasure Chests", "pz2", "\e91f"),
("Historic Anthology 1", "ha1", "\e96b"),
//
// Unsets
("Unglued", "ugl", "\e691"),

5
svg/c20.svg Executable 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>c20</title>
<path fill="#444" d="M15.98 31.155c-0.13-0.034-0.256-0.086-0.377-0.144-1.32-0.551-2.555-1.29-3.726-2.108-0.497-0.396-1.040-0.746-1.462-1.227 0.774-1.371 1.326-2.919 1.272-4.513 0.072-1.953-0.676-3.866-1.835-5.415-0.002 0.015-0.006 0.029-0.005 0.044 0.044 0.616 0.073 1.536-0.189 2.264-0.235 0.822-0.876 1.506-1.674 1.809 0.201-0.4 0.519-0.84 0.35-1.307-0.253-0.885-0.982-1.496-1.549-2.18-1.689-1.811-3.567-3.452-5.097-5.408-0.292-0.348-0.652-0.831-0.864-1.236-0.388-0.747-0.705-1.385-0.824-2.226 0.934 0.299 2.060 0.45 2.915-0.14 0.908-0.605 1.401-1.61 2.006-2.482 0.786-1.192 1.697-2.312 2.793-3.234 1.3-1.286 2.934-2.183 4.64-2.81 0.001 0.016 0.005 0.032 0.003 0.049-0.136 1.049-0.095 2.131 0.040 3.196 0.195 1.54 1.436 2.917 2.987 3.026 0.515 0.011 0.31 0.014 0.616 0.006 0.205 0.009 0.411-0.001 0.616-0.006 1.551-0.109 2.793-1.487 2.987-3.026 0.135-1.065 0.176-2.147 0.040-3.196-0.002-0.016 0.002-0.032 0.003-0.049l0.319 0.121c1.603 0.612 3.079 1.503 4.321 2.689 1.096 0.922 2.007 2.043 2.793 3.234 0.605 0.872 1.098 1.877 2.006 2.482 0.855 0.59 1.98 0.439 2.915 0.14-0.119 0.842-0.436 1.479-0.824 2.226-0.212 0.405-0.572 0.888-0.864 1.236-1.53 1.956-3.408 3.597-5.097 5.408-0.567 0.684-1.296 1.295-1.549 2.179-0.169 0.467 0.149 0.907 0.35 1.307-0.799-0.303-1.439-0.987-1.674-1.809-0.262-0.729-0.234-1.648-0.189-2.264 0.001-0.015-0.003-0.029-0.005-0.044-1.159 1.549-1.907 3.462-1.835 5.415-0.054 1.594 0.497 3.142 1.272 4.513-0.422 0.481-0.964 0.831-1.462 1.227-1.17 0.818-2.406 1.557-3.726 2.108-0.098 0.050-0.365 0.157-0.394 0.145l-0.021-0.001zM16.064 9.823c-0.044 0.004-0.022 0.002-0.064 0.006v0l-0.031-0.003c-0.047-0.011-0.082 0.016-0.122 0.035-0.955 0.536-1.887 1.258-2.697 1.989-0.371 0.351-0.753 0.698-1.043 1.122 0.090 0.179 0.185 0.354 0.297 0.52 0.931 1.329 1.608 2.817 2.219 4.315 0.54 1.336 0.973 2.712 1.377 4.094 0.39-1.387 0.852-2.752 1.377-4.094 0.612-1.498 1.288-2.986 2.219-4.315 0.112-0.166 0.207-0.342 0.297-0.52-0.29-0.425-0.672-0.771-1.043-1.122-0.81-0.732-1.742-1.454-2.697-1.989-0.030-0.013-0.057-0.030-0.089-0.038zM21.722 4.417v0c-0.126 0.535-0.196 1.087-0.414 1.595-0.343 0.855-0.932 1.584-1.625 2.183 0.003 0.002 0.007 0.005 0.010 0.006 0.045 0.018 0.064 0.033 0.097 0.052 1.377 0.786 2.939 1.971 4.019 3.125 0.885 1.009 1.712 2.092 2.272 3.318 0.118 0.242 0.237 0.46 0.341 0.739 0.011 0.031 0.042 0.050 0.066 0.074 0.008-0.018 0.016-0.036 0.022-0.055 0.234-0.712 0.213-1.493 0.177-2.199-0.038-0.756-0.233-1.54-0.428-2.346-0.679-2.613-2.321-4.951-4.538-6.492v0zM10.278 4.417c-2.216 1.542-3.859 3.879-4.538 6.492-0.195 0.806-0.39 1.59-0.428 2.346-0.036 0.705-0.057 1.487 0.177 2.198 0.006 0.019 0.015 0.037 0.022 0.055 0.024-0.024 0.055-0.043 0.066-0.074 0.104-0.28 0.223-0.497 0.341-0.739 0.561-1.226 1.387-2.309 2.272-3.318 1.080-1.154 2.642-2.339 4.019-3.125 0.034-0.019 0.052-0.034 0.097-0.052 0.004-0.001 0.007-0.004 0.010-0.006-0.693-0.599-1.282-1.327-1.625-2.183-0.218-0.508-0.288-1.060-0.414-1.595v0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

5
svg/cc1.svg Executable 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>cc1</title>
<path fill="#444" d="M13.974 6.237c1.046-0.665 2.421-0.768 3.553-0.265 1.147 0.492 1.991 1.546 2.343 2.729 0.931-0.638 2.253-0.638 3.146 0.070 1.113 0.818 1.464 2.423 0.904 3.668 0.77 0.208 1.403 0.869 1.496 1.673 0.125 0.764-0.251 1.538-0.87 1.985 0.655 0.51 1.068 1.34 0.96 2.18-0.082 1.111-1.050 2.116-2.188 2.108-0.896 0.031-1.684-0.59-2.051-1.377-0.877 0.071-1.879-0.227-2.633 0.365-0.571 0.372-0.776 1.074-0.827 1.719-0.051 0.733-0.176 1.535 0.208 2.205 0.265 0.505 0.74 0.907 1.312 0.998 1.139 0.247 2.313 0.215 3.47 0.254-0.231 0.465-0.662 0.83-1.188 0.89-0.773 0.089-1.556-0.019-2.331 0.055-0.414 0.085-0.333 0.764-0.788 0.763-0.306 0.044-0.377-0.301-0.524-0.49-0.14-0.301-0.533-0.337-0.819-0.267-0.459 0.114-0.443 0.732-0.831 0.936-0.274 0.085-0.666 0.095-0.833-0.184-0.195-0.255-0.269-0.658-0.618-0.749-0.29-0.075-0.692-0.039-0.831 0.267-0.145 0.188-0.213 0.526-0.516 0.489-0.462 0.007-0.379-0.689-0.802-0.765-0.774-0.071-1.555 0.035-2.327-0.054-0.526-0.062-0.956-0.426-1.186-0.89 1.191-0.042 2.402-0.003 3.571-0.277 0.927-0.204 1.515-1.19 1.479-2.1-0.019-0.634-0.025-1.281-0.216-1.892-0.2-0.658-0.819-1.14-1.485-1.258-0.606-0.035-1.213-0.001-1.818-0.013-0.365 0.786-1.151 1.405-2.043 1.377-1.14 0.011-2.112-0.994-2.194-2.107-0.107-0.839 0.303-1.671 0.96-2.181-0.829-0.569-1.151-1.751-0.662-2.642 0.252-0.513 0.751-0.853 1.286-1.018-0.336-0.803-0.361-1.74 0.009-2.537 0.418-0.962 1.402-1.671 2.463-1.673 0.565-0.024 1.105 0.187 1.581 0.474 0.301-1.002 0.943-1.912 1.84-2.464zM13.012 13.211c0.749 0.494 1.383 1.142 1.9 1.873-0.005-0.976 0.001-1.953-0.004-2.929-0.702 0.205-1.348 0.571-1.896 1.056zM17.094 12.155c-0.005 0.976 0.001 1.953-0.003 2.929 0.516-0.732 1.151-1.379 1.899-1.875-0.551-0.481-1.192-0.85-1.896-1.054zM12.050 14.486c-0.278 0.568-0.457 1.178-0.545 1.804 0.916-0.054 1.855 0.087 2.658 0.551-0.49-0.947-1.179-1.813-2.112-2.354zM17.84 16.839c0.803-0.463 1.74-0.606 2.656-0.548-0.086-0.627-0.265-1.238-0.544-1.806-0.933 0.543-1.617 1.41-2.112 2.354zM5.254 8.224c-0.5 1.232-0.999 2.462-1.501 3.691 1.084 0.004 2.166 0.001 3.25 0.001-0.224-1.342 0.223-2.792 1.253-3.701-1 0.017-2.001 0.003-3.001 0.009zM23.747 8.216c1.031 0.908 1.477 2.358 1.253 3.701 1.084-0.001 2.167 0.001 3.251-0.001-0.502-1.23-1.003-2.46-1.503-3.692-1-0.007-2.001 0.008-3.001-0.008zM1.561 12.84c-0.518 1.030-1.045 2.056-1.559 3.089 0.524 1.021 1.037 2.049 1.559 3.071 1.402 0.001 2.805 0 4.207 0.001-0.291-0.976-0.121-2.049 0.43-2.903-0.622-0.975-0.647-2.263-0.064-3.261-1.524 0.007-3.048 0-4.573 0.003zM25.868 12.837c0.585 0.998 0.559 2.286-0.062 3.261 0.548 0.854 0.718 1.927 0.428 2.903 1.403-0.001 2.807 0 4.21 0 0.518-1.027 1.039-2.052 1.558-3.078-0.52-1.029-1.041-2.055-1.56-3.083-1.524-0.003-3.050 0.004-4.574-0.003zM3.754 19.933c0.501 1.227 1 2.455 1.499 3.682 2.345-0.048 4.706 0.134 7.037-0.175 0.595-0.021 1.082-0.532 1.092-1.123-0.012-0.641 0.023-1.323-0.244-1.919-0.406-0.658-1.261-0.436-1.902-0.463-0.62 0.894-1.707 1.479-2.808 1.354-0.902-0.079-1.695-0.633-2.21-1.358-0.821 0-1.642-0.001-2.463 0.001zM18.976 20.253c-0.368 0.457-0.301 1.097-0.355 1.646-0.066 0.529 0.093 1.156 0.604 1.413 0.666 0.22 1.378 0.236 2.073 0.277 1.816 0.052 3.634 0.020 5.451 0.028 0.498-1.229 0.998-2.456 1.499-3.684-0.821-0.003-1.641-0.001-2.462-0.001-0.517 0.724-1.309 1.279-2.212 1.358-1.101 0.125-2.188-0.459-2.808-1.355-0.598 0.043-1.329-0.183-1.791 0.318z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

5
svg/cmr.svg Executable 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>cmr</title>
<path fill="#444" d="M12.125 0.517c1.929-0.881 4.326-0.623 6.009 0.672 0.644 0.486 0.997 1.23 1.373 1.921 1.62-0.057 3.165-0.687 4.473-1.626 0.932 0.823 1.079 2.139 1.046 3.31 1.281 0.141 2.491-0.358 3.553-1.024 0.429 1.197 0.684 2.511 0.392 3.77-0.208 0.889-0.836 1.606-1.573 2.115-0.376-0.38-0.836-0.736-1.406-0.682-2.722-0.020-5.443 0.008-8.163-0.010-0.662-0.002-1.328-0.302-1.716-0.846-0.727-1.001-1.12-2.19-1.534-3.343-0.482 1.14-0.832 2.36-1.586 3.361-0.396 0.543-1.069 0.832-1.731 0.83-2.722 0.014-5.443-0.014-8.163 0.010-0.566-0.051-1.005 0.329-1.402 0.676-0.711-0.519-1.332-1.216-1.545-2.092-0.288-1.261-0.047-2.579 0.382-3.778 1.075 0.644 2.272 1.156 3.559 1.018-0.037-1.175 0.131-2.472 1.040-3.316 1.332 0.924 2.899 1.651 4.556 1.584 0.402-1.152 1.295-2.098 2.434-2.548zM2.478 12.883v0c-0.356 0.020-0.774-0.031-1.054 0.241-0.281 0.356-0.272 0.566-0.278 1.028v3.273l0.003 0.058c0.736 1.185 1.587 2.387 2.38 3.537 0.364-0.11 0.725-0.295 0.84-0.721 0.014-0.082 0.037-0.162 0.043-0.245 0.060-0.819-0.042-1.64 0.020-2.508 0-0.485 0.389-0.879 0.869-0.879s0.869 0.394 0.869 0.879l0.019 1.667c0.013 5.175-0.068 1.842 0.037 5.31 0.883 1.097 1.847 2.139 2.852 3.128 0.47 0.074 0.915-0.374 0.885-0.842 0.047-1.823-0.049-3.651 0.039-5.474 0.1-0.922 1.635-0.926 1.731 0 0.059 2.904 0.012 5.813 0.018 8.719 0.856 0.748 1.806 1.385 2.793 1.945 0.987-0.558 1.933-1.199 2.787-1.945-0.012-2.707 0.002-5.415-0.008-8.122 0.002-0.405-0.031-0.915 0.38-1.148 0.548-0.411 1.463 0.029 1.391 0.74 0.033 1.761-0.024 3.527 0.018 5.288-0.020 0.47 0.421 0.905 0.893 0.842 1.003-0.989 1.97-2.029 2.846-3.132 0.121-2.352-0.024-4.72 0.067-7.076 0.039-0.86 1.369-1.038 1.688-0.264 0.219 1.079-0.072 2.209 0.153 3.288 0.114 0.351 0.494 0.435 0.797 0.552 0.795-1.148 1.604-2.291 2.342-3.478 0.088-1.24 0.031-2.493 0.031-3.737 0.027-0.505-0.407-0.952-0.917-0.909-3.069-0.024-6.14-0.008-9.209-0.008-0.85-0.024-1.712 0.45-2.047 1.251-0.711 1.62-0.938 3.392-1.187 5.129-0.384-1.757-0.501-3.615-1.308-5.257-0.378-0.713-1.179-1.15-1.982-1.122-2.932-0.008-5.866 0.004-8.8-0.006z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,5 +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">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
<title>eld</title>
<path fill="#444" d="M6.819 19.319c1.952-2.187 1.602-6.309 1.602-6.309-1.752-0.641-3.249-1.356-4.283-2.594-1.402-1.689 0.55-2.965 0.55-2.965-4.294-0.242-3.154 3.256-3.154 3.256-2.709 2.103-0.932 4.795-0.932 4.795 0.438-1.532 2.362-3.154 4.024-2.103s0.582 3.526 0.582 3.526c-0.406 0.828-0.891 1.616-1.447 2.352-1.108 1.546-0.291 4.108-0.291 4.108 2.418-2.804 5.257-0.873 5.257-0.873v-3.855c-0.478 0.536-1.199 0.786-1.907 0.662zM23.341 10.694c0 0 1.15-3.505-3.154-3.256 0 0 1.963 1.276 0.55 2.965-1.034 1.237-2.534 1.952-4.283 2.594 0 0-0.351 4.136 1.602 6.309-0.702 0.122-1.417-0.126-1.893-0.655v3.855c0 0 2.839-1.924 5.257 0.873 0 0 0.817-2.562-0.291-4.108-0.562-0.741-1.052-1.534-1.462-2.369s-1.076-2.478 0.585-3.526c1.661-1.048 3.582 0.582 4.020 2.103 0 0.011 1.777-2.685-0.932-4.784zM13.258 19.978c0 0 0.070 5.37-0.203 7.255-0.075 0.378-0.294 0.712-0.61 0.932-0.318-0.22-0.537-0.554-0.613-0.932-0.273-1.886-0.203-7.255-0.203-7.255v-6.309c-0.594-0.023-1.183-0.121-1.752-0.291v14.661c0.524 1.508 1.404 2.866 2.566 3.961 1.161-1.095 2.041-2.453 2.566-3.961v-14.665c-0.57 0.17-1.158 0.268-1.752 0.291zM19.875 9.285c-2.828 3.235-7.43 3.060-7.43 3.060s-4.605 0.175-7.43-3.060l0.873-0.873v-3.894l1.805 1.164c0 0 0 2.73 3.382 3.526 0 0 0.032-1.826-0.175-2.369-0.266-0.694-1.805-2.177-1.805-2.177s0.726-2.208 3.351-4.662c0.326 0.305 0.624 0.61 0.897 0.904 0.373 0.401 0.725 0.822 1.052 1.262 0.583 0.761 1.055 1.602 1.402 2.495 0 0-1.542 1.476-1.809 2.177-0.133 0.592-0.192 1.198-0.175 1.805v0.564c3.382-0.785 3.382-3.526 3.382-3.526l1.805-1.164v3.894z"></path>
<path fill="#444" d="M12.993 0c1.551 1.232 2.944 2.803 3.537 4.727-1.409 0.815-2.215 2.55-1.878 4.148 1.037-0.217 1.98-0.859 2.537-1.764 0.338-0.527 0.529-1.137 0.599-1.757 0.759-0.398 1.516-0.8 2.284-1.182-0.059 1.333-0.122 2.667-0.075 4.003 0.367 0.268 0.648 0.655 0.763 1.098-1.111 1.217-2.642 1.949-4.201 2.405-2.434 0.739-5.088 0.691-7.496-0.12-1.423-0.455-2.805-1.168-3.819-2.288 0.115-0.424 0.37-0.81 0.731-1.063 0.071-0.26 0.033-0.533 0.041-0.799 0.012-1.082-0.024-2.166-0.108-3.243 0.778 0.377 1.539 0.793 2.309 1.188 0.128 1.696 1.464 3.207 3.139 3.521 0.157-0.935 0.014-1.926-0.482-2.741-0.339-0.574-0.826-1.059-1.4-1.399 0.58-1.929 1.983-3.487 3.519-4.733zM3.426 7.087c-0.77 0.185-1.45 0.726-1.784 1.447-0.335 0.686-0.358 1.503-0.102 2.219-0.8 0.612-1.448 1.508-1.519 2.538-0.059 0.903 0.285 1.806 0.846 2.506 0.152-0.791 0.532-1.549 1.131-2.095 0.7-0.588 1.755-0.788 2.585-0.365 0.532 0.271 0.886 0.82 0.98 1.402 0.068 0.54 0.002 1.091-0.166 1.608-0.352 1.105-0.956 2.107-1.574 3.081-0.391 0.625-0.585 1.37-0.558 2.107-0.027 0.817 0.165 1.632 0.481 2.382 0.378-0.863 1.14-1.547 2.049-1.803 1.109-0.308 2.369-0.217 3.353 0.412-0.002-1.456 0-2.912-0.001-4.368-0.526 0.591-1.285 0.919-2.056 1.036 1.23-1.265 1.917-3 2.041-4.748 0.027-0.559 0.010-1.118 0.014-1.677-1.318-0.405-2.575-1.011-3.702-1.804-0.322-0.238-0.648-0.482-0.901-0.796-0.401-0.462-0.465-1.163-0.223-1.715 0.189-0.437 0.548-0.771 0.95-1.014-0.487-0.468-1.222-0.501-1.846-0.352zM20.736 7.432c0.656 0.396 1.198 1.121 1.072 1.922-0.054 0.629-0.552 1.074-1.018 1.435-1.178 0.885-2.523 1.538-3.928 1.976 0.020 0.785-0.054 1.578 0.084 2.356 0.225 1.509 0.897 2.961 1.952 4.069-0.76-0.123-1.526-0.435-2.036-1.032 0.002 1.454 0.002 2.907 0 4.36 0.969-0.613 2.202-0.709 3.297-0.42 0.927 0.249 1.709 0.94 2.098 1.815 0.564-1.357 0.745-3.005 0.009-4.334-0.585-0.945-1.186-1.894-1.565-2.944-0.212-0.603-0.367-1.253-0.261-1.893 0.090-0.601 0.467-1.169 1.025-1.428 0.843-0.403 1.891-0.177 2.581 0.424 0.574 0.548 0.937 1.292 1.093 2.066 0.558-0.732 0.924-1.652 0.83-2.585-0.086-1.001-0.726-1.871-1.506-2.463 0.27-0.769 0.225-1.656-0.18-2.372-0.438-0.816-1.334-1.351-2.257-1.371-0.464-0.040-0.942 0.106-1.29 0.419zM10.191 13.033c-0.002 4.873 0.002 9.744-0.002 14.616-0.016 0.241 0.102 0.46 0.186 0.679 0.597 1.396 1.515 2.648 2.633 3.672 1.202-1.155 2.245-2.538 2.778-4.132 0.015-4.953 0.003-9.907 0.006-14.861-0.662 0.152-1.337 0.223-2.011 0.288-0.106 3.738-0.198 7.477-0.337 11.214-0.044 1.269-0.046 2.567-0.442 3.786-0.296-0.838-0.349-1.732-0.41-2.612-0.143-4.126-0.27-8.251-0.366-12.378-0.684-0.053-1.365-0.134-2.036-0.273z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

5
svg/gn2.svg Executable 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>gn2</title>
<path fill="#444" d="M21.977 21.552l8.023-5.799-2.607-8.041-4.995-0.055-0.094 3.462-3.020-9.432h-8.444l-1.6 4.744 3.262 1.149-9.896-0.031-2.607 8.041 4.004 2.985 2.107-2.751-3.091 9.417 6.837 4.962 4.074-2.891-1.959-2.852 7.984 5.853 6.829-4.97-1.491-4.775-3.317 0.985z"></path>
</svg>

After

Width:  |  Height:  |  Size: 436 B

5
svg/ha1.svg Executable 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>ha1</title>
<path fill="#444" d="M8.213 5.315v0.134l-1.923 0.909v7.899h6.259v-5.156q0-1.013-0.127-1.691t-0.417-1.058-0.589-0.559-0.79-0.343v-0.134h8.182v0.134l-1.684 0.909v16.884c-0.006 0.454 0.052 0.903 0.121 1.35q0.127 0.678 0.417 1.066t0.589 0.566 0.79 0.343v0.119h-8.182v-0.119l1.684-1.043v-5.424l0.005-5.351-2.325 1.803h-3.934v6.349q0 1.013 0.127 1.692t0.417 1.066 0.589 0.566 0.79 0.343v0.119h-8.182v-0.119l1.684-1.043v-19.165l-1.684-0.909v-0.134h8.182zM23.307 21.102v5.583h3.138v-5.583h5.524v-3.020h-5.524v-5.583h-3.138v5.583h-5.509v3.020z"></path>
</svg>

After

Width:  |  Height:  |  Size: 701 B

5
svg/j20.svg Executable 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>j20</title>
<path fill="#444" d="M9.597 6.217c0.647-0.002 1.279 0.136 1.904 0.288 1.009 0.315 1.986 0.766 2.801 1.449 0.698 0.535 1.198 1.271 1.699 1.984 1.035-1.695 2.712-3.052 4.686-3.432l-0.084-0.033c0.984-0.231 2.037-0.396 3.024-0.088 1.284 0.398 2.278 1.472 2.758 2.705 0.571 1.454 0.67 3.097 0.246 4.602l0.007 0.018c-0.505 1.491-1.291 2.994-2.583 3.939-0.234 0.175 0.2 0.175 0.291 0.099 0.498-0.376 0.994-0.759 1.502-1.122 0.631 0.885 0.959 2.017 0.644 3.085-0.541 2.088-2.205 3.638-3.861 4.904-0.743 0.579-1.565 1.042-2.346 1.565 3.937-1.33 7.661-4.051 9.202-8.030 1.052 0.662 2.035 1.593 2.374 2.826 0.383 1.567-0.272 3.273-1.491 4.3-0.441-0.837-1.314-1.571-2.316-1.398-1.136 0.258-1.905 1.21-2.79 1.892-2.587 2.232-5.835 3.74-9.25 4.047-3.465-0.302-6.756-1.849-9.366-4.123-0.853-0.659-1.601-1.575-2.697-1.816-0.972-0.162-1.845 0.52-2.273 1.34-0.056-0.017-0.167-0.049-0.221-0.066-1.028-1.045-1.652-2.563-1.347-4.034 0.292-1.299 1.312-2.281 2.403-2.966 1.401 3.646 4.673 6.208 8.189 7.677 0.348 0.122 0.688 0.267 1.037 0.391-2.058-1.337-4.206-2.729-5.53-4.86-0.739-1.183-1.141-2.753-0.454-4.054 0.144-0.203 0.226-0.579 0.505-0.609 0.537 0.401 1.058 0.827 1.659 1.131-0.995-1.103-1.951-2.301-2.415-3.732-0.545-1.482-0.502-3.146-0.023-4.638 0.416-1.301 1.352-2.488 2.649-2.986 0.333-0.131 0.685-0.206 1.040-0.238 0.142-0.013 0.284-0.011 0.427-0.017zM16.065 19.978l-0.065 0.003c-0.71-0.056-0.845 0.802-1.245 1.207-0.305 0.17-0.639-0.071-0.944-0.122 0.238 2.034 0.984 4.026 2.19 5.685 1.2-1.664 1.95-3.653 2.187-5.687-0.305 0.049-0.637 0.297-0.941 0.122-0.399-0.426-0.504-1.156-1.183-1.208zM9.856 11.658c-1.033 0.092-0.593 0.027-1.324 0.156 0.106 0.137 0.211 0.274 0.319 0.409 0.026 0.576-0.025 1.2 0.296 1.71 0.432 0.789 1.339 1.261 2.232 1.202 0.596-0.021 1.302-0.258 1.735 0.3 0.104-0.905 0.343-1.842 0.092-2.74-0.134-0.515-0.669-0.736-1.141-0.835-0.516-0.097-0.714-0.145-1.32-0.185-0.296-0.020-0.593-0.011-0.889-0.016zM21.947 11.653c-0.7 0.018-0.4 0.001-0.899 0.037-0.735 0.124-1.675 0.096-2.151 0.771-0.418 0.938-0.114 1.999-0.007 2.973 0.477-0.607 1.253-0.271 1.897-0.297 0.915 0.002 1.809-0.56 2.171-1.405 0.309-0.614-0.021-1.392 0.479-1.928-0.489-0.113-0.99-0.13-1.49-0.151zM19.22 2.184c0.747 0.007 1.48 0.144 2.199 0.333 2.859 0.834 5.314 2.988 6.456 5.744 0.774 1.814 1.035 3.8 1.066 5.758-0.069 1.388-0.15 2.8-0.583 4.133-0.427 1.276-1.113 2.459-1.961 3.499 0.512-0.824 1.009-1.7 1.076-2.691 0.14-1.132-0.262-2.26-0.939-3.158 0.782-1.094 1.325-2.382 1.344-3.744 0.134-2.351-0.759-4.965-2.854-6.235-1.010-0.655-2.242-0.789-3.415-0.702-2.134 0.203-4.158 1.233-5.607 2.806-1.451-1.571-3.471-2.605-5.606-2.806-1.174-0.082-2.407 0.040-3.415 0.698-2.192 1.332-3.074 4.115-2.831 6.565 0.059 1.25 0.606 2.412 1.316 3.422-0.678 0.896-1.080 2.027-0.939 3.158 0.076 0.98 0.55 1.86 1.073 2.671-1.332-1.585-2.2-3.562-2.392-5.629-0.302-2.438-0.102-4.967 0.738-7.284 1.037-2.894 3.493-5.216 6.418-6.139 1.684-0.523 3.575-0.588 5.216 0.117 0.14 0.041 0.281 0.089 0.419 0.14 0.14-0.051 0.282-0.096 0.427-0.135 0.682-0.296 1.415-0.46 2.157-0.509 0.212-0.014 0.425-0.010 0.637-0.015z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

5
svg/m21.svg Executable 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>m21</title>
<path fill="#444" d="M5.94 3.805l-0.312 2.659-0.010 0.011-0.176 1.5 0.010-0.011-1.414 12.059 7.281 0.855c-0.025 0.331-0.052 0.662-0.082 0.993l-0.134 1.139c-0.093 0.509-0.192 1.146-0.67 1.449-0.306 0.194-0.68 0.192-1.028 0.17-3.243-0.27-7.48-4.706-6.924-10.316 0.158-1.596 0.718-2.836 1.476-4.218 0.034-0.117 0.028-0.066 0.039-0.174 0-0.201-0.163-0.364-0.364-0.364-0.15 0.004-0.272 0.085-0.33 0.222-1.025 1.986-1.501 4.185-1.529 6.411-0.004 5.599 3.431 10.863 8.6 13.049l-0.215 1.831c-6.178-2.303-10.075-8.387-10.158-14.88-0.001-4.817 2.235-9.343 5.94-12.384zM7.446 0.217l-2.213 18.866 13.217 1.564c0 0 0.624-5.719 0.682-5.754 0.254-0.152 1.046-0.031 1.046-0.031l0.041 0.007c0.071 0.012 0.142 0.026 0.213 0.039 2.776 0.6 4.376 4.090 3.575 7.795s-3.701 6.221-6.477 5.621c-3.099-0.761-4.073-4.339-3.685-7.145l0.994 0.119c-0.35 2.275 0.407 5.289 2.929 5.927 2.235 0.483 4.59-1.636 5.26-4.734s-0.599-6.001-2.834-6.484c-0.076-0.014-0.039-0.007-0.109-0.020l-0.698 5.855-1.066-0.127 0-0.002-6.061-0.723-1.084 9.241 13.235 1.552 2.213-18.866-13.235-1.552-0.702 5.989c-0.082 0.007-0.165 0.018-0.247 0.020-0.322 0.008-0.646-0.014-0.961-0.082-2.776-0.6-4.376-4.090-3.575-7.795 0.672-2.865 2.531-5.54 5.695-5.709 0.61 0.048 0.35 0.010 0.782 0.088 2.98 0.751 4.109 4.206 3.709 6.974l1.505 0.177 1.086-9.256-13.235-1.552zM13.514 4.906c-2.552 0.122-4.096 2.535-4.63 4.802-0.67 3.098 0.599 6.001 2.834 6.484l0.2 0.036 0.706-6.020 4.472 0.525c0.314-2.229-0.509-5.146-2.953-5.758-0.348-0.063-0.139-0.032-0.63-0.069zM26.060 28.412c3.704-3.041 5.941-7.568 5.94-12.384-0.082-6.492-3.98-12.577-10.158-14.88l-0.215 1.831c5.169 2.186 8.605 7.45 8.6 13.049-0.028 2.226-0.505 4.426-1.529 6.411-0.058 0.137-0.18 0.217-0.33 0.222-0.201 0-0.364-0.163-0.364-0.364 0.011-0.108 0.005-0.057 0.039-0.174 0.758-1.383 1.318-2.622 1.476-4.218 0.556-5.611-3.681-10.046-6.924-10.316-0.348-0.022-0.721-0.024-1.028 0.17-0.478 0.303-0.578 0.94-0.67 1.449l-0.134 1.139c-0.030 0.331-0.056 0.662-0.082 0.993l-0 0.001 7.281 0.854-1.414 12.059 0.010-0.011-0.176 1.5-0.010 0.011-0.312 2.659z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

5
svg/ptg.svg Executable 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>ptg</title>
<path fill="#444" d="M9.899 9.248c0.848-0.164 1.725 0.051 2.482 0.438 0.707 0.34 1.313 0.885 1.723 1.553 0.452 0.746 0.642 1.626 0.641 2.491 0.015 1.117-0.244 2.217-0.585 3.274-0.369 1.105-0.85 2.17-1.392 3.201-0.477 0.895-0.998 1.767-1.575 2.602-1.374-0.079-2.744-0.265-4.089-0.56-1.138-0.244-2.258-0.582-3.326-1.045-0.908-0.41-1.788-0.921-2.496-1.632-0.629-0.625-1.095-1.435-1.228-2.318-0.009-0.068-0.022-0.135-0.032-0.202-0.028-0.314-0.031-0.631-0-0.945 0.012-0.070 0.026-0.139 0.035-0.209 0.071-0.429 0.181-0.855 0.361-1.252 0.291-0.669 0.795-1.25 1.442-1.594 0.744-0.406 1.612-0.522 2.449-0.485 0.691 0.024 1.378 0.148 2.039 0.353 0.207-0.568 0.492-1.107 0.826-1.61 0.248-0.383 0.541-0.736 0.867-1.055 0.517-0.488 1.151-0.877 1.858-1.004zM14.4 10.494c0.33 0.418 0.585 0.894 0.743 1.403 1.429-0.098 2.867-0.080 4.29 0.090 1.353 0.164 2.691 0.464 3.978 0.914 1.832 0.641 3.564 1.586 5.064 2.82 0.706 0.584 1.37 1.224 1.932 1.948-0.452-0.693-0.98-1.335-1.536-1.947-0.64-0.708-1.36-1.34-2.117-1.919-1.67-1.254-3.59-2.163-5.604-2.708-0.732-0.21-1.481-0.351-2.232-0.469-1.494-0.216-3.015-0.282-4.519-0.133zM15.263 12.523c0.179 1.322 0.043 2.68-0.362 3.95 1.189-0.38 2.407-0.674 3.645-0.84 1.428-0.185 2.885-0.204 4.31 0.020 1.172 0.185 2.321 0.53 3.392 1.045 1.664 0.792 3.128 1.981 4.288 3.41 0.546 0.678 1.037 1.403 1.424 2.184 0.052 0.091 0.051 0.199 0.014-0.038-0.433-1.454-1.084-2.849-1.978-4.076-1.183-1.638-2.793-2.945-4.596-3.845-2.21-1.108-4.667-1.654-7.122-1.821-1.003-0.060-2.012-0.071-3.014 0.011zM18.248 16.25c-1.224 0.2-2.43 0.519-3.585 0.974-0.295 0.852-0.646 1.685-1.050 2.491 0.916-0.654 1.92-1.186 2.976-1.577 1.294-0.482 2.663-0.751 4.040-0.832 1.43-0.082 2.869 0.024 4.276 0.291 1.019 0.197 2.026 0.468 2.995 0.844-0.509-0.413-1.056-0.78-1.634-1.089-1.158-0.625-2.436-1.015-3.738-1.19-1.42-0.19-2.866-0.138-4.279 0.089z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

5
svg/thb.svg Executable 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>thb</title>
<path fill="#444" d="M2.223 5.818c1.722-2.619 4.153-4.85 7.098-5.818 0.046 0.801-0.025 1.606 0.048 2.407 0.375 1.373 1.613 2.284 2.009 3.644-2.462 0.888-4.826 2.867-5.303 5.662 0.936-1.392 1.873-2.869 3.29-3.778 0.69-0.469 1.495-0.718 2.305-0.835 0.187 1.228 0.041 2.472 0.131 3.708 0.091 0.98 1.022 1.641 1.92 1.682 1.062 0.123 2.422-0.041 2.933-1.171 0.407-1.37-0.114-2.861 0.32-4.227 0.858 0.136 1.686 0.454 2.396 0.976 1.357 0.885 2.27 2.29 3.149 3.64-0.416-2.013-1.827-3.623-3.464-4.693-0.602-0.361-1.236-0.664-1.85-1.004 0.446-1.199 1.359-2.119 1.893-3.264 0.131-0.897 0.023-1.81 0.061-2.714 1.029 0.103 1.926 0.704 2.812 1.209 2.243 1.611 4.297 3.694 5.374 6.344 0.843 1.912 1.294 4.010 1.276 6.114-0.728-0.295-1.505-0.63-2.3-0.437-1.088 0.178-2.087 1.025-2.353 2.155-0.106 0.859-0.138 1.812 0.353 2.56 0.488 0.914 1.555 1.118 2.346 1.641-0.629 1.751-1.516 3.416-2.656 4.865-1.064 1.27-2.324 2.358-3.703 3.238-0.277 0.171-0.584 0.274-0.886 0.381 0.415-2.907 2.1-5.397 3.891-7.586-1.556 0.897-2.696 2.39-3.594 3.956-0.717 1.372-1.367 2.881-1.286 4.479 0.017 0.649 0.247 1.261 0.423 1.877-1.662 1.114-3.715 1.253-5.638 1.134-1.204-0.131-2.459-0.371-3.454-1.139 0.367-1.161 0.561-2.419 0.217-3.615-0.529-1.71-1.324-3.351-2.45-4.722-0.516-0.699-1.186-1.256-1.928-1.675 0.551 1.025 1.342 1.879 1.913 2.892 0.767 1.332 1.443 2.785 1.548 4.358-1.181-0.506-2.255-1.273-3.104-2.265-1.815-1.698-3.28-3.866-3.985-6.311 0.823-0.305 1.795-0.542 2.283-1.373 0.556-0.785 0.473-1.808 0.402-2.724-0.189-0.749-0.738-1.356-1.322-1.81-1.025-0.65-2.304-0.407-3.3 0.178-0.237-2.821 0.757-5.588 2.185-7.94zM7.179 15.25c-0.148 0.794 0.418 1.465 0.987 1.9 0.75 0.588 1.755 0.397 2.613 0.248 0.503-0.145 0.99 0.090 1.458 0.255 0.227-0.602 0.382-1.234 0.418-1.882-0.511-0.405-1.073-0.742-1.676-0.978-0.854-0.369-1.8-0.259-2.701-0.226-0.426 0.034-1.020 0.159-1.1 0.683zM16.007 15.723c-0.139 0.625 0.095 1.239 0.33 1.803 1.211-0.509 2.509 0.385 3.695-0.214 0.785-0.29 1.344-1.087 1.389-1.95-0.076-0.449-0.564-0.618-0.929-0.744-1.553-0.314-3.252 0.062-4.485 1.104zM14.232 22.646c-0.561-0.19-1.005-0.626-1.556-0.837-0.297-0.048-0.597 0.002-0.893 0.021 0.056 0.245 0.1 0.554 0.398 0.588 0.722 0.147 1.445 0.35 2.18 0.395 0.773-0.138 1.546-0.29 2.318-0.449-0.005-0.2-0.012-0.4-0.018-0.6-0.919-0.269-1.563 0.775-2.429 0.882zM11.582 25.997c0.236 0.34 0.4 0.804 0.818 0.944 0.692 0.242 1.433 0.228 2.155 0.233 0.551-0.010 1.13-0.005 1.634-0.267 0.377-0.183 0.581-0.578 0.828-0.902-0.758-0.593-1.75-0.35-2.63-0.399-0.937 0.060-1.981-0.204-2.806 0.392z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

5
svg/xikr.svg Executable 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>xikr</title>
<path fill="#444" d="M23.332 4.289c1.846-0.685 3.866-0.722 5.794-0.43 0 0 0 0 0 0 0.514 0.082 1.006 0.258 1.498 0.421-0.031 0.037-0.073 0.085-0.112 0.113-0.447 0.327-0.973 0.792-1.409 1.255-0.567 0.601-1.098 1.371-1.451 2.149-0.36 0.781-0.407 1.546-0.274 2.509 0.109 0.79 0.654 1.4 1.268 1.831 1.012 0.576 2.218 0.361 3.309 0.199 0.005 0.959 0.104 1.579-0.011 2.878-0.162 1.841-0.747 3.635-1.579 5.287-0.817 1.376-1.772 2.688-2.948 3.78-0.326 0.304-0.646 0.634-1.056 0.827-1.259-0.163-2.572-0.247-3.807 0.116-1.001 0.264-1.967 0.651-2.892 1.114-2.192 1.064-4.57 1.739-7.001 1.939-2.011 0.103-4.053 0.016-5.991-0.581-2.525-0.808-4.966-2.154-6.671-4.22 1.268-0.442 2.752-0.811 3.732-1.552 1.458-1.103 2.052-2.055 2.632-3.381 0.6-1.334 0.876-2.777 1.185-4.198 0.581-1.985 1.588-3.957 3.28-5.216 0.541-0.41 1.156-0.718 1.813-0.893-0.068 0.868-0.378 1.859 0.181 2.635 0.446 0.695 1.429 0.772 2.105 0.388 1.076-0.575 1.655-1.696 2.389-2.615 1.619-1.894 3.635-3.532 6.015-4.353zM14.009 15.828c0.809-0.316 1.843-0.526 2.574 0.082 0.503 0.341 0.588 0.987 0.626 1.544 0.079 1.679 0.895 3.314 2.223 4.35 0.679-0.335 1.154-0.95 1.63-1.518 0.905-1.071 1.409-2.419 1.685-3.777 0.139-1.171 0.35-2.361 0.931-3.402 0.283-0.441 0.684-0.795 1.112-1.089-3.918-0.297-7.883 1.191-10.782 3.81zM10.682 21.227c-0.6 1.035-1.493 1.847-2.438 2.561 0.591 0.35 1.281 0.428 1.947 0.526 1.65 0.138 3.334 0.033 4.927-0.439 0.997-0.329 2.038-0.6 2.915-1.201-0.595-0.4-1.304-0.558-1.942-0.867-0.725-0.346-1.422-0.753-2.071-1.225-0.771-0.513-1.381-1.217-2.029-1.868-0.484 0.813-0.784 1.722-1.31 2.513z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

5
svg/xznr.svg Executable 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>xznr</title>
<path fill="#444" d="M0.291 6.184l6.996-6.184 3.559 4.028-6.996 6.184-3.559-4.028zM28.22 6.184l-3.559 4.028-6.996-6.184 3.559-4.028 6.996 6.184zM0 22.183l3.254-3.066 5.378 7.504-2.447 2.152-6.185-6.589zM28.5 22.183l-3.254-3.066-5.378 7.504 2.447 2.152 6.185-6.589zM26.43 14.499l-7.591 0.798-4.555 6.617-4.547-6.606-7.648-0.804 12.195 17.496 12.146-17.501zM14.284 3.034l-12.197 10.757 7.739 0.814 4.459-3.986 4.448 3.977 7.692-0.809-12.14-10.752z"></path>
</svg>

After

Width:  |  Height:  |  Size: 613 B

5
svg/znc.svg Executable 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>znc</title>
<path fill="#444" d="M12.827 4.051c-1.347-1.346-2.68-2.708-4.028-4.051-2.188 1.54-4.222 3.342-5.83 5.492-1.507 2.050-2.511 4.465-2.968 6.965 0.009 0.007 0.018 0.016 0.028 0.020 1.061 0.45 3.037 1.631 3.843 3.166 0.699 1.226 0.709 2.673 0.67 4.045 0.593-0.606 1.197-1.199 1.79-1.8-0.63-0.661-1.285-1.296-1.926-1.943 0.641-0.647 1.292-1.29 1.928-1.945-1.323-1.329-2.645-2.656-3.962-3.991 2.341-2.346 4.673-4.704 7.010-7.056 1.153 1.149 2.292 2.311 3.443 3.464 0.004-0.79 0-1.579 0.002-2.367zM9.378 4.359c1.154 1.16 2.315 2.312 3.449 3.491v5.277c-1.859 1.881-0.928 0.942-2.792 2.817 1.866 1.871 0.935 0.933 2.792 2.813v5.301c-1.142 1.165-2.294 2.321-3.449 3.473-1.872-1.883-3.743-3.768-5.609-5.657 1.316-1.333 2.635-2.66 3.957-3.985-0.628-0.668-1.306-1.286-1.924-1.962 0.657-0.624 1.281-1.283 1.924-1.924-1.319-1.331-2.639-2.662-3.962-3.989 1.874-1.883 3.743-3.772 5.615-5.655v0zM9.389 19.923v0c-0.653 0.643-1.289 1.304-1.939 1.949 0.635 0.661 1.29 1.3 1.938 1.949 0.649-0.641 1.283-1.3 1.932-1.943-0.634-0.663-1.298-1.292-1.93-1.955zM9.382 8.067v0 0c-0.643 0.652-1.293 1.297-1.938 1.947 0.647 0.647 1.296 1.292 1.934 1.949 0.649-0.647 1.302-1.292 1.938-1.953-0.643-0.649-1.282-1.303-1.934-1.943v0zM2.951 22.575c-0.322 0.333-0.645 0.665-0.975 0.992 2.885 2.811 5.77 5.622 8.655 8.433 0.732 0 1.464 0 2.195 0v-6.524c-1.154 1.149-2.293 2.312-3.449 3.459-2.143-2.121-4.276-4.248-6.427-6.36zM26.049 22.575c-2.151 2.112-4.284 4.239-6.427 6.36-1.156-1.147-2.295-2.31-3.449-3.459v6.524c0.732 0 1.464 0 2.195 0 2.885-2.811 5.77-5.622 8.655-8.433-0.329-0.327-0.653-0.659-0.975-0.992zM19.618 8.067v0c-0.652 0.64-1.29 1.294-1.934 1.943 0.636 0.661 1.288 1.306 1.938 1.953 0.637-0.657 1.287-1.302 1.934-1.949-0.645-0.65-1.295-1.295-1.938-1.947v0 0zM19.61 19.923c-0.632 0.663-1.296 1.292-1.93 1.955 0.649 0.643 1.283 1.302 1.932 1.943 0.647-0.649 1.302-1.288 1.938-1.949-0.651-0.645-1.287-1.306-1.939-1.949v0zM19.622 4.359v0c1.872 1.883 3.741 3.772 5.615 5.655-1.323 1.327-2.643 2.658-3.962 3.989 0.643 0.641 1.267 1.3 1.924 1.924-0.618 0.676-1.296 1.294-1.924 1.962 1.321 1.325 2.641 2.652 3.957 3.985-1.866 1.889-3.738 3.774-5.609 5.657-1.155-1.153-2.307-2.308-3.449-3.473v-5.301c1.857-1.879 0.927-0.942 2.792-2.813-1.864-1.875-0.933-0.936-2.792-2.817v-5.277c1.134-1.18 2.295-2.332 3.449-3.491zM16.173 4.051c0.002 0.788-0.002 1.577 0.002 2.367 1.151-1.153 2.29-2.315 3.443-3.464 2.337 2.352 4.67 4.71 7.010 7.056-1.317 1.335-2.639 2.662-3.962 3.991 0.636 0.655 1.287 1.298 1.928 1.945-0.641 0.647-1.296 1.282-1.926 1.943 0.593 0.601 1.197 1.193 1.79 1.8-0.039-1.372-0.029-2.819 0.67-4.045 0.806-1.535 2.782-2.716 3.843-3.166 0.011-0.005 0.019-0.014 0.028-0.020-0.457-2.499-1.461-4.915-2.968-6.965-1.608-2.15-3.643-3.952-5.83-5.492-1.349 1.343-2.682 2.704-4.028 4.051z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB