Adds Unfinity ticket symbol (#92), fixes fabricate symbol, aliases dungeon as card type (#84)

This commit is contained in:
Andrew Gioia 2023-03-03 14:35:57 -05:00
parent a1d7938896
commit 028be2cdc1
48 changed files with 205 additions and 18 deletions

View File

@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
## Versions
### [1.15.1] 2023-03-03 Fabricate
* **Fixed:** Fabricate has its own correct symbol now. It had previously been aliased and this got messed up in the last build.
* **Changed:** Dungeon now has an alias as a card type (`.ms-dungeon`) ([#84](https://github.com/andrewgioia/mana/issues/84))
* **Added:** Ticket symbol from Unfinity ([#92](https://github.com/andrewgioia/mana/issues/92))
### [1.15.0] 2023-03-03 Backlog of Arena ability and counter symbols
* **Added:** Finally added the huge backlog of Arena ability symbols: fabricate, changeling, domain, day/night, daybound/nightbound, coven, investigate, decayed, cleave, disturb, exploit, training, channel, ninjutsu, reconfigure, blitz, alliance, obscura (not sure what this corresponds to), casualty, hideaway, read ahead, enlist, specialist, unearth, meld, prototype, toxic, phyrexian, corrupted, and for mirrodin!

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/mana",
"version": "1.15.0",
"version": "1.15.1",
"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.0');
src: url('../fonts/mana.eot?#iefix&v=1.15.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.15.0') format('woff'), url('../fonts/mana.ttf?v=1.15.0') format('truetype'), url('../fonts/mana.svg?v=1.15.0#mana') format('svg');
src: url('../fonts/mana.eot?v=1.15.1');
src: url('../fonts/mana.eot?#iefix&v=1.15.1') format('embedded-opentype'), url('../fonts/mana.woff?v=1.15.1') format('woff'), url('../fonts/mana.ttf?v=1.15.1') format('truetype'), url('../fonts/mana.svg?v=1.15.1#mana') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MPlantin';
src: url('../fonts/mplantin.eot?v=1.15.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.15.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.15.0') format('woff'), url('../fonts/mplantin.ttf?v=1.15.0') format('truetype'), url('../fonts/mplantin.svg?v=1.15.0#mplantin') format('svg');
src: url('../fonts/mplantin.eot?v=1.15.1');
src: url('../fonts/mplantin.eot?#iefix&v=1.15.1') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.15.1') format('woff'), url('../fonts/mplantin.ttf?v=1.15.1') format('truetype'), url('../fonts/mplantin.svg?v=1.15.1#mplantin') format('svg');
font-weight: normal;
font-style: normal;
}
@ -142,6 +142,10 @@
.ms-acorn::before {
content: "\e929";
}
.ms-ticket::before,
.ms-tk::before {
content: "\e9c4";
}
.ms-1-2::before {
content: "\e902";
}
@ -613,6 +617,9 @@
.ms-ability-explore::before {
content: "\e94f";
}
.ms-ability-fabricate::before {
content: "\e9a5";
}
.ms-ability-first-strike::before {
content: "\e950";
}
@ -756,8 +763,7 @@
.ms-ability-transform::before {
content: "\e965";
}
.ms-ability-triggered::before,
.ms-ability-fabricate::before {
.ms-ability-triggered::before {
content: "\e966";
}
.ms-ability-undergrowth::before {

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -7,7 +7,7 @@
{
"fontFamily": "mana",
"majorVersion": 1,
"minorVersion": 15,
"minorVersion": 15.1,
"designer": "Andrew Gioia",
"license": "SIL OFL 1.1",
"licenseURL": "http://scripts.sil.org/OFL",
@ -271,7 +271,8 @@
<glyph unicode="&#xe9c1;" glyph-name="ability-for-mirrodin" data-tags="mirrodin" horiz-adv-x="853" d="M426.894 521.076c8.334-15.633 18.435-38.75 34.118-50.661 8.629 2.572 17.777 13.058 23.491 16.575-0.865-19.922-6.262-44.201-5.1-64.474 0.191-2.722 15.3-16.393 15.3-16.393s-18.214-12.020-18.214-12.020c0 0-2.313-20.35-6.192-29.505 0.988 0.295 5.888 0.655 6.921 0.729 21.943 1.536 40.89 4.5 57.523 22.656 3.69-3.627 8.189-17.256 10.534-21.065 24.033-1.172 44.348-3.178 64.572-15.341-6.448-11.725-18.99-39.477-25.585-51.2 20.371-26.085 40.154-52.61 60.085-78.988 22.127-4.837 43.964-9.965 65.946-15.241 2.051 10.112 6.154 30.334 8.352 40.3 6.741 6.156 20.369 18.464 27.257 24.62 17.439-11.87 34.877-23.595 52.463-35.171-19.197-25.646-32.532-59.057-61.988-74.738-44.843-14.068-92.030-17.879-138.633-22.129-15.681 39.274-42.791 72.1-68.729 104.926-6.156-24.912-10.458-30.679-14.111-56.25-1.401-9.807-2.456-28.187 0.841-37.547 0.654-1.859 25.349-15.147 25.033-17.092-5.42-33.343-2.108-47.256-1.217-49.876 8.422-24.772 26.793-47.239 43.711-68.369-40.876-10.279-80.867-23.963-121.866-33.748 0 0-18.485-5.297-34.514-5.296s-23.209 2.273-34.514 4.972c-41.001 9.783-80.99 23.467-121.868 33.746 16.92 21.13 35.29 43.597 43.711 68.369 0.893 2.62 4.205 16.532-1.215 49.877-0.316 1.944 24.38 15.232 25.033 17.092 3.297 9.358 2.243 27.738 0.84 37.547-3.652 25.569-7.953 31.336-14.109 56.25-25.938-32.828-53.050-65.654-68.729-104.926-46.602 4.248-93.79 8.059-138.633 22.129-29.455 15.679-42.791 49.091-61.99 74.738 17.587 11.575 35.026 23.299 52.465 35.171 6.886-6.158 20.516-18.466 27.257-24.62 2.198-9.967 6.301-30.189 8.352-40.3 21.982 5.274 43.817 10.404 65.946 15.241 19.93 26.377 39.714 52.902 60.083 78.988-6.593 11.721-19.135 39.473-25.583 51.198 20.224 12.163 40.538 14.169 64.57 15.341 2.347 3.811 6.845 17.439 10.534 21.067 16.635-18.157 35.582-21.122 57.523-22.658 1.034-0.073 5.934-0.433 6.922-0.729-3.881 9.155-6.192 29.505-6.193 29.505 0.002 0-18.212 12.020-18.212 12.022 0-0.002 15.107 13.67 15.299 16.391 1.164 20.273-4.233 44.553-5.1 64.474 5.716-3.517 14.863-14.003 23.491-16.573 15.684 11.909 25.786 35.026 34.12 50.659v0.326zM90.945 714.288c-16.481-19.809-28.414-37.673-39.45-58.417-33.464-62.918-51.205-132.2-51.495-203.375 3.099-61.394 10.597-123.168 40.793-178.036 26.622 17.693 11.802 7.777 44.414 29.819l26.044 17.729 49.546-36.876 9.33-36.419 16.039 8.637 35.951 47.433-13.488 27.267-18.686 33.973 33.227 19.983c21.139 10.863 42.75 23.122 66.644 26.196-6.625 32.478-5.18 18.304-6.39 42.26 1.036 20.518-0.236 9.783 4.325 32.143l-196.804 227.683zM760.982 716.157l-197.743-228.77c4.765-23.361 3.476-12.285 4.528-33.143-1.183-23.489 0.237-9.784-6.106-40.881 24.678-4.403 47.177-14.979 68.956-27.249l33.225-19.985-18.685-33.973c-2.145-3.903-4.613-8.909-13.489-27.267 20.403-26.752 9.899-13.906 31.761-43.534l16.36-12.641 2.251 18.888 17.613 17.831c6.849 6.25 11.624 9.098 42.885 36.676l26.039-17.724c32.538-21.99 17.797-12.129 44.17-29.657 7.136 16.891 16.352 33.044 21.403 50.669 18.164 63.377 16.437 72.521 19.183 126.879-4.89 96.835-30.008 187.404-92.351 263.881zM253.92 840.383c-43.18-16.882-88.547-43.416-120.769-80.988l165.14-242.813c8.916 21.11 25.412 39.822 44.394 52.446l-88.765 271.355zM597.374 841.244l-89.015-272.114c18.749-12.662 34.993-30.71 44.131-51.574l165.78 243.751c-34.434 34.43-74.259 64.302-120.897 79.937zM399.194 877.555c-40.858-2.065-72.822-10.549-88.866-15.645l56.689-278.772c24.381 10.298 10.522 5.707 42.081 12.145l-9.904 282.272zM454.501 877.536l-10.472-282.648c29.566-6.031 16.374-1.708 39.98-11.68l56.769 279.154c-38.552 9.682-50.917 13.346-86.277 15.174z" />
<glyph unicode="&#xe9c2;" glyph-name="counter-stun" data-tags="stun, counter, arena" horiz-adv-x="870" d="M381.626 857.167c0 0 0 0 0 0s0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0c91.58 18.741 171.648 8.020 250.764-22.979-2.487-0.461-4.91-1.427-7.436-1.469-69.649-1.167-115.171-6.395-171.46-20.431-139.418-28.839-271.276-131.552-301.814-275.748-12.645-82.202-7.555-171.959 38.093-243.826 86.057-130.318 299.346-161.932 407.301-41.948 67.857 69.4 72.021 186.455 11.257 261.56-62.921 78.809-230.936 37.697-220.092-77.648 4.678-49.751 56.332-76.925 93.167-53.132 40.783 26.342 57.062 52.127 84.052 79.425 13.571-72.793-16.090-153.926-88.547-180.011-46.751-16.829-103.975-0.748-140.781 21.316-79.831 47.857-101.323 157.769-75.261 243.516 47.809 137.566 206.35 227.325 348.696 192.469 127.696-25.293 224.824-139.006 250.61-263.101 17.014-81.874 10.708-132.758-3.7-187.998-25.798-98.913-97.005-183.369-183.834-237.655-136.023-82.971-316.617-82.818-454.183-3.393-187.534 100.861-276.982 354.864-177.046 546.099 56.907 141.268 194.19 235.071 340.214 264.953z" />
<glyph unicode="&#xe9c3;" glyph-name="counter-shield" data-tags="shield, counter, arena" horiz-adv-x="887" d="M443.733 870.4c245.067 0 443.733-198.666 443.733-443.733s-198.666-443.733-443.733-443.733c-245.067 0-443.733 198.666-443.733 443.733s198.666 443.733 443.733 443.733zM443.733 801.393c-206.956 0-374.726-167.77-374.726-374.726s167.77-374.726 374.726-374.726c206.956 0 374.726 167.77 374.726 374.726s-167.77 374.726-374.726 374.726zM443.733 662.037c129.992 0 235.37-105.378 235.37-235.37s-105.378-235.37-235.37-235.37c-129.992 0-235.37 105.378-235.37 235.37s105.378 235.37 235.37 235.37zM443.733 706.477c-154.535 0-279.81-125.274-279.81-279.81s125.274-279.81 279.81-279.81c154.535 0 279.81 125.274 279.81 279.81s-125.274 279.81-279.81 279.811zM443.733 590.164c89.994 0 162.949-72.955 162.949-162.949 0-89.993-72.955-162.947-162.949-162.947s-162.949 72.955-162.949 162.947c0 89.994 72.955 162.949 162.949 162.949zM443.185 615.402c-103.933 0-188.187-84.255-188.187-188.187 0-103.931 84.255-188.186 188.187-188.186s188.186 84.255 188.186 188.186c0 103.933-84.255 188.187-188.186 188.187zM443.733 491.956c35.755 0 64.741-28.984 64.741-64.741 0-35.755-28.986-64.739-64.741-64.739s-64.741 28.984-64.741 64.739c0 35.756 28.986 64.741 64.741 64.741zM443.733 557.246c-71.813 0-130.029-58.216-130.029-130.031 0-71.813 58.216-130.029 130.029-130.029s130.029 58.216 130.029 130.029c0 71.815-58.216 130.031-130.029 130.031zM332.595 711.964c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.296-23.294 23.296-12.867 0-23.296-10.431-23.296-23.296 0-12.867 10.429-23.296 23.296-23.296zM443.733 729.952c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294s-23.296-10.429-23.296-23.294c0-12.867 10.429-23.296 23.296-23.296zM443.733 74.867c12.867 0 23.296 10.429 23.296 23.294 0 12.867-10.429 23.296-23.296 23.296s-23.296-10.429-23.296-23.296c0-12.865 10.429-23.294 23.296-23.294zM122.58 345.897c12.867 0 23.296 10.431 23.296 23.296 0 12.867-10.429 23.296-23.296 23.296-12.865 0-23.294-10.429-23.294-23.296 0-12.865 10.429-23.296 23.294-23.296zM122.58 457.822c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294-12.865 0-23.294-10.429-23.294-23.294 0-12.867 10.429-23.296 23.294-23.296zM160.985 565.475c12.867 0 23.296 10.429 23.296 23.294 0 12.867-10.429 23.296-23.296 23.296-12.865 0-23.294-10.429-23.294-23.296 0-12.865 10.429-23.294 23.294-23.294zM235.607 654.203c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.294-23.294 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM160.985 239.029c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294-12.865 0-23.294-10.429-23.294-23.294 0-12.867 10.429-23.296 23.294-23.296zM235.607 150.421c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.294-23.294 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM332.595 93.703c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.294-23.294 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM559.229 93.703c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.294-23.296 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM559.229 711.964c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.296-23.296 23.296-12.867 0-23.296-10.431-23.296-23.296 0-12.867 10.429-23.296 23.296-23.296zM661.987 150.421c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.294-23.296 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM733.384 239.029c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294s-23.296-10.429-23.296-23.294c0-12.867 10.429-23.296 23.296-23.296zM772.751 345.897c12.867 0 23.296 10.431 23.296 23.296 0 12.867-10.429 23.296-23.296 23.296-12.865 0-23.294-10.429-23.294-23.296 0-12.865 10.429-23.296 23.294-23.296zM772.751 457.822c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294-12.865 0-23.294-10.429-23.294-23.294 0-12.867 10.429-23.296 23.294-23.296zM733.384 565.475c12.867 0 23.296 10.429 23.296 23.294 0 12.867-10.429 23.296-23.296 23.296s-23.296-10.429-23.296-23.296c0-12.865 10.429-23.294 23.296-23.294zM661.987 654.203c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.294-23.296 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296z" />
<glyph unicode="" glyph-name="counter-shield" data-tags="shield, counter, arena" horiz-adv-x="887" d="M443.733 870.4c245.067 0 443.733-198.666 443.733-443.733s-198.666-443.733-443.733-443.733c-245.067 0-443.733 198.666-443.733 443.733s198.666 443.733 443.733 443.733zM443.733 801.393c-206.956 0-374.726-167.77-374.726-374.726s167.77-374.726 374.726-374.726c206.956 0 374.726 167.77 374.726 374.726s-167.77 374.726-374.726 374.726zM443.733 662.037c129.992 0 235.37-105.378 235.37-235.37s-105.378-235.37-235.37-235.37c-129.992 0-235.37 105.378-235.37 235.37s105.378 235.37 235.37 235.37zM443.733 706.477c-154.535 0-279.81-125.274-279.81-279.81s125.274-279.81 279.81-279.81c154.535 0 279.81 125.274 279.81 279.81s-125.274 279.81-279.81 279.811zM443.733 590.164c89.994 0 162.949-72.955 162.949-162.949 0-89.993-72.955-162.947-162.949-162.947s-162.949 72.955-162.949 162.947c0 89.994 72.955 162.949 162.949 162.949zM443.185 615.402c-103.933 0-188.187-84.255-188.187-188.187 0-103.931 84.255-188.186 188.187-188.186s188.186 84.255 188.186 188.186c0 103.933-84.255 188.187-188.186 188.187zM443.733 491.956c35.755 0 64.741-28.984 64.741-64.741 0-35.755-28.986-64.739-64.741-64.739s-64.741 28.984-64.741 64.739c0 35.756 28.986 64.741 64.741 64.741zM443.733 557.246c-71.813 0-130.029-58.216-130.029-130.031 0-71.813 58.216-130.029 130.029-130.029s130.029 58.216 130.029 130.029c0 71.815-58.216 130.031-130.029 130.031zM332.595 711.964c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.296-23.294 23.296-12.867 0-23.296-10.431-23.296-23.296 0-12.867 10.429-23.296 23.296-23.296zM443.733 729.952c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294s-23.296-10.429-23.296-23.294c0-12.867 10.429-23.296 23.296-23.296zM443.733 74.867c12.867 0 23.296 10.429 23.296 23.294 0 12.867-10.429 23.296-23.296 23.296s-23.296-10.429-23.296-23.296c0-12.865 10.429-23.294 23.296-23.294zM122.58 345.897c12.867 0 23.296 10.431 23.296 23.296 0 12.867-10.429 23.296-23.296 23.296-12.865 0-23.294-10.429-23.294-23.296 0-12.865 10.429-23.296 23.294-23.296zM122.58 457.822c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294-12.865 0-23.294-10.429-23.294-23.294 0-12.867 10.429-23.296 23.294-23.296zM160.985 565.475c12.867 0 23.296 10.429 23.296 23.294 0 12.867-10.429 23.296-23.296 23.296-12.865 0-23.294-10.429-23.294-23.296 0-12.865 10.429-23.294 23.294-23.294zM235.607 654.203c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.294-23.294 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM160.985 239.029c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294-12.865 0-23.294-10.429-23.294-23.294 0-12.867 10.429-23.296 23.294-23.296zM235.607 150.421c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.294-23.294 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM332.595 93.703c12.865 0 23.294 10.429 23.294 23.296 0 12.865-10.429 23.294-23.294 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM559.229 93.703c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.294-23.296 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM559.229 711.964c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.296-23.296 23.296-12.867 0-23.296-10.431-23.296-23.296 0-12.867 10.429-23.296 23.296-23.296zM661.987 150.421c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.294-23.296 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296zM733.384 239.029c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294s-23.296-10.429-23.296-23.294c0-12.867 10.429-23.296 23.296-23.296zM772.751 345.897c12.867 0 23.296 10.431 23.296 23.296 0 12.867-10.429 23.296-23.296 23.296-12.865 0-23.294-10.429-23.294-23.296 0-12.865 10.429-23.296 23.294-23.296zM772.751 457.822c12.867 0 23.296 10.429 23.296 23.296 0 12.865-10.429 23.294-23.296 23.294-12.865 0-23.294-10.429-23.294-23.294 0-12.867 10.429-23.296 23.294-23.296zM733.384 565.475c12.867 0 23.296 10.429 23.296 23.294 0 12.867-10.429 23.296-23.296 23.296s-23.296-10.429-23.296-23.296c0-12.865 10.429-23.294 23.296-23.294zM661.987 654.203c12.865 0 23.296 10.429 23.296 23.296 0 12.865-10.431 23.294-23.296 23.294-12.867 0-23.296-10.429-23.296-23.294 0-12.867 10.429-23.296 23.296-23.296z" />
<glyph unicode="&#xe9c4;" glyph-name="ticket, tk" data-tags="ticket, tk" horiz-adv-x="812" d="M318.892 958.778c15.037 1.427 30.64 1.56 45.114-3.337 22.226-7.137 44.235-14.889 66.128-22.956 24.881-8.697 44.6-29.529 53.929-53.961 6.473-15.834 4.25-33.329 6.755-49.896 1.843-11.005 8.748-20.698 17.428-27.471 14.060-10.721 34.060-12.465 50.045-5.161 9.047 4.282 15.686 12.083 21.711 19.835 15.787 20.383 40.817 34.127 66.809 34.376 11.552 1.012 23.238-0.548 34.244-4.183 21.528-6.772 42.824-14.292 64.053-21.96 12.184-4.748 24.931-9.279 34.724-18.292 18.872-16.831 32.915-40.832 32.534-66.708-0.449-8.067 0.713-16.5-2.159-24.235-80.62-234.885-161.62-469.622-243.019-704.225-4.697-12.216-7.436-25.513-15.701-35.985-18.69-27.986-54.393-41.962-87.293-37.414-8.946 1.178-17.411 4.381-25.975 6.972-21.446 7.037-42.776 14.524-63.773 22.822-28.051 9.876-48.998 35.604-55.753 64.237-4.099 17.611 0.797 37.396-9.329 53.414-11.785 20.017-39.173 27.952-60.104 18.275-9.161-3.569-15.834-11.037-21.711-18.64-13.228-17.71-33.213-30.109-54.692-34.99-15.669-2.705-32.169-2.439-47.357 2.673-23.569 7.404-46.857 15.654-69.845 24.699-28.699 10.856-49.731 38.095-55.158 68.004-0.282 11.254-1.079 22.675 0.232 33.845 249.095 720.708 251.501 731.232 257.41 740.111 13.396 21.064 36.103 36.118 60.752 40.153zM322.343 926.942c-17.792-3.618-33.396-16.384-41.513-32.451-117.567-339.441-182.002-525.775-245.791-712.325-4.78-12.1-4.68-25.829-1.444-38.31 5.893-17.428 18.823-33.579 36.651-39.654 20.215-7.685 40.665-14.739 61.232-21.412 7.784-2.423 15.684-5.262 23.968-4.847 14.107 0.58 28.448 4.896 39.305 14.191 10.225 8.084 16.101 20.333 26.474 28.268 18.127 14.358 42.941 20.881 65.498 14.541 27.421-6.207 50.195-28.633 56.668-56.020 4.314-15.155-0.034-31.471 5.709-46.343 6.357-17.28 20.782-31.671 38.327-37.448 20.847-7.7 41.795-15.136 62.841-22.274 15.735-6.142 34.227-6.806 49.847-0.017 14.391 6.856 28.001 18.026 32.997 33.678 102.065 295.287 173.505 501.874 244.28 708.707 6.258 16.666 4.017 36.053-5.344 51.125-7.769 12-19.040 22.523-32.899 26.856-23.303 8.564-46.74 16.814-70.361 24.482-8.631 3.154-17.976 2.342-26.94 1.826-17.826-1.743-33.179-13.28-43.571-27.32-9.527-13.030-23.287-22.857-38.707-27.653-23.105-7.537-49.514-2.275-68.801 12.249-17.527 13.312-29.894 34.575-29.677 56.916-0.997 10.474-0.399 21.297-3.519 31.456-6.873 16.548-19.62 31.869-37.048 37.695-19.023 7.27-38.292 13.875-57.646 20.233-12.882 4.815-26.974 6.508-40.535 3.852zM327.158 899.355c-8.864-2.739-17.428-8.765-20.25-17.976-115.012-331.191-179.714-518.938-244.364-706.715-2.275-6.308-3.371-13.114-2.191-19.785 1.261-11.737 10.308-21.596 21.212-25.53 18.425-6.921 37.115-13.179 55.854-19.238 8.532-2.372 17.579-5.876 26.458-3.137 9.346 2.54 15.852 10.325 21.977 17.329 17.628 23.006 45.232 38.376 74.262 40.334 29.778 2.54 60.336-8.448 81.797-29.23 15.735-14.507 26.824-34.077 30.077-55.322 2.772-13.097 1.51-26.691 4.432-39.738 3.717-8.781 11.104-16.481 20.284-19.502 22.091-8.001 44.3-15.636 66.609-23.023 13.295-4.813 29.080-0.647 38.011 10.39 4.78 4.847 6.175 11.686 8.416 17.86 80.701 233.841 161.403 467.68 241.973 701.57 1.212 5.794 0.282 11.885-0.698 17.661-2.838 10.807-12.1 19.255-22.54 22.707-23.038 8.366-46.261 16.266-69.748 23.255-13.261 3.9-27.935-2.374-35.669-13.529-13.694-18.872-33.314-33.71-55.904-40.067-27.438-7.968-57.88-3.768-82.744 10.092-22.905 12.73-40.4 34.674-47.986 59.738-4.465 13.727-3.569 28.332-4.98 42.508-0.78 11.819-9.327 22.707-20.432 26.641-21.444 8.349-43.238 15.768-65.265 22.424-5.992 2.058-12.566 2.342-18.591 0.283z" />
<glyph unicode="" glyph-name="ticket, tk" data-tags="ticket, tk" horiz-adv-x="812" d="M318.892 958.778c15.037 1.427 30.64 1.56 45.114-3.337 22.226-7.137 44.235-14.889 66.128-22.956 24.881-8.697 44.6-29.529 53.929-53.961 6.473-15.834 4.25-33.329 6.755-49.896 1.843-11.005 8.748-20.698 17.428-27.471 14.060-10.721 34.060-12.465 50.045-5.161 9.047 4.282 15.686 12.083 21.711 19.835 15.787 20.383 40.817 34.127 66.809 34.376 11.552 1.012 23.238-0.548 34.244-4.183 21.528-6.772 42.824-14.292 64.053-21.96 12.184-4.748 24.931-9.279 34.724-18.292 18.872-16.831 32.915-40.832 32.534-66.708-0.449-8.067 0.713-16.5-2.159-24.235-80.62-234.885-161.62-469.622-243.019-704.225-4.697-12.216-7.436-25.513-15.701-35.985-18.69-27.986-54.393-41.962-87.293-37.414-8.946 1.178-17.411 4.381-25.975 6.972-21.446 7.037-42.776 14.524-63.773 22.822-28.051 9.876-48.998 35.604-55.753 64.237-4.099 17.611 0.797 37.396-9.329 53.414-11.785 20.017-39.173 27.952-60.104 18.275-9.161-3.569-15.834-11.037-21.711-18.64-13.228-17.71-33.213-30.109-54.692-34.99-15.669-2.705-32.169-2.439-47.357 2.673-23.569 7.404-46.857 15.654-69.845 24.699-28.699 10.856-49.731 38.095-55.158 68.004-0.282 11.254-1.079 22.675 0.232 33.845 249.095 720.708 251.501 731.232 257.41 740.111 13.396 21.064 36.103 36.118 60.752 40.153zM322.343 926.942c-17.792-3.618-33.396-16.384-41.513-32.451-117.567-339.441-182.002-525.775-245.791-712.325-4.78-12.1-4.68-25.829-1.444-38.31 5.893-17.428 18.823-33.579 36.651-39.654 20.215-7.685 40.665-14.739 61.232-21.412 7.784-2.423 15.684-5.262 23.968-4.847 14.107 0.58 28.448 4.896 39.305 14.191 10.225 8.084 16.101 20.333 26.474 28.268 18.127 14.358 42.941 20.881 65.498 14.541 27.421-6.207 50.195-28.633 56.668-56.020 4.314-15.155-0.034-31.471 5.709-46.343 6.357-17.28 20.782-31.671 38.327-37.448 20.847-7.7 41.795-15.136 62.841-22.274 15.735-6.142 34.227-6.806 49.847-0.017 14.391 6.856 28.001 18.026 32.997 33.678 102.065 295.287 173.505 501.874 244.28 708.707 6.258 16.666 4.017 36.053-5.344 51.125-7.769 12-19.040 22.523-32.899 26.856-23.303 8.564-46.74 16.814-70.361 24.482-8.631 3.154-17.976 2.342-26.94 1.826-17.826-1.743-33.179-13.28-43.571-27.32-9.527-13.030-23.287-22.857-38.707-27.653-23.105-7.537-49.514-2.275-68.801 12.249-17.527 13.312-29.894 34.575-29.677 56.916-0.997 10.474-0.399 21.297-3.519 31.456-6.873 16.548-19.62 31.869-37.048 37.695-19.023 7.27-38.292 13.875-57.646 20.233-12.882 4.815-26.974 6.508-40.535 3.852zM327.158 899.355c-8.864-2.739-17.428-8.765-20.25-17.976-115.012-331.191-179.714-518.938-244.364-706.715-2.275-6.308-3.371-13.114-2.191-19.785 1.261-11.737 10.308-21.596 21.212-25.53 18.425-6.921 37.115-13.179 55.854-19.238 8.532-2.372 17.579-5.876 26.458-3.137 9.346 2.54 15.852 10.325 21.977 17.329 17.628 23.006 45.232 38.376 74.262 40.334 29.778 2.54 60.336-8.448 81.797-29.23 15.735-14.507 26.824-34.077 30.077-55.322 2.772-13.097 1.51-26.691 4.432-39.738 3.717-8.781 11.104-16.481 20.284-19.502 22.091-8.001 44.3-15.636 66.609-23.023 13.295-4.813 29.080-0.647 38.011 10.39 4.78 4.847 6.175 11.686 8.416 17.86 80.701 233.841 161.403 467.68 241.973 701.57 1.212 5.794 0.282 11.885-0.698 17.661-2.838 10.807-12.1 19.255-22.54 22.707-23.038 8.366-46.261 16.266-69.748 23.255-13.261 3.9-27.935-2.374-35.669-13.529-13.694-18.872-33.314-33.71-55.904-40.067-27.438-7.968-57.88-3.768-82.744 10.092-22.905 12.73-40.4 34.674-47.986 59.738-4.465 13.727-3.569 28.332-4.98 42.508-0.78 11.819-9.327 22.707-20.432 26.641-21.444 8.349-43.238 15.768-65.265 22.424-5.992 2.058-12.566 2.342-18.591 0.283z" />
<glyph unicode="{z}" glyph-name="z" data-tags="Z" d="M853.74 8.236h-741.538v37.394l588.086 789.264h-261.786c-43.008-0.87-76.1-5.394-99.314-13.532-23.214-8.194-44.718-23.862-64.484-47.078-1.724-1.738-3.214-3.448-4.51-5.158-1.284-1.738-2.8-3.448-4.512-5.144-3.448-5.174-6.662-9.684-9.682-13.546-3.022-3.862-5.794-7.958-8.372-12.262-0.87-2.594-2.152-5.16-3.864-7.738-1.724-2.594-3.448-5.174-5.158-7.752-1.738-5.16-3.876-10.552-6.442-16.112-2.592-5.6-5.614-12.262-9.020-19.986l-46.442 1.296v199.882h704.142v-34.814l-593.216-791.83h256.628c38.69-0.868 69.422 0 92.21 2.594 22.758 2.578 44.042 8.138 63.836 16.73 2.58 0.87 4.938 1.726 7.090 2.594 2.152 0.87 4.068 1.71 5.806 2.594 12.042 6.014 23.642 12.896 34.816 20.634 11.158 7.738 22.344 16.76 33.532 27.076 7.738 7.752 15.476 16.112 23.214 25.132 7.738 9.036 15.904 19.146 24.51 30.304l33.532 47.74h48.996l-58.058-228.282z" />
<glyph unicode="{y}" glyph-name="y" data-tags="Y" d="M580.986 205.544c0-55.006 9.022-93.696 27.076-116.054 18.056-22.36 48.566-33.532 91.572-33.532l10.318 1.31v-49.034h-397.186v49.008h12.882c42.994-0.87 73.518 9.888 91.572 32.248 18.056 22.33 27.076 60.606 27.076 114.744v172.828l-252.758 370.11c-10.318 13.752-19.338 25.794-27.090 36.112-7.738 10.316-15.048 18.468-21.918 24.496-11.186 9.462-23.006 16.124-35.462 20-12.468 3.876-28.592 7.090-48.358 9.668v50.304h385.586v-49.006c-38.69-3.45-64.938-8.828-78.662-16.112-13.766-7.31-20.634-20.854-20.634-40.62 0-8.606 1.71-17.214 5.144-25.794 3.436-8.606 8.166-17.626 14.194-27.074l196.028-283.712 143.144 210.208c13.738 18.91 23.628 35.24 29.656 49.006 6 13.738 9.862 26.636 11.6 38.676 0 1.724 0 3.434 0 5.16 0 1.724 0 3.434 0 5.172 0 26.634-7.31 46.428-21.918 59.31-14.62 12.91-39.986 21.062-76.082 24.496v50.304h318.524v-49.006c-10.318-1.726-19.792-4.084-28.358-7.090-8.608-3.022-16.772-7.104-24.51-12.262-13.766-7.738-27.946-19.986-42.552-36.76-14.636-16.758-32.236-40.206-52.87-70.29l-236-335.296v-171.532h-0.014z" />
<glyph unicode="{x}" glyph-name="x" data-tags="X" d="M583.622 18v44.304c63.196 7 94.856 25.356 94.856 54.852 0 21.258-8.454 42.516-25.304 63.774l-174.794 215.134-138.044-162.742c-34.534-39.95-51.91-72.992-51.91-98.818 0-39.99 31.632-64.112 95.004-72.388v-44.116h-336.622v44.17c42.622 8.182 78.838 23.542 108.87 45.902 20.68 16.434 48.872 45.298 84.454 86.51l207.596 240.734-240.088 291.056c-31.108 37.584-55.376 62.256-72.576 74.040-23.166 16.46-55.376 27.036-96.79 31.726v45.862h396.93v-44.142c-59.836-11.784-89.708-30.020-89.708-54.744 0-16.528 7.982-34.75 24.094-54.718l158.776-192.452 127.764 157.098c22.992 28.272 34.534 52.958 34.534 74.174 0 35.328-28.284 58.32-84.668 68.922v45.862h315.942v-44.222c-27.614-5.9-46.668-11.208-56.84-15.964-34.536-16.516-87.29-65.428-158.524-146.738-11.448-13.022-59.836-72.468-144.976-178.518l255.004-313.94c55.268-68.236 111.598-107.11 169.124-116.448v-44.17h-402.104z" />

Before

Width:  |  Height:  |  Size: 825 KiB

After

Width:  |  Height:  |  Size: 828 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -185,6 +185,7 @@
<i class="ms ms-100 ms-cost ms-shadow"></i>
<i class="ms ms-1000000 ms-cost ms-shadow"></i>
<i class="ms ms-acorn"></i>
<i class="ms ms-ticket"></i>
</p>
<h3>Color indicators</h3>
<p>

View File

@ -46,6 +46,8 @@
&-e::before,
&-energy::before{ content: "\e907"; }
&-acorn::before { content: "\e929"; }
&-ticket::before,
&-tk::before { content: "\e9c4"; }
&-1-2::before { content: "\e902"; }
&-infinity::before { content: "\e903"; }
@ -259,6 +261,7 @@
&-eternalize::before { content: "\e97f"; }
&-exploit::before { content: "\e9af"; }
&-explore::before { content: "\e94f"; }
&-fabricate::before { content: "\e9a5"; }
&-first-strike::before { content: "\e950"; }
&-flash::before { content: "\e951"; }
&-flying::before { content: "\e952"; }
@ -310,8 +313,7 @@
&-training::before { content: "\e9b0"; }
&-trample::before { content: "\e964"; }
&-transform::before { content: "\e965"; }
&-triggered::before,
&-fabricate::before { content: "\e966"; }
&-triggered::before { content: "\e966"; }
&-undergrowth::before { content: "\e967"; }
&-unearth::before { content: "\e9bc"; }
&-vigilance::before { content: "\e968"; }

View File

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

View File

@ -46,6 +46,8 @@
&-e::before,
&-energy::before{ content: "\e907"; }
&-acorn::before { content: "\e929"; }
&-ticket::before,
&-tk::before { content: "\e9c4"; }
&-1-2::before { content: "\e902"; }
&-infinity::before { content: "\e903"; }
@ -60,6 +62,7 @@
&-conspiracy::before { content: "\e972"; }
&-creature::before { content: "\e61f"; }
&-enchantment::before { content: "\e620"; }
&-dungeon::before { content: "\e995"; }
&-instant::before { content: "\e621"; }
&-land::before { content: "\e622"; }
&-phenomenon::before { content: "\e96e"; }
@ -259,6 +262,7 @@
&-eternalize::before { content: "\e97f"; }
&-exploit::before { content: "\e9af"; }
&-explore::before { content: "\e94f"; }
&-fabricate::before { content: "\e9a5"; }
&-first-strike::before { content: "\e950"; }
&-flash::before { content: "\e951"; }
&-flying::before { content: "\e952"; }
@ -310,8 +314,7 @@
&-training::before { content: "\e9b0"; }
&-trample::before { content: "\e964"; }
&-transform::before { content: "\e965"; }
&-triggered::before,
&-fabricate::before { content: "\e966"; }
&-triggered::before { content: "\e966"; }
&-undergrowth::before { content: "\e967"; }
&-unearth::before { content: "\e9bc"; }
&-vigilance::before { content: "\e968"; }

View File

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

5
svg/ability-alliance.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

5
svg/ability-blitz.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>ability-blitz</title>
<path fill="#444" d="M13.725 21.472l1.854 6.815-3.27 2.142-2.952-1.922 1.314-7.035h3.054zM8.662 3.509l-8.662 4.647v14.259l8.023 5.224 1.152-6.166-2.804 0c0 0 0.216-1.301 0.314-1.885 1.432-0.333 3.452 0.029 4.291-1.447 0.078-0.804 0.26-1.932-0.701-2.27-2.8-1.407-6.722-1.454-8.522-4.411h7.648v-0.283l-0.738-7.668zM16.062 3.716l-0.638 6.947h7.442c-2.328 1.475-6.258 2.973-6.248 5.647 0.008 2.179 2.328 3.436 3.49 5.162-0.131 0.002-0.038 0.001-0.333 0.001-0.756 0-1.511-0.001-2.267-0.001v-0h-2.259l1.623 5.968 7.66-5.017v-13.908l-8.471-4.798zM12.274 1.571l-2.207 1.184 0.761 7.909h3.119l0.711-7.743-2.384-1.35z"></path>
</svg>

After

Width:  |  Height:  |  Size: 784 B

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

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>ability-casualty</title>
<path fill="#444" d="M17.657 27.934l0.687 1.080c-1.48 0.534-3.035 0.709-4.595 0.729-1.433 0.002-2.835-0.281-4.193-0.721l0.714-1.062c1.124 0.391 2.315 0.507 3.494 0.552 1.326 0.039 2.627-0.201 3.893-0.577zM4.927 5.465v0c-3.132 2.546-4.894 6.478-4.927 10.488 0.099 3.854 1.379 7.075 4.306 9.923 0.121 0.118 0.608 0.234 0.941 0.085s0.448-0.471 0.448-0.471c-0.020-0.019-0.581-0.549-0.601-0.568-2.402-2.394-3.852-5.542-3.843-8.969 0.092-3.574 1.528-7.136 4.35-9.439l-0.673-1.049zM13.755 2.158v0c-1.847 0.046-3.7 0.317-5.399 1.081l0.676 1.055c1.492-0.621 3.112-0.891 4.722-0.903 1.77 0.044 3.533 0.327 5.149 1.081l0.676-1.055c-1.886-0.786-3.761-1.289-5.826-1.259zM22.392 23.806c3.847-4.336 3.675-11.411-0.5-15.467-1.587 2.443-3.127 4.878-4.746 7.299 0.683 1.071 1.436 2.052 2.146 3.107 0.274 0.054 0.951 0.069 1.225 0.128-0.254 1.844 0.496 3.018 1.826 4.854 0.018 0.025 0.033 0.053 0.050 0.079zM12.511 24.116c0.457 0.823 0.977 1.341 1.418 2.175 0.549-0.796 1.444-2.161 1.444-2.161s0.049 3.434 0.049 3.173c0 0.422-2.927 0.471-2.937 0-0.007-0.346-0.023-1.987 0.025-3.186zM10.128 19.548c0.543-0.818 1.153-1.579 1.702-2.391 0.012 0.017 0.023 0.036 0.037 0.053 0.827 0.982 1.803 2.989 1.803 2.989s-0.053 0.818-0.083 1.242c-0.436 0.102-1.204 0.305-1.646 0.407 0.038 0.393 0.162 1.253 0.199 1.646-3.425 5.45-3.298 4.98-3.442 5.341-0.24 0.6 0.105 1.099 0.551 1.768-0.034-0-2.946 1.26-4.503 0.468-1.624-0.827-1.945-2.88-2.139-4.537 0.829 0.258 2.385 0.829 3.146 0.108 0.283-0.268 3.408-5.299 3.439-5.329s1.331-0.518 1.331-0.518-0.336-0.961-0.395-1.246zM5.599 23.806c-3.847-4.336-3.675-11.411 0.5-15.467 1.587 2.443 3.127 4.878 4.746 7.299-0.683 1.071-1.436 2.052-2.146 3.107-0.274 0.054-0.951 0.069-1.225 0.128 0.254 1.844-0.496 3.018-1.826 4.854-0.018 0.025-0.033 0.053-0.050 0.079zM10.237 4.595c0.015-0.006 0.031-0.012 0.046-0.017 2.217-0.8 2.342 1.491 3.672 1.469 1.567-0.026 1.53-2.426 3.782-1.49 0.018 0.008 0.036 0.018 0.054 0.027-0.51 0.71-1.045 1.58-1.476 2.335-0.159 0.278-0.776 0.485-0.761 0.508s0.136 0.641 0.016 0.86c-0.507 0.931-1.031 1.714-1.599 2.61-0.565-0.932-1.061-1.745-1.58-2.702-0.114-0.21 0.034-0.768 0.034-0.768s-0.578-0.224-0.679-0.405c-0.467-0.83-0.957-1.646-1.509-2.427zM20.469 3.884c1.108-1.743 3.034-2.679 4.686-3.814-3.061 4.697-6.090 9.42-9.194 14.095-0.344-0.597-0.694-1.194-1.033-1.786 1.861-2.819 3.685-5.67 5.541-8.495zM2.823 0v0c4.143 6.451 8.355 12.863 12.535 19.298-0.331 0.314-0.674 0.615-1.029 0.901v0c0 0 0.053 0.818 0.083 1.242 0.436 0.102 1.204 0.305 1.645 0.407-0.038 0.393-0.162 1.253-0.199 1.646 3.425 5.45 3.298 4.98 3.442 5.341 0.24 0.6-0.105 1.099-0.551 1.768 0.034-0 2.946 1.26 4.503 0.468 1.624-0.827 1.945-2.88 2.139-4.537-0.828 0.258-2.385 0.829-3.146 0.108-0.283-0.268-3.408-5.299-3.439-5.329s-1.331-0.518-1.331-0.518c0.061-0.174 0.135-0.346 0.395-1.246-0.541-0.782-0.274-0.406-10.024-15.233-1.146-1.969-3.223-3.050-5.025-4.315zM23.073 5.438l-0 0c3.132 2.546 4.894 6.478 4.927 10.488-0.099 3.853-1.379 7.075-4.306 9.923-0.121 0.118-0.608 0.234-0.941 0.085s-0.441-0.517-0.441-0.517c0.020-0.019 0.575-0.503 0.594-0.523 2.402-2.394 3.852-5.542 3.843-8.969-0.092-3.574-1.528-7.136-4.35-9.439l0.673-1.049z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.2 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>ability-changeling</title>
<path fill="#444" d="M11.341 1.206c1.168 2.232 0.393 4.828 0.617 7.223-0.076 1.498 0.887 2.781 1.994 3.687-0.544-1.541-1.979-2.933-1.507-4.679 0.453-2.008 0.42-4.054 0.172-6.086 0.611 0.405 1.679 0.486 1.789 1.388 0.591 1.798 0.873 3.682 1.045 5.561 0.644-1.273 1.164-2.604 1.717-3.92 0.343 0.692 0.744 1.364 0.992 2.099-0.41 2.203-1.386 3.941-0.99 6.23 0.296-1.884 0.795-3.306 1.61-5.033 1.216 4.016 0.497 8.14 0.034 12.213-0.213-0.371-0.883-1.103-0.883-1.103s-0.192-1.132-0.361-1.524c-0.033 0.825-0.117 2.152-0.222 2.967 0.32 0.486 0.644 0.973 0.963 1.464-0.501 1.917-1.417 3.687-2.304 5.447-0.649-1.951-1.253-3.557-2.269-5.345 0.176-1.307 0.17-2.915 0.323-4.222-0.363 1.312-0.689 2.915-1.085 4.222 1.164 2.041 1.891 3.986 2.549 6.233-0.701 0.596-1.417 1.178-2.151 1.731-1.288-2.442-1.379-5.274-1.542-7.964-0.358 2.962-0.223 5.98 0.602 8.865-1.812 0.258-3.667 0.124-5.485 0.048 0.892-2.847 0.833-5.97 0.671-8.913-0.41 2.652-0.189 5.708-1.711 8.054-0.696-0.572-1.374-1.164-2.032-1.779 0.649-2.213 1.445-4.263 2.599-6.275-0.339-1.321-0.73-2.796-1.087-4.112 0.11 1.345 0.311 2.763 0.225 4.112-0.806 1.812-1.641 3.528-2.199 5.446-0.92-1.765-1.812-3.553-2.361-5.475 0.334-0.477 0.668-0.954 1.002-1.426-0.105-1.021-0.205-2.041-0.315-3.057-0.043 0.372-0.134 1.116-0.181 1.488-0.339 0.372-0.677 0.739-1.016 1.107-0.286-4.030-1.064-8.184-0.005-12.167 0.758 1.622 1.269 3.339 1.884 5.017-0.067-2.137-0.768-4.173-1.297-6.224 0.377-0.649 0.768-1.292 1.159-1.932 0.52 1.264 1.016 2.542 1.574 3.792 0.448-2.041 0.6-3.706 1.208-5.722 0.253-0.84 1.197-0.996 1.693-1.253-0.143 2.475-0.191 4.087 0.213 6.027 0.333 1.6-1.016 3.648-1.493 4.797 0.796-0.72 1.502-1.574 1.836-2.614 0.577-2.704-0.614-5.853 0.817-8.381zM2.38 15.225c0.863 0.591 1.712 1.479 2.852 1.388 0.973 0.010 1.712-0.725 2.504-1.188-0.916-0.563-1.779-1.464-2.938-1.383-0.997-0.143-1.66 0.711-2.418 1.183zM11.643 15.363c0.839 0.477 1.641 1.202 2.661 1.216 1.025-0.114 1.851-0.811 2.714-1.307-0.682-0.525-1.25-1.374-2.223-1.288-1.245-0.176-2.199 0.744-3.153 1.378zM2.686 3.974c0.305 0.672 0.634 1.331 0.973 1.989 0.262-1.083 0.529-2.161 0.744-3.257-0.587 0.41-1.154 0.835-1.717 1.269zM15.038 2.571c0.191 1.107 0.41 2.203 0.611 3.305 0.277-0.463 0.835-1.397 1.111-1.86-0.568-0.491-1.135-0.978-1.722-1.445z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

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

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>ability-channel</title>
<path fill="#444" d="M18.65 2.531c1.945-0.114 3.772 0.448 5.469 1.358 2.468 1.421 3.816 4.042 3.59 5.625-0.39 2.73-2.431 3.279-4.268 2.968-1.26-0.213-1.982-1.255-2.629-2.261-0.855-0.48-1.413 0.763-1.018 1.216 0.974 1.113 1.339 2.412 1.423 3.864-0.033 2.23-1.321 4.054-3.198 5.159-0.476 0.505-0.777 0.734-0.636 1.417 0.31 0.851 0.991 1.552 1.515 2.081 1.359 1.373 2.083 1.698 4.076-0.415 0.799-0.847 1.121-1.429 1.131-1.293 0.198 2.648-1.918 5.089-4.754 6.494-2.454 1.216-5.215 0.79-6.374-0.237-1.999-1.771-1.362-3.698-0.138-5.002 0.84-0.895 1.968-0.824 3.124-0.824 0.551 0 0.405-1.398-0.269-1.286-0.94 0.155-0.707 0.134-1.632 0.155-3.945 0.090-7.137-2.808-7.137-6.249 0.052-0.895 0.008-0.499 0.232-1.461 0.075-0.324-0.277-0.784-0.65-0.905-1.625-0.524-3.347 0.788-3.449 2.488-0.077 1.299 0.279 2.532 0.807 3.686 0.072 0.148 0.149 0.3 0.231 0.454-0.122-0.077-0.229-0.177-0.357-0.236-3.241-1.482-4.148-5.477-3.582-8.718 0.49-2.805 2.492-4.969 4.057-5.299 0.777-0.127 0.324-0.078 1.365-0.092 1.699 0.221 2.602 1.458 2.992 3.024 0.231 1.257-0.543 2.186-1.187 3.194-0.307 0.481 0.168 1.208 0.452 0.82 1.611-2.205 3.674-3.073 6.235-3.185l-0-0c1.248-0.038 2.065 0.251 3.207 0.669 1.855 0.681 4.052-3.022 2.002-4.556-1.239-0.928-2.964-0.836-4.416-0.72-0.164 0.017-0.333 0.038-0.506 0.061 0.115-0.088 0.245-0.155 0.344-0.255 1.199-1.205 2.337-1.483 3.948-1.739zM14.274 11.988c-1.322 0.028-1.965 0.516-2.738 1.322-0.012 0.013-0.025 0.024-0.038 0.036 0.007 0.012 0.014 0.023 0.019 0.035 0.113 0.268 0.177 0.353 0.43 0.579 0.103 0.093 0.247 0.224 0.376 0.172 0.483-0.196 0.712-0.12 0.909-0.021 0.396 0.2 0.626 0.742 0.416 1.141s-0.818 0.513-1.176 0.303c-0.359-0.21-0.472-0.499-0.498-0.678s-0.241-0.294-0.446-0.334c-0.285-0.055-0.292-0.062-0.554-0.061-0.024 0.002-0.050 0.004-0.081 0.006-0.006 0.013-0.011 0.025-0.016 0.036-0.114 0.254-0.15 0.36-0.153 0.859-0.013 1.867 1.626 3.413 3.622 3.388 0.572-0.007 0.615-0.057 0.855-0.113 0.022-0.005 0.043-0.032 0.069-0.043 0.002-0.020 0.004-0.039 0.005-0.057 0.051-0.531 0.061-0.282-0.021-0.797-0.032-0.135-0.077-0.324-0.213-0.354-0.51-0.111-0.656-0.303-0.762-0.496-0.214-0.389-0.097-0.966 0.301-1.177l0.322-0.077c0.723 0.276 0.486 0.063 0.82 0.491 0.177 0.376 0.108 0.678 0.028 0.841s0.052 0.362 0.18 0.527c0.373 0.353 0.208 0.234 0.557 0.439 0.022 0.013 0.046 0.027 0.072 0.043 0.014-0.010 0.029-0.020 0.043-0.031 0.927-0.675 1.231-1.478 1.35-2.585-0.011-0.777-0.275-1.542-0.832-2.090-0.015-0.015-0.031-0.030-0.047-0.045-0.015 0.004-0.029 0.009-0.043 0.012-0.268 0.049-0.346 0.077-0.671 0.296-0.115 0.078-0.268 0.174-0.247 0.311 0.078 0.516-0.049 0.721-0.192 0.889-0.287 0.338-0.868 0.435-1.207 0.138s-0.308-0.915-0.020-1.214c0.288-0.3 0.595-0.342 0.776-0.326s0.32-0.178 0.429-0.356c0.158-0.247 0.165-0.268 0.177-0.459 0.001-0.019 0.007-0.041 0.011-0.066-0.014-0.005-0.025-0.019-0.037-0.025-0.714-0.368-1.040-0.475-1.774-0.459z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

5
svg/ability-cleave.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="24" height="32" viewBox="0 0 24 32">
<title>ability-cleave</title>
<path fill="#444" d="M10.467 0.445c-1.341 1.359-2.652 2.756-3.605 4.386 2.87-2.321 6.569-3.853 10.451-3.489-0.865 0.342-1.741 0.663-2.605 1 1.547-0.027 3.129-0.337 4.658 0.065 1.782 0.38 3.17 1.554 4.634 2.5-2.417-1.136-5.144-2.027-7.928-1.391-4.233 0.967-6.396 4.329-6.86 6.563-0.576 2.771 0.449 6.516 1.915 9.562-0.035 0.036-0.085 0.101-0.113 0.139-0.977 1.348-1.405 2.016-2.848 2.389-0.314 0.081-2.175 0.433-2.175 0.433 0.536 1.205 0.686 1.617 0.694 1.644 0.195 0.63 0.065 1.129-0.062 1.735-3.599-2.564-5.181-6.691-6.278-10.607-0.571-1.967-0.318-4.005-0.071-5.989 0.288 2.821 0.67 5.707 2.041 8.283 0.229-4.12-0.418-8.696 2.123-12.343 1.917-1.712 3.999-3.277 6.028-4.881zM17.716 13.818c-2.376 3.207-4.415 6.164-7.557 8.771-0.85 0.705-1.633 0.858-2.181 0.858-0.268 0-0.634-0.090-0.597-0.056 1.414 1.306 0.536 3.172 0.202 4.808 0 0 0 0 0 0s0 0 0 0 0 0 0 0c1.070-0.543 2.017-1.647 3.358-1.408 1.453 0.766 1.464 2.506 0.182 3.435 0.153 0.223 0.459 0.674 0.612 0.902 1.729-0.625 3.588-1.288 4.687-2.766 1.359-1.603 1.359-3.761 0.823-5.647-1.323 1.027-2.416 2.12-4.099 2.564-0.238 0.063-0.745 0.054-0.918-0.063-0.295-0.199-0.374-0.88-0.113-1.236 1.569-2.143 2.629-4.42 4.277-6.483 1.899-2.377 3.588-5 6.369-6.609-0.435-1.326-1.723-1.788-3.123-1.81-0.553 1.603-0.888 3.326-1.923 4.739z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,6 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>ability-corrupted</title>
<path fill="#444" d="M27.005 8.88c0 0 2.741 6.546 2.741 6.546s1.328 2.502 1.276 3.925c0.093 1.774-0.759 3.507-2.467 4.13-0.864 0.293-0.832 1.467-1.203 2.163-0.118 0.176-0.216 0.219-0.348 0.218-0.138-0.001-0.284-0.095-0.348-0.218-0.365-0.699-0.339-1.87-1.203-2.163-1.352-0.497-2.094-1.63-2.394-2.989h-3.087c-0.251 1.357-1.099 2.482-2.394 2.989-0.864 0.293-0.832 1.467-1.203 2.163-0.118 0.176-0.216 0.219-0.348 0.218-0.138-0.001-0.284-0.095-0.348-0.218-0.365-0.699-0.339-1.87-1.203-2.163-1.352-0.497-2.094-1.63-2.394-2.989h-3.087c-0.251 1.357-1.099 2.482-2.394 2.989-0.864 0.293-0.832 1.467-1.203 2.163-0.118 0.176-0.216 0.219-0.348 0.218-0.138-0.001-0.284-0.095-0.348-0.218-0.365-0.699-0.339-1.87-1.203-2.163-1.707-0.623-2.559-2.356-2.467-4.13-0.052-1.423 1.276-3.925 1.276-3.925l2.774-6.576c0 0 2.711 6.576 2.711 6.576s0.852 1.659 1.114 2.558h3.265c0.231-0.908 1.114-2.558 1.114-2.558s2.698-6.546 2.728-6.546c0.031 0 2.757 6.546 2.757 6.546s0.852 1.659 1.113 2.558h3.265c0.231-0.908 1.113-2.558 1.113-2.558l2.744-6.546zM16.026 12.835v0c-0.249 1.136-0.5 1.767-0.482 3.444-1.386 0.365-2.563 1.574-2.542 3.064-0.006 1.499 1.161 2.677 2.556 3.024 0.023 0.916 0.144 1.83 0.469 2.686 0.022-0.091 0.063-0.165 0.095-0.253 0.271-0.74 0.364-1.612 0.405-2.426 1.351-0.386 2.557-1.544 2.522-3.025 0.061-1.505-1.148-2.696-2.528-3.055 0-1.174-0.121-2.34-0.495-3.459zM16.524 17.259l0.156 0.071c0.782 0.397 1.417 1.081 1.418 1.999 0.035 0.977-0.759 1.728-1.603 2.076-0-0.023-0-0.070 0.029-4.146zM15.558 17.243l0 0.004c0.010 1.382 0.014 2.763 0.019 4.145-1.035-0.217-1.754-1.275-1.598-2.333 0.083-0.886 0.832-1.457 1.579-1.816zM27.003 12.835v0c-0.249 1.136-0.5 1.767-0.482 3.444-1.386 0.365-2.563 1.574-2.542 3.064-0.006 1.499 1.161 2.677 2.556 3.024 0.023 0.916 0.144 1.83 0.469 2.686 0.022-0.091 0.063-0.165 0.095-0.253 0.272-0.74 0.364-1.612 0.405-2.426 1.351-0.386 2.557-1.544 2.522-3.025 0.061-1.505-1.148-2.696-2.528-3.055 0-1.174-0.121-2.34-0.495-3.459zM27.501 17.259l0.156 0.071c0.782 0.397 1.417 1.081 1.418 1.999 0.035 0.977-0.759 1.728-1.603 2.076-0-0.023-0-0.070 0.029-4.146zM26.534 17.243l0 0.004c0.010 1.382 0.014 2.763 0.019 4.145-1.035-0.217-1.754-1.275-1.598-2.333 0.083-0.886 0.832-1.457 1.579-1.816zM5.049 12.835v0c-0.249 1.136-0.5 1.767-0.482 3.444-1.386 0.365-2.563 1.574-2.542 3.064-0.006 1.499 1.162 2.677 2.556 3.024 0.023 0.916 0.144 1.83 0.469 2.686 0.022-0.091 0.063-0.165 0.095-0.253 0.272-0.74 0.364-1.612 0.405-2.426 1.351-0.386 2.557-1.544 2.522-3.025 0.061-1.505-1.148-2.696-2.528-3.055 0-1.174-0.121-2.34-0.495-3.459zM5.547 17.259l0.156 0.071c0.782 0.397 1.417 1.081 1.418 1.999 0.035 0.977-0.759 1.728-1.603 2.076-0-0.023-0-0.070 0.029-4.146zM4.581 17.243l0 0.004c0.010 1.382 0.014 2.763 0.019 4.145-1.035-0.217-1.754-1.275-1.598-2.333 0.083-0.886 0.832-1.457 1.579-1.816z"></path>
<path fill="#444" d="M5.177 5.547v0 0c1.634 3.699 3.205 7.429 4.417 11.29h1.81c0.161-0.549 0.365-1.084 0.56-1.622 0.393-1.080 0.812-2.15 1.248-3.213 0.881-2.179 1.851-4.319 2.831-6.455v0 0c1.653 3.69 3.183 7.437 4.417 11.29h1.818c0.162-0.549 0.365-1.084 0.56-1.622 0.393-1.080 0.812-2.15 1.248-3.213 0.881-2.179 1.851-4.319 2.831-6.455v0l-0-0h0v0c1.635 3.631 3.248 7.348 4.483 11.134 0.321 0.889 0.573 2.282 0.596 2.731s-0.041 1.144-0.204 1.852l-0.074 0.303c-0.56 2.581-2.045 4.776-4.918 4.886-2.658-0.071-4.194-2.562-4.774-4.886l-1.278-0c-0.56 2.581-1.949 4.776-4.822 4.886-2.662-0.071-4.193-2.562-4.776-4.886h-1.267c-0.56 2.581-1.949 4.776-4.822 4.886-3.451-0.013-5.060-4.29-5.060-7.078 0.107-1.431 0.61-2.82 1.098-4.16 0.393-1.080 0.812-2.15 1.248-3.213 0.886-2.176 1.843-4.323 2.831-6.455v-0zM26.911 6.208c-0.187 0.405-0.371 0.812-0.555 1.219-0.606 1.346-1.211 2.736-1.776 4.093-0.193 0.465-0.379 0.918-0.556 1.359-0.54 1.353-1.401 3.805-1.456 3.999-0.041 0.145-0.152 0.228-0.372 0.23s-0 0-0 0v-0c-1.081-0-0.526-0-1.663-0.001-0.284 0-0.356-0.259-0.356-0.259-0.402-1.345-0.891-2.661-1.385-3.974-0.171-0.446-0.35-0.904-0.536-1.374-0.539-1.355-1.116-2.741-1.693-4.083-0.174-0.404-0.349-0.807-0.526-1.21-0.187 0.405-0.371 0.812-0.554 1.219-0.606 1.346-1.211 2.736-1.776 4.093-0.193 0.465-0.379 0.918-0.556 1.359-0.541 1.354-1.019 2.665-1.472 4.051-0.031 0.094-0.134 0.174-0.361 0.175-1.162 0.009-0.534 0.003-1.65 0.002-0.284 0-0.356-0.259-0.356-0.259-0.402-1.345-0.891-2.661-1.385-3.974-0.171-0.446-0.35-0.904-0.536-1.374-0.539-1.355-1.116-2.741-1.693-4.083-0.174-0.404-0.349-0.807-0.526-1.21-0.187 0.405-0.371 0.812-0.554 1.219-0.606 1.346-1.211 2.736-1.776 4.093-0.193 0.465-0.379 0.918-0.556 1.359-1.271 3.169-2.011 5.481-2.011 6.496 0 1.451 0.438 3.147 1.198 4.442 0.881 1.5 2.104 2.358 3.59 2.364 1.592 0.006 2.813-0.779 3.648-2.202 0.451-0.745 0.694-1.579 0.897-2.418l0.007-0c0 0 0.106-0.253 0.324-0.265 0.381-0.009 0.763-0.006 1.144-0.004 0.164-0.008 0.302 0.091 0.342 0.245 0.214 0.822 0.499 1.543 0.914 2.282 0.881 1.5 2.104 2.358 3.59 2.364 1.592 0.006 2.813-0.779 3.648-2.202 0.451-0.745 0.694-1.579 0.898-2.418l0.007-0c0 0 0.106-0.253 0.324-0.265 0.041-0.002 0.042-0.002 0.099-0.003 0.75-0.004 0.371-0.008 1.034-0.003 0.215 0.002 0.346 0.152 0.377 0.269 0.228 0.867 0.46 1.48 0.898 2.26 0.881 1.5 2.104 2.358 3.59 2.364 1.592 0.006 2.834-0.809 3.708-2.209 0.464-0.743 0.73-1.572 0.933-2.412l0-0c0.187-0.701 0.347-1.56 0.272-2.249-0.187-1.72-0.54-2.47-0.544-2.482-0.402-1.345-0.948-2.631-1.442-3.944-0.171-0.446-0.37-0.927-0.556-1.397-0.539-1.355-1.158-2.727-1.735-4.070-0.174-0.404-0.349-0.807-0.526-1.21z"></path>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

5
svg/ability-coven.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="20" height="32" viewBox="0 0 20 32">
<title>ability-coven</title>
<path fill="#444" d="M5.923 1.105l0.172-0.271c-0.157 1.1-0.067 2.15 0.086 2.598 0.308 0.899 1.458 1.665 1.785 2.327 0.732 1.479 0.693 3.268-0.148 4.666-0.949 1.148-2.97 1.098-3.632-0.431-0.714-1.65 1.366-3.078 0.862-3.546-1.908-1.773-0.127-3.653 0.874-5.343zM10.977 12.867c0.7-0.338 1.242-0.746 1.804-1.284 0.765 0.236 0.086 1.105-0.193 1.478-1.573 1.549-0.605 3.925-0.893 5.857-0.345 2.409 0.595 4.414 0.92 6.768 0.125 0.907 2.854 1.64 2.363 3.085-0.997 0.708-1.586-0.508-2.59-0.848-1.36-0.46-2.544 1.386-3.937 1.622-2.239 0.727-5.937-0.923-6.143-1.475-0.237-0.638-0.427-2.454 0.173-3.84 0.718-1.66 0.042-3.626-0.166-5.345-0.156-1.87-0.751-3.665-1.285-5.46 1.256 0.746 2.549 1.918 2.381 3.465-0.172 1.588-0.074 3.263 0.453 4.768 0.374 1.069 2.159 0.175 2.106-0.779 0.161-1.039-1.541-1.522-1.131-2.535 0.419-1.034-0.281-1.942 0.267-2.778 1.242-0.071 2.65-0.423 3.525-1.408 0.295-0.332-0.007 1.679 0.776 1.687 1.194 0.012-0.332-2.056 1.57-2.976zM9.399 9.849c-0.241 3.051-4.718 3.245-5.871 0.69-1.285-0.453-2.782 0.35-3.528 1.422 0.439 1.828 1.1 3.675 0.836 5.611 0.553 2.281 1.866 5.077 0.009 7.108-0.028 1.365-0.052 2.735 0.038 4.095 2.012 1.738 4.014 2.616 7.601 1.967 1.618-0.293 2.943-1.151 4.717-1.107 1.71 0.043 3.052 1.25 4.742 1.51l0.256 0.025c1.027 0.099 2.639-0.745 1.861-2.052-1.011-1.7-3.696-0.688-5.132-2.053-1.1-1.143-1.219-2.952-0.571-4.35 0.222-1.384-1.639-1.341-1.88-2.489-0.406-2.414 0.817-4.643 0.987-7.019 0.893-2.324-2.229-3.797-4.067-3.358z"></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="28" height="32" viewBox="0 0 28 32">
<title>ability-day-night</title>
<path fill="#444" d="M9.99 8.024c1.698-2.197 4.324-4.575 6.703-5.995 0.052 1.706 0.417 3.932 2.205 4.141 1.711 0.2 3.343-0.754 4.32-1.817-0.219 1.392-0.996 3.15 0 4.379 1.022 1.262 2.583 1.476 4.203 1.41-1.144 0.81-2.133 1.922-2.237 3.536-0.124 1.914 1.503 3.3 3.19 3.738-1.13 0.043-2.669 0.208-3.488 1.088-1.192 1.281-0.624 2.997-0.119 4.498-1.058-0.062-2.268-0.188-3.426 0.506-1.192 0.715-1.363 2.203-1.668 3.485-1.425-0.734-3.005-1.423-4.506-1.981 3.151-0.486 6.025-2.479 7.412-5.367 1.287-2.712 0.982-6.077-0.725-8.532-2.24-3.389-6.836-4.995-10.642-3.544-1.035 0.395-1.338 0.606-1.221 0.454zM9.24 9.808c-2.126 4.838-0.424 10.782 3.704 13.99 1.034 0.276 2.287 0.194 3.29-0.032 3.065-0.69 5.424-3.271 6.091-6.369 0.157-1.73-0.033-3.503-0.81-5.076-2.293-4.271-8.499-5.682-12.274-2.512zM13.614 2.743c-7.519 0-13.614 6.095-13.614 13.614s6.095 13.614 13.614 13.614c2.355-0.119 4.792-0.502 6.798-1.852l-1.217 0.064c-7.223 0-13.853-6.073-13.853-13.197 0.301-5.879 3.261-10.178 8.793-12.232z"></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="26" height="32" viewBox="0 0 26 32">
<title>ability-daybound-nightbound</title>
<path fill="#444" d="M16.806 17.537c0 0 2.224 0.698 3.549 1.142-0.544 0.672-1.376 1.94-1.389 1.953s-2.737-0.014-2.737-0.014l0.619-0.592c0 0-0.041-2.49-0.041-2.49zM10.313 8.767c-0.196 0.026-0.223 0.031-0.537 0.159 0.464 0.764 1.084 0.995 1.907 0.708 0.010-0.004 0.021-0.007 0.032-0.010-0.413-0.39-0.783-0.94-1.402-0.856zM9.637 8.062c1.915-0.212 2.125 0.898 3.472 2.121-0.026 0.009-0.052 0.017-0.078 0.026-2.038 0.711-3.573 0.14-4.723-1.753-0.013-0.021 0.686-0.323 1.329-0.394zM3.323 1.332l-0.483 0.026c-0.439 1.618-0.809 3.259-1.362 4.844 0.019-0.017 0.037-0.017 0.060-0.031 0.493-0.308 1.145-0.691 1.542-1.071 0.731 2.066 1.62 4.303 1.15 6.57-1.138-1.143-2.917-2.453-2.656-4.313-0.475 0.224-1.051 0.45-1.526 0.67-0.087 1.143-0.169 2.486 0.832 3.286 1.632 1.325 3.295 2.678 4.301 4.575-0.128 0.471-0.26 0.941-0.393 1.412 0.315 0.462 0.89 0.978 1.219 1.43-0.407 0.763-1.482 2.246-1.482 2.246s2.895-0.070 2.895-0.070c0 0-2.12 2.005-2.787 3.216 0.052 0.048 0.152 0.074 0.22 0.108 0.834 0.418 1.636 0.862 1.595 1.747-0.128 1.705-1.439 3.253-2.266 4.693 0 0 2.107-0.878 3.763-2.078 1.152-0.834 2.496-0.604 3.799-0.943-0.462-0.43-1.11-0.927-1.572-1.361 1.718-0.032 3.637-0.021 5.085-1.095-0.59-0.069-1.877-0.207-2.467-0.276 1.91-1.106 4.353-1.38 5.98-2.952-1.636-0.018-3.38-0.074-5.016-0.165 0.704-0.535 2.045-1.663 2.045-1.663s-2.498-1.799-2.513-1.794c-0.015 0.005-1.618 2.515-1.618 2.515s-2.456-3.28-2.456-3.28c0 0-1.672 2.033-1.721 1.985s-0.63-1.872-0.657-2.85c0.265 0.516 0.777 1.563 0.777 1.563s1.616-2.11 1.616-2.11c0 0 2.397 3.206 2.397 3.206s1.353-2.529 1.353-2.529c0 0 3 2.471 3 2.471s0.031-3.041 0.031-3.041c0 0 4.264 1.486 4.347 1.458 1.981-0.674 3.225-0.88 5.245-0.821-1.069-0.873-2.189-1.741-3.537-2.134-1.38-0.494-2.863-0.376-4.184-1.034-1.81-1.549-2.849-3.971-4.718-5.461-1.641-1.028-3.904-1.064-5.284-2.54-1.252-1.307-2.852-2.564-3.396-4.383-0.551-0.045-0.166-0.020-1.158-0.026z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

5
svg/ability-decayed.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="18" height="32" viewBox="0 0 18 32">
<title>ability-decayed</title>
<path fill="#444" d="M4.947 2.152c1.203-0.621 2.425-1.252 3.737-1.597 0.36 0.237 0.956 0.649 1.316 0.885-0.951 1.563-3.116 2.363-3.195 4.37 1.484-1.464 2.854-3.057 4.373-4.496 1.597 0.138 3.224 0.473 4.782 0.887 0.592 0.789 1.302 1.583 1.533 2.564-1.4-1.686-3.826-1.454-5.655-0.71-1.799 1.41-2.578 3.663-3.909 5.452-1.070 1.513-1.208 3.392-1.075 5.186 1.435 2.071 4.319 2.1 6.409 1.193 0.493-0.725 0.399-2.268 1.484-2.307 0.468 1.553-0.182 3.525-1.839 4.003-0.651 0.242-0.981 1.006-1.696 1.104-1.223-0.153-2.519-0.695-3.717-0.148-1.366 0.527-2.061 1.873-3.066 2.844 0.552 3.619 2.136 7.053 2.974 10.617l-0.347-0.227c-1.38-1.134-1.020-2.971-2.346-4.134-0.705-0.582-0.843-1.548-1.464-2.184-0.015 0.375-0.193 0.942-0.208 1.317-0.69 0.266-1.35 0.621-1.636 1.4-0.577 0.532-0.187 1.79-1.228 1.844 0.035-5.014-0.144-10.053-0.144-15.067l0.274-0.649c0 0 0-4.452 0-4.452s-0.273-0.669-0.274-0.699c-0.038-0.67-0.069-2.295 0.093-2.919 0.006-0.021 0.050-0.074 0.056-0.095 0.951-1.099 1.637-2.406 2.618-3.48l0.739 0.108c-0.153 1.395-1.321 2.406-1.632 3.761 1.666-0.794 1.716-3.18 3.042-4.373zM10.776 6.053c0.616 1.223 2.31 2.35 1.773 4.080 1.504-1.351 1.048-4.143-0.381-5.514-0.554 0.382-0.826 0.97-1.324 1.392-0.017 0.014-0.047 0.032-0.067 0.042zM9.517 12.677c0.074-0.015 0.217-0.054 0.291-0.074-0.082-1.152 0.33-2.613-0.701-3.459-0.019-0.016-0.046-0.068-0.058-0.046-0.288 0.531-0.575 0.894-0.727 1.147 0 0 0 0 0 0-0.016 0.026 0.012 0.061 0.020 0.091 0.19 0.753 1.077 1.577 1.176 2.341 0 0 0 0 0 0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

12
svg/ability-disturb.svg Normal file
View File

@ -0,0 +1,12 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
<title>ability-disturb</title>
<path fill="#444" d="M20.149 20.541v4.542c2.137 1.346 1.771 3.082 1.144 3.755l-1.791 1.918c-0.577 0.491-1.494 0.821-2.050 0.737l-15.006-3.246c-0.4-0.112-0.623-0.488-0.665-0.89-0.013-0.122-0.023-0.402 0.147-0.566 0.575-0.552 1.492 0.266 2.112 0.406s13.411 2.346 13.411 2.346c0.556 0.084 1.292-0.078 1.868-0.569l1.011-1.055c0.25-0.434-0.043-0.772-0.388-1.029-0.119 0.166-0.311 0.213-0.503 0.233-0.392 0-0.709-0.325-0.709-0.726l-0-4.672c1.123-0.882 0.662-0.474 1.418-1.184z"></path>
<path fill="#444" d="M17.398 22.673c-0.015 1.985-0.002 0.497-0.055 4.463 0 0.075-6.309-0.596-6.559-0.596l-0.701-0.349c2.593-0.814 5.040-2.045 7.316-3.517z"></path>
<path fill="#444" d="M21.363 14.068c0.252 0.064 0.405 0.299 0.539 0.505 1.255 2-1.013 3.589-2.403 4.99-2.557 2.579-9.436 6.283-14.352 6.437-2.591 0.081-6.636 0.066-4.588-3.818 0.492-0.932 2.558-2.528 2.030-0.922-1.014 3.086 0.549 3.15 3.131 2.91 4.791-0.278 11.565-3.96 13.691-5.952 2.182-2.046 1.536-2.6 1.527-3.191 0-0.235 0.028-0.893 0.349-0.957 0.025-0.005 0.051-0.002 0.077-0.002z"></path>
<path fill="#444" d="M8.964 2.724l0.776 0c4.062 0.186 7.342 3.541 7.566 6.969l0.022 0.891c-1.024 0.62-2.196 1.152-3.299 1.608-0.61 0.252-1.123 0.559-1.302 1.148-0.355 1.165 0.594 1.761 1.709 1.701 1.022-0.078 2.023-0.274 2.979-0.638l0.010 3.901c-3.477 2.35-7.55 4.288-11.773 4.706l-0.040 0.003c-0.725 0.067-1.191 0.092-1.565 0.077l-0.113-0.008c-0.067-0.036-0.137-0.069-0.195-0.119-0.224-11.218-0.783-13.792-0.783-13.752l0.267-0.215c1.585 1.413 3.479 2.657 5.564 3.153 1.496 0.356 2.806 0.123 3.187-0.953 0.423-1.194-0.289-2.315-1.88-2.496l-0.267-0.052c-2.155-0.518-4.675-1.323-5.45-3.639 0.051-0.261-0.001-0.148 0.143-0.345 0.846-0.814 1.858-1.432 3.003-1.726 0.469-0.121 0.959-0.142 1.438-0.212z"></path>
<path fill="#444" d="M20.121 12.711l0.037 3.048c-0.248 0.863-0.793 1.244-1.423 1.533l0.002-3.692c0.432-0.363 0.943-0.484 1.384-0.889z"></path>
<path fill="#444" d="M21.805 0.959c2.71-0.020 4.225 2.314 3.661 4.868-1.164 4.491-7.637 7.855-11.091 8.11-0.932 0.050-0.471-0.664 0-0.8 2.836-0.818 7.546-3.582 8.564-6.182 0.968-2.472 0.673-5.364-4.246-4.018l-0.409 0.127c-0.574 0.090-0.955-0.232-0.091-0.8 1.152-0.744 2.238-1.21 3.612-1.304z"></path>
<path fill="#444" d="M5.059 1.151c0.049-0.007 0.023 0.011 0.005 0.022-2.073 1.091-3.673 6.509 4.582 8.328l0.259 0.050c1.352 0.301 0.838 2.074-0.935 1.726-2.096-0.461-10.095-4.503-5.606-9.331 0.41-0.377 1.138-0.698 1.695-0.794z"></path>
<path fill="#444" d="M11.291 0.571c0.787-0.003 1.569 0.121 2.314 0.377 3.064 1.054 5.222 4.1 6.21 7.108 0 0 0.107 0.302 0.196 0.8 0.011 0.062 0.063 0.251 0.007 0.299-0.373 0.32-0.423 0.38-1.159 0.711-0.058 0.026-0.181 0.064-0.166-0.124 0.024-0.302-0.062-0.603-0.122-0.9-2.603-7.595-8.142-7.705-12.326-6.671 0.151-0.091 0.3-0.179 0.449-0.261 1.224-0.671 2.559-1.176 3.958-1.307 0.212-0.020 0.426-0.021 0.639-0.032z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

5
svg/ability-domain.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="24" height="32" viewBox="0 0 24 32">
<title>ability-domain</title>
<path fill="#444" d="M14.901 3.543c2.867 2.281 2.131 1.57 5.867 4.885s4.371 8.493 1.183 12.398c-2.648 3.243-5.853 5.762-8.528 8.995-0.96 0.032-1.912 0.023-2.872 0.014-2.698-3.466-6.178-5.99-9.078-9.667-1.617-2.050-1.783-4.831-1.074-7.346 1.312-4.010 8.143-8.892 8.143-8.892 2.311-1.516 2.567-1.738 3.461-1.772 1.129-0.043 2.898 1.385 2.898 1.385zM11.022 16.782c-0.038 0.008-0.205-0.002-0.244 0-2.063 0.132-4.228 0.163-6.847 2.154-0.051 0.039-0.132 0.15-0.132 0.15 7.191 7.549 7.261 7.657 7.291 7.711 0.027-3.283 0.147-6.731-0.068-10.014l-0-0zM13.354 16.782c-0.039-0.002-0.206 0.008-0.244 0-0.215 3.283-0.095 6.732-0.068 10.014 0.030-0.054 0.1-0.162 7.291-7.711 0 0-0.081-0.111-0.132-0.15-2.619-1.991-4.784-2.022-6.847-2.154l-0-0zM17.906 8.74c-0.544 2.305-1.817 4.73-3.751 6.216 2.442-0.027 5.156 1.111 7.305 2.203 0.643-3.086-0.223-6.505-3.482-8.374-0.025-0.014-0.048-0.031-0.071-0.046zM6.226 8.739c-0.024 0.015-0.047 0.032-0.071 0.046-3.259 1.869-4.126 5.288-3.482 8.374 2.149-1.093 4.863-2.231 7.305-2.203-1.934-1.486-3.207-3.912-3.751-6.216l-0-0zM12.049 4.493c-2.066 0.037-4.004 2.224-4.004 2.771 0 1.748 1.269 4.984 2.864 6.047 0.362 0.241 0.325 0.183 1.136 0.183 0.897 0 0.74 0.027 1.1-0.176 1.76-0.992 2.804-4.205 2.804-5.986 0-0.616-2.012-2.873-3.9-2.84l-0-0zM11.997 10.284c0.868 0 1.572-0.704 1.572-1.572s-0.704-1.572-1.572-1.572c-0.868 0-1.572 0.704-1.572 1.572s0.704 1.572 1.572 1.572z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

5
svg/ability-enlist.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>ability-enlist</title>
<path fill="#444" d="M15.756 19.759c2.177 2.045 4.353 4.090 6.53 6.135l0.046 2.961h-3.007c-1.132-1.22-2.265-2.44-3.399-3.658-0.091-2.905-0.050-1.615-0.121-3.87-0.002-0.048-0.002-0.048-0.003-0.097-0.015-0.49-0.031-0.981-0.046-1.471zM17.044 13.729l-0.027 0.017c-0.438 0.481-0.941 0.899-1.4 1.359 0.048 1.496 0.096 2.993 0.142 4.489 1.147-1.221 2.295-2.442 3.438-3.667 0.054-0.116-0.1-0.305-0.16-0.386-0.35-0.48-1.387-1.697-1.994-1.812zM18.177 10.658c-0.149 0-0.23-0.005-0.346 0.106l-1.108 1.108c-0.151 0.15-0.151 0.395 0 0.545l0.525 0.525c0.133-0.071 0.299-0.007 0.426 0.044 0.109 0.049 0.232 0.128 0.372 0.234 0.24 0.182 0.535 0.449 0.829 0.746 0.289 0.293 0.555 0.594 0.74 0.839 0.105 0.139 0.184 0.26 0.235 0.366 0.053 0.132 0.132 0.29 0.059 0.433l0.52 0.52c0.151 0.151 0.395 0.151 0.545 0l1.108-1.108c0.151-0.15 0.151-0.395 0-0.545l-3.706-3.706c-0.099-0.081-0.036-0.040-0.199-0.106zM20.774 10.276c-0.149 0-0.23-0.005-0.346 0.106l-0.454 0.454c-0.151 0.15-0.151 0.395 0 0.545l1.49 1.49c0.151 0.15 0.395 0.15 0.545 0l0.454-0.454c0.151-0.15 0.151-0.395 0-0.545l-1.49-1.49c-0.099-0.081-0.036-0.040-0.199-0.106zM21.873 8.85c-0.248 0-0.359-0.012-0.554 0.169-0.241 0.241-0.241 0.631 0 0.872l1.635 1.635c0.241 0.241 0.631 0.241 0.872 0s0.241-0.631 0-0.872l-1.635-1.635c-0.159-0.129-0.058-0.063-0.318-0.169zM25.162 6.947l0.11 0.008c0.331 0.135 0.203 0.051 0.405 0.215 0.306 0.306 0.306 0.802 0 1.109s-0.802 0.306-1.109 0c-0.306-0.306-0.306-0.802-0-1.109 0.187-0.144 0.35-0.234 0.595-0.223zM25.682 6.183c-0.549 0.056-1.071 0.088-1.541 0.407-0.025 0.009-0.002 0-0.058 0.047l-0.001 0.001-0 0c-0.516 0.569-0.899 1.242-1.273 1.909 0 0 0.363 0.509 0.665 0.812 0.327 0.327 0.825 0.678 0.825 0.678s1.454-0.789 1.912-1.276l0-0c0.559-0.689 0.453-1.714 0.44-2.548-0.532-0.033-0.21-0.018-0.969-0.030zM11.806 12.409c-0.024-0.342 3.071-0.303 3.084 0.001 0.026 0.592 0.546 17.343 0.546 17.343l-1.978 1.978-2.21-1.978c0 0 0.621-16.46 0.558-17.343zM12.224 7.232h2.107c0.213 0 0.385 0.173 0.385 0.385v0.642c0 0.213-0.173 0.385-0.385 0.385h-2.107c-0.213 0-0.385-0.173-0.385-0.385v-0.642c0-0.213 0.173-0.385 0.385-0.385zM15.898 9.339c0.213 0 0.385 0.173 0.385 0.385l-0 1.567c0 0.213-0.173 0.385-0.385 0.385h-0.736c-0.049-0.153-0.217-0.208-0.348-0.264-0.111-0.038-0.253-0.068-0.425-0.092-0.304-0.043-0.705-0.067-1.117-0.070-0.418-0.003-0.816 0.017-1.114 0.059-0.174 0.024-0.316 0.055-0.428 0.098-0.126 0.054-0.288 0.126-0.332 0.27h-0.742c-0.213 0-0.385-0.173-0.385-0.385v-1.567c0-0.213 0.173-0.385 0.385-0.385h5.241zM12.121 5.408h2.312c0.341 0 0.617 0.276 0.617 0.617v0c0 0.341-0.276 0.617-0.617 0.617h-2.312c-0.341 0-0.617-0.276-0.617-0.617v0c0-0.341 0.276-0.617 0.617-0.617zM13.278 1.636c0.433 0 0.784 0.351 0.784 0.784s-0.351 0.784-0.784 0.784c-0.433 0-0.784-0.351-0.784-0.784s0.351-0.784 0.784-0.784zM13.29 0.27v0 0c-0.637 0.562-1.312 1.178-1.508 2.042-0.011 0.024-0.001 0.001-0.008 0.075l-0 0.001 0 0c0.038 0.767 0.243 1.514 0.45 2.25 0 0 0.616 0.104 1.044 0.104 0.463 0 1.063-0.104 1.063-0.104s0.47-1.586 0.45-2.255l-0-0c-0.141-0.906-0.856-1.517-1.49-2.113v0zM10.911 19.759c-0.015 0.49-0.031 0.981-0.046 1.471-0.002 0.048-0.002 0.048-0.003 0.097-0.070 2.255-0.030 0.965-0.121 3.87-1.134 1.218-2.267 2.438-3.399 3.658h-3.007l0.046-2.961c2.176-2.045 4.353-4.090 6.53-6.135zM9.623 13.729l0.027 0.017c0.438 0.481 0.941 0.899 1.4 1.359-0.048 1.496-0.096 2.993-0.142 4.489-1.147-1.221-2.295-2.442-3.438-3.667-0.054-0.116 0.1-0.305 0.16-0.386 0.35-0.48 1.387-1.697 1.994-1.812zM8.49 10.658c0.149 0 0.23-0.005 0.346 0.106l1.108 1.108c0.15 0.15 0.15 0.395 0 0.545l-0.525 0.525c-0.133-0.071-0.299-0.007-0.426 0.044-0.109 0.049-0.232 0.128-0.372 0.234-0.24 0.182-0.535 0.449-0.829 0.746-0.289 0.293-0.555 0.594-0.74 0.839-0.105 0.139-0.184 0.26-0.235 0.366-0.053 0.132-0.132 0.29-0.059 0.433l-0.52 0.52c-0.151 0.151-0.394 0.151-0.545 0l-1.108-1.108c-0.151-0.15-0.151-0.395 0-0.545l3.706-3.706c0.099-0.081 0.036-0.040 0.199-0.106zM5.892 10.276c0.149 0 0.23-0.005 0.346 0.106l0.454 0.454c0.151 0.15 0.151 0.395 0 0.545l-1.49 1.49c-0.151 0.15-0.395 0.15-0.545 0l-0.454-0.454c-0.151-0.15-0.151-0.395 0-0.545l1.49-1.49c0.099-0.081 0.036-0.040 0.199-0.106zM4.794 8.85c0.248 0 0.359-0.012 0.554 0.169 0.241 0.241 0.241 0.631 0 0.872l-1.635 1.635c-0.241 0.241-0.631 0.241-0.872 0s-0.241-0.631 0-0.872l1.635-1.635c0.159-0.129 0.058-0.063 0.318-0.169zM1.505 6.947l-0.11 0.008c-0.331 0.135-0.203 0.051-0.405 0.215-0.306 0.306-0.306 0.802 0 1.109s0.802 0.306 1.109 0c0.306-0.306 0.306-0.802 0-1.109-0.187-0.144-0.35-0.234-0.595-0.223zM0.985 6.183c0.549 0.056 1.071 0.088 1.541 0.407 0.025 0.009 0.002 0 0.058 0.047l0.001 0.001 0 0c0.516 0.569 0.899 1.242 1.273 1.909 0 0-0.362 0.509-0.665 0.812-0.327 0.327-0.825 0.678-0.825 0.678s-1.454-0.789-1.912-1.276l-0-0c-0.559-0.689-0.453-1.714-0.44-2.548 0.532-0.033 0.21-0.018 0.969-0.030z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

5
svg/ability-exploit.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="18" height="32" viewBox="0 0 18 32">
<title>ability-exploit</title>
<path fill="#444" d="M15.389 7.906c1.468 1.582 2.044 3.698 2.211 5.799-0.048 3.64-2.19 6.717-5.513 8.121-0.535-1.501-1.816-2.381-3.388-2.46-1.636 0.038-2.746 0.941-3.365 2.405-0.364-0.14-0.133-0.044-0.681-0.319-0.446-0.242-0.835-0.576-1.253-0.864l2.989-2.361c0.768 0.514 1.509 0.514 2.41 0.585 2.833 0 5.13-2.286 5.13-5.107-0.055-1.353-0.41-2.332-1.317-3.338l2.777-2.461zM16.409 0.001l-0.102 0.052-6.445 4.93c-0.071-0.014-0.142-0.031-0.213-0.041-0.28-0.039-0.568-0.006-0.849-0.037v0c-4.86 0-8.8 3.94-8.8 8.8 0.131 1.637 0.498 3.407 1.428 4.801l2.704-2.76c-0.356-0.664-0.456-1.291-0.461-2.041 0.137-2.709 2.123-5.014 4.94-5.097l-4.521 5.302c-0.157 0.184-0.029 0.468 0.213 0.472l2.089 0.035-5.545 6.27c-0.223 0.265 0.13 0.625 0.399 0.407l11.176-8.691c0.209-0.17 0.089-0.508-0.18-0.508h-2.474l4.709-4.466c0.191-0.181 0.057-0.501-0.205-0.494l-2.574 0.019 5.012-6.498c0.129-0.251-0.010-0.469-0.299-0.454zM8.699 20.224c-1.497 0-2.71 1.213-2.71 2.71l0.001 0.026h5.417l0.001-0.026c0-1.497-1.213-2.71-2.71-2.71zM5.755 23.842c0 0-1.372 0.83-1.372 1.423s1.372 0.966 1.372 0.966h6.235c0 0 1.423-0.322 1.423-0.966s-1.423-1.423-1.423-1.423h-6.235zM6.384 27.027c-0.304 0-0.551 0.247-0.551 0.551v0c0 0.304 0.247 0.551 0.551 0.551h5.015c0.304 0 0.551-0.247 0.551-0.551v0c0-0.304-0.246-0.551-0.551-0.551h-5.015zM5.247 28.907c0 0-2.575 1.813-1.711 2.084 0.404 0.127 10.202 0.15 10.742-0.051 0.864-0.322-1.762-2.033-1.762-2.033h-7.268z"></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="29" height="32" viewBox="0 0 29 32">
<title>ability-fabricate</title>
<path fill="#444" d="M16.745 3.962l1.416-0.585c0.446 0.657 0.892 1.313 1.338 1.97 0.508-0.047 1.020-0.046 1.528 0.002 0.446-0.656 0.893-1.312 1.338-1.968 0.943 0.392 1.887 0.785 2.83 1.178-0.151 0.778-0.3 1.557-0.449 2.335 0.395 0.324 0.756 0.686 1.079 1.082 0.78-0.149 1.559-0.297 2.339-0.446 0.391 0.943 0.781 1.887 1.17 2.831-0.657 0.445-1.314 0.89-1.971 1.335 0.051 0.508 0.047 1.020-0 1.529 0.656 0.444 1.31 0.892 1.966 1.336-0.392 0.944-0.783 1.888-1.175 2.832-0.779-0.151-1.558-0.3-2.338-0.449-0.325 0.393-0.688 0.754-1.080 1.080 0.149 0.779 0.296 1.559 0.445 2.339-0.943 0.391-1.887 0.78-2.831 1.17-0.446-0.657-0.892-1.313-1.338-1.97-0.508 0.047-1.019 0.047-1.527-0.002-0.447 0.656-0.894 1.312-1.339 1.969-0.943-0.393-1.886-0.785-2.829-1.178 0.15-0.778 0.299-1.557 0.449-2.336-0.395-0.323-0.757-0.685-1.079-1.081-0.779 0.149-1.559 0.297-2.339 0.446-0.391-0.943-0.781-1.887-1.17-2.831 0.657-0.445 1.314-0.89 1.97-1.335-0.053-0.508-0.049-1.020 0.001-1.528-0.656-0.445-1.31-0.892-1.966-1.337 0.39-0.945 0.783-1.888 1.175-2.833 0.779 0.151 1.558 0.299 2.337 0.449 0.325-0.393 0.688-0.754 1.081-1.079-0.148-0.78-0.296-1.559-0.445-2.339l1.415-0.586zM18.622 8.503c-2.183 0.902-3.221 3.403-2.319 5.586s3.403 3.221 5.586 2.319c2.183-0.902 3.221-3.403 2.319-5.586s-3.403-3.221-5.586-2.319zM4.423 4.518c1.297-0.536 2.782 0.081 3.318 1.378s-0.081 2.783-1.378 3.318-2.782-0.081-3.318-1.378c-0.536-1.297 0.081-2.782 1.378-3.318zM3.308 1.82l-0.841 0.348c0.088 0.463 0.176 0.926 0.264 1.389-0.233 0.194-0.449 0.408-0.642 0.641-0.463-0.089-0.926-0.177-1.388-0.267-0.232 0.561-0.466 1.121-0.698 1.683 0.39 0.264 0.779 0.53 1.168 0.794-0.030 0.302-0.032 0.606-0.001 0.908-0.39 0.264-0.78 0.529-1.171 0.793 0.231 0.561 0.463 1.122 0.695 1.682 0.463-0.089 0.926-0.176 1.389-0.265 0.191 0.235 0.406 0.45 0.641 0.642-0.089 0.463-0.178 0.925-0.267 1.388 0.56 0.234 1.121 0.466 1.681 0.7 0.265-0.39 0.53-0.78 0.796-1.17 0.301 0.029 0.605 0.029 0.907 0.001 0.265 0.39 0.53 0.78 0.795 1.17 0.561-0.232 1.122-0.463 1.682-0.695-0.088-0.463-0.176-0.926-0.264-1.389 0.233-0.194 0.449-0.408 0.642-0.641 0.463 0.089 0.926 0.177 1.389 0.267 0.233-0.561 0.465-1.122 0.698-1.683-0.39-0.264-0.778-0.53-1.168-0.794 0.028-0.302 0.031-0.606 0-0.908 0.39-0.264 0.78-0.529 1.171-0.793-0.231-0.561-0.463-1.122-0.695-1.682-0.463 0.089-0.926 0.176-1.389 0.265-0.192-0.235-0.407-0.45-0.641-0.643 0.089-0.462 0.177-0.925 0.267-1.387-0.56-0.234-1.121-0.466-1.681-0.7-0.264 0.39-0.53 0.779-0.795 1.169-0.302-0.029-0.606-0.029-0.908-0.001-0.265-0.39-0.53-0.78-0.795-1.17l-0.841 0.347zM7.196 19.983c1.849 0 3.349 1.499 3.348 3.348s-1.499 3.349-3.348 3.349c-1.849 0-3.348-1.499-3.348-3.349s1.499-3.348 3.348-3.348zM7.196 16.136l-1.199 0c-0.126 0.608-0.252 1.217-0.378 1.825-0.382 0.118-0.752 0.271-1.105 0.458-0.518-0.342-1.038-0.682-1.556-1.024-0.566 0.566-1.132 1.131-1.697 1.699 0.342 0.518 0.682 1.037 1.023 1.555-0.188 0.352-0.344 0.722-0.458 1.105-0.608 0.125-1.217 0.251-1.825 0.377-0.001 0.8-0.001 1.599 0 2.399 0.609 0.125 1.217 0.251 1.826 0.377 0.115 0.383 0.268 0.753 0.457 1.105-0.341 0.519-0.682 1.038-1.023 1.556 0.565 0.566 1.131 1.132 1.695 1.699 0.519-0.342 1.038-0.684 1.558-1.024 0.352 0.187 0.723 0.34 1.104 0.458 0.126 0.608 0.253 1.217 0.379 1.825 0.8 0 1.599 0.001 2.399 0 0.125-0.608 0.252-1.217 0.377-1.825 0.381-0.119 0.752-0.271 1.105-0.458 0.52 0.341 1.039 0.682 1.558 1.024 0.566-0.566 1.132-1.132 1.697-1.698-0.342-0.518-0.681-1.038-1.023-1.555 0.186-0.354 0.343-0.723 0.458-1.106 0.608-0.125 1.217-0.252 1.825-0.377 0.001-0.8 0.001-1.599 0-2.399-0.609-0.125-1.217-0.251-1.826-0.377-0.116-0.383-0.269-0.753-0.458-1.105 0.341-0.518 0.682-1.037 1.024-1.555-0.565-0.566-1.13-1.132-1.696-1.699-0.518 0.342-1.038 0.683-1.557 1.024-0.353-0.187-0.724-0.34-1.105-0.458-0.126-0.608-0.253-1.217-0.379-1.826l-1.199-0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

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>ability-for-mirrodin</title>
<path fill="#444" d="M13.34 13.050c0.26 0.489 0.576 1.211 1.066 1.583 0.27-0.080 0.556-0.408 0.734-0.518-0.027 0.623-0.196 1.381-0.159 2.015 0.006 0.085 0.478 0.512 0.478 0.512s-0.569 0.376-0.569 0.376c0 0-0.072 0.636-0.194 0.922 0.031-0.009 0.184-0.020 0.216-0.023 0.686-0.048 1.278-0.141 1.798-0.708 0.115 0.113 0.256 0.539 0.329 0.658 0.751 0.037 1.386 0.099 2.018 0.479-0.201 0.366-0.593 1.234-0.8 1.6 0.637 0.815 1.255 1.644 1.878 2.468 0.691 0.151 1.374 0.311 2.061 0.476 0.064-0.316 0.192-0.948 0.261-1.259 0.211-0.192 0.637-0.577 0.852-0.769 0.545 0.371 1.090 0.737 1.639 1.099-0.6 0.801-1.017 1.846-1.937 2.336-1.401 0.44-2.876 0.559-4.332 0.692-0.49-1.227-1.337-2.253-2.148-3.279-0.192 0.779-0.327 0.959-0.441 1.758-0.044 0.306-0.077 0.881 0.026 1.173 0.020 0.058 0.792 0.473 0.782 0.534-0.169 1.042-0.066 1.477-0.038 1.559 0.263 0.774 0.837 1.476 1.366 2.137-1.277 0.321-2.527 0.749-3.808 1.055 0 0-0.578 0.166-1.079 0.166s-0.725-0.071-1.079-0.155c-1.281-0.306-2.531-0.733-3.808-1.055 0.529-0.66 1.103-1.362 1.366-2.137 0.028-0.082 0.131-0.517-0.038-1.559-0.010-0.061 0.762-0.476 0.782-0.534 0.103-0.292 0.070-0.867 0.026-1.173-0.114-0.799-0.249-0.979-0.441-1.758-0.811 1.026-1.658 2.052-2.148 3.279-1.456-0.133-2.931-0.252-4.332-0.692-0.92-0.49-1.337-1.534-1.937-2.336 0.55-0.362 1.095-0.728 1.64-1.099 0.215 0.192 0.641 0.577 0.852 0.769 0.069 0.311 0.197 0.943 0.261 1.259 0.687-0.165 1.369-0.325 2.061-0.476 0.623-0.824 1.241-1.653 1.878-2.468-0.206-0.366-0.598-1.234-0.799-1.6 0.632-0.38 1.267-0.443 2.018-0.479 0.073-0.119 0.214-0.545 0.329-0.658 0.52 0.567 1.112 0.66 1.798 0.708 0.032 0.002 0.185 0.014 0.216 0.023-0.121-0.286-0.194-0.922-0.194-0.922s-0.569-0.376-0.569-0.376c0 0 0.472-0.427 0.478-0.512 0.036-0.634-0.132-1.392-0.159-2.015 0.179 0.11 0.464 0.438 0.734 0.518 0.49-0.372 0.806-1.095 1.066-1.583v-0.010zM2.842 7.012c-0.515 0.619-0.888 1.177-1.233 1.826-1.046 1.966-1.6 4.131-1.609 6.355 0.097 1.919 0.331 3.849 1.275 5.564 0.832-0.553 0.369-0.243 1.388-0.932l0.814-0.554 1.548 1.152 0.292 1.138 0.501-0.27 1.123-1.482-0.421-0.852-0.584-1.062 1.038-0.624c0.661-0.339 1.336-0.723 2.083-0.819-0.207-1.015-0.162-0.572-0.2-1.321 0.032-0.641-0.007-0.306 0.135-1.004l-6.15-7.115zM23.781 6.953l-6.179 7.149c0.149 0.73 0.109 0.384 0.142 1.036-0.037 0.734 0.007 0.306-0.191 1.278 0.771 0.138 1.474 0.468 2.155 0.852l1.038 0.625-0.584 1.062c-0.067 0.122-0.144 0.278-0.422 0.852 0.638 0.836 0.309 0.435 0.993 1.36l0.511 0.395 0.070-0.59 0.55-0.557c0.214-0.195 0.363-0.284 1.34-1.146l0.814 0.554c1.017 0.687 0.556 0.379 1.38 0.927 0.223-0.528 0.511-1.033 0.669-1.583 0.568-1.981 0.514-2.266 0.599-3.965-0.153-3.026-0.938-5.856-2.886-8.246zM7.935 3.071c-1.349 0.528-2.767 1.357-3.774 2.531l5.161 7.588c0.279-0.66 0.794-1.244 1.387-1.639l-2.774-8.48zM18.668 3.044l-2.782 8.504c0.586 0.396 1.094 0.96 1.379 1.612l5.181-7.617c-1.076-1.076-2.321-2.009-3.778-2.498zM12.475 1.91c-1.277 0.065-2.276 0.33-2.777 0.489l1.772 8.712c0.762-0.322 0.329-0.178 1.315-0.38l-0.309-8.821zM14.203 1.91l-0.327 8.833c0.924 0.188 0.512 0.053 1.249 0.365l1.774-8.724c-1.205-0.303-1.591-0.417-2.696-0.474z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

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

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32">
<title>ability-hideaway</title>
<path fill="#444" d="M18.783 15.417c1.912 3.233 4.716 6.327 6.193 9.814 0.786 1.855-2.294 2.681-2.957 2.758-5.357 0.663-10.719 1.316-16.076 1.984-1.885-4.282-3.853-8.535-5.892-12.794-0.076-0.159-0.101-0.608 0.166-0.786 0.363-0.242 1.739-0.272 1.739-0.272l16.826-0.704zM17.964 16.453h-0c-0.003 0.035-0.612 5.196-0.673 5.96 0.004 0.349 0.090 0.681 0.267 0.977l1.956-0.463 2.193 3.070-14.306 1.875-0.923-1.86 9.731-2.303c0.473-2.386 0.744-4.81 0.961-7.232 0 0-15.161 0.789-15.161 0.789s5.064 11.179 5.158 11.226c0.094 0.047 17.143-2.248 17.143-2.248s-6.343-9.826-6.346-9.79zM13.58 20.905l2.11 2.376-9.438 2.149-1.074-2.337 8.402-2.188zM8.315 19.811l1.979 1.406-5.304 1.42-0.659-1.39 3.983-1.437zM4.99 19.509l0.795 0.59-1.695 0.593-0.344-0.744 1.244-0.439zM7.175 2.026l-0.796 0.029c-0.479 0.953-0.726 1.994-1.031 3.005-0.106-0.939 0.474-2.439-1.007-2.371-0.46 1.873-0.498 3.823-1.137 5.657-0.686 2.457-1.891 4.748-2.357 7.266l3.824-0.163c2.915-8.951 1.442-4.496 4.418-13.365l-1.915-0.059zM9.73 2.105c-0.468 1.163-0.75 2.377-1.169 3.556-0.687 1.694-1.171 3.455-1.476 5.251-0.663 1.476-1.336 2.947-1.786 4.505l1.184-0.044 3.457-0.147c1.412-4.328 2.431-8.798 4.246-12.985l-4.457-0.136zM15.58 2.284c-0.923 0.684-0.458 0.338-1.398 1.038-0.271 1.258-0.523 2.521-0.774 3.784-1.347 2.56-1.971 5.366-2.883 8.096l3.869-0.165c1.64-4.191 3.386-8.348 4.734-12.644l-3.548-0.109zM19.716 2.41l-0.221 0.173c-0.469 2.386-1.895 4.574-2.122 7.008-0.029 0.052-0.012 0.237-0.041 0.289-0.954 1.696-1.975 3.272-2.553 5.14l2.864-0.122c1.825-1.852 2.378-4.487 4.15-6.375 1.67-1.822 3.249-3.74 4.447-5.914l-0.973-0.030c-0.894 0.875-0.548 0.418-1.094 1.327-0.077-0.454-0.123-0.911-0.187-1.366l-4.271-0.131z"></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="15" height="32" viewBox="0 0 15 32">
<title>ability-investigate</title>
<path fill="#444" d="M13.016 0.043c-0.025 1.258-0.11 2.643-0.8 3.889-0.608 1.099-2.592 1.324-2.427 3.047 0.007 0.073 0.009 0.254 0.083 0.262 0.441 0.046 0.786-0.167 1.405 0.199 0.063 0.037 0.187 0.139 0.254 0.173 0.062 0.877-0.033 1.905-0.082 2.785 0.061 0.029 0.165 0.066 0.229 0.088 1.178 0.404 2.87 1.47 3.682 3.776-0.165 9.403-0.234 13.526-0.234 13.553s-0.626 0.733-0.932 1.057c-1.147 0.999-2.211 2.084-3.352 3.086-3.386-0.766-6.745-1.658-10.123-2.458-0.849-0.068-0.711-1.040-0.71-1.663 0.004-2.42 0.112-4.678 0.197-7.232 0.068-1.848-0.16-4.256 0.678-5.973 1.084-1.837 2.508-3.321 4.579-4.25 0.042-0.019 0.081-0.043 0.121-0.064 0.003-0.857-0.093-1.782-0.014-2.634 0.073-0.033 0.181-0.118 0.249-0.149 0.495-0.224 0.575-0.51 1.833-0.334 0.029 0.004 0.011-0.179 0.014-0.207 0.138-1.613-1.529-1.703-2.096-2.22-0.678-0.618-1.409-1.529-1.409-2.813 0-0.469-0.449-0.723-0.494-0.882-0.164-0.576-0.083-0.965-0.083-0.965l9.432-0.069zM3.407 15.798c-0.921 0.011-1.473 0.139-2.233 0.611-0.216 7.715-0.154 11.723-0.154 11.723s0.4 0.207 1.204 0.393c2.489 0.577 4.999 0.971 7.534 1.204 0.060-12.008 0.058-12.231 0.060-12.228 0.028 0.028-3.428-1.664-5.585-1.696l-0.825-0.006zM13.898 15.639c-0.621 0.179-1.227 0.441-1.779 0.869-0.376 0.291-0.833 0.622-0.979 1.048 0.028 11.528 0.013 11.657 0.014 11.735 1.15-0.627 2.965-2.482 2.951-2.468-0.174-10.967-0.118-11.209-0.207-11.183zM10.094 10.465l0.068 0.011c-1.435 0.095-2.564 0.102-3.58 0.023-0.090-0.007-0.169 0.056-0.176 0.141s0.066 0.134 0.149 0.166c0.993 0.386 2.183 0.42 3.596 0.034 0.087-0.024 0.158-0.168 0.152-0.253s-0.119-0.127-0.209-0.121zM8.486 1.604l-2.834 0.038c0.006 0.724-0.256 1.59 0.267 2.192 0.596 0.732 1.457 1.287 2.436 1.324 1.232 0.128 2.279-0.654 2.903-1.628 0.156-0.616 0.084-1.292 0.061-1.916l-2.834-0.011zM8.886 22.921c-1.481 0.976-2.634 1.26-3.326-0.621-0.654-0.13-0.913 0.221-1.44 0.514 0 0.639-0.243 1.236-0.243 1.919 2.112 0.399 0.356 2.042 0.565 3.155 0.054 0.015 0.21 0.093 0.262 0.116 1.227 0.563 2.581 0.609 3.907 0.309 0.057-0.013 0.102-0.027 0.16-0.035 0.416-0.093 0.257-0.585 0.231-0.732-0.080-0.643-0.284-1.152-0.045-2.015 0.262-0.947 0.497-1.62 0.187-2.62zM7.282 19.207c-0.019 0.048-0.041 0.102-0.055 0.148-0.12 0.4-0.466 0.554-0.594 0.917-0.225 0.635 0.296 0.656 0.159 0.929-0.115 0.23-0.319 0.194-0.467 0.49-0.163 0.325-0.103 0.718 0.148 1.026 0 0 0 0 0 0s0 0 0 0c0.494 0.647 1.728 0.123 1.892-0.547 0.301-1.232-0.667-1.143-0.523-1.75 0.118-0.497-0.303-0.904-0.559-1.214z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

5
svg/ability-meld.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>ability-meld</title>
<path fill="#444" d="M27.603 13.279c0.245 0.001 0.132-0.001 0.34 0.005 0.595 0.022 1.081 1.011 0.749 1.512l-9.747 14.748c-0.39 0.626-1.223 0.755-1.597 0.347-0.198-0.216-0.354-0.622-0.354-0.622s-2.814-7.804-2.876-7.969c-0.2-0.538 0.297-0.645 0.447-0.65 0.112-0.004 3.734-0.234 3.734-0.234 0.696-0.043 1.184-0.705 1.020-1.382 0 0-1.179-4.884-1.245-5.139s0.044-0.499 0.331-0.506c0.237-0.006 9.045-0.101 9.045-0.101 0.047-0.009 0.109-0.008 0.152-0.010zM10.774 1.879c-0.356 0.072-0.648 0.194-0.859 0.508l-9.747 14.748c-0.331 0.501-0.197 1.501 0.635 1.517 0.403 0.011 0.806 0.029 1.21 0.036 2.801 0.050 7.88 0.017 7.999 0.024 0.146 0.009 0.669-0.059 0.486-0.69-0.040-0.139-1.23-4.918-1.23-4.918-0.169-0.686 0.331-1.356 1.037-1.388l3.845-0.154c0 0 0.598-0.025 0.362-0.682-0.117-0.325-2.694-8.271-2.694-8.271s-0.164-0.358-0.307-0.494c-0.214-0.178-0.454-0.263-0.735-0.236zM19.967 6.642l-5.131 6.002-4.481 0.204 1.392 5.636-3.056 6.96 5.127-5.873 4.414-0.272-1.392-5.738 3.128-6.919z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

5
svg/ability-ninjutsu.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="31" height="32" viewBox="0 0 31 32">
<title>ability-ninjutsu</title>
<path fill="#444" d="M17.289 12.499c1.959 1.21 3.856 2.525 5.821 3.722 2.278-1.377 5.018-1.616 7.61-1.902-1.296 1.528-2.464 3.166-3.839 4.631 1.215 2.794 2.063 5.738 2.731 8.707-1.896-1.431-3.584-3.117-5.519-4.496-2.082 1.427-4.651 1.562-7.058 1.997 0.515-0.862 0.31-0.587 0.91-1.518 2.894-0.74 3.846-1.364 3.731-1.726-0.28-0.885-1.727-2.008-1.747-2.022-1.155-2.357-1.94-4.869-2.64-7.391zM23.425 18.5c-0.755 0-1.366 0.612-1.366 1.366s0.612 1.366 1.366 1.366c0.755 0 1.366-0.612 1.366-1.366s-0.612-1.366-1.366-1.366zM10.49 19.124c1.025 0 1.856 0.831 1.856 1.856s-0.831 1.856-1.856 1.856c-1.025 0-1.856-0.831-1.856-1.856s0.831-1.856 1.856-1.856zM11.7 9.547c-1.851 2.984-3.535 6.094-4.793 9.377-2.318 0.094-4.604 0.498-6.907 0.708 2.365 1.862 4.814 3.881 7.803 4.589 0.65 2.575 1.148 5.192 1.783 7.772 1.589-2.816 3.021-5.748 4.012-8.831 2.14-0.477 4.316-0.797 6.435-1.384-2.334-1.589-4.557-3.556-7.426-4.064-0.477-2.701-0.503-5.454-0.907-8.165zM21.662 4.987c0.511 0.511 0.511 1.341 0 1.852s-1.341 0.511-1.852 0c-0.511-0.511-0.511-1.341 0-1.852s1.341-0.511 1.852 0zM27.043 0.813c-2.412 0.565-4.803 1.277-7.069 2.287-1.203-1.109-2.546-2.048-3.799-3.092 0.251 2.109 0.466 4.338 1.604 6.182-0.96 1.609-2.017 3.163-2.988 4.767 2.198-0.612 4.374-1.36 6.407-2.404 1.305 0.829 2.551 1.755 3.901 2.519-0.371-1.957-0.5-4.047-1.677-5.732 1.109-1.585 2.47-2.972 3.621-4.526z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

5
svg/ability-obscura.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="18" height="32" viewBox="0 0 18 32">
<title>ability-obscura</title>
<path fill="#444" d="M9.321 2.061c0.901 0.022 1.222 0.49 1.459 1.028 0.255 0.49 0.179 1.283 0.167 1.807-0.026 8.606-0.035 8.82 0.11 8.943 0.219 0.152 0.473 0.045 0.615-0.201 0.056-7.234-0.123-8.187 0.154-9.203 0.066-0.242 0.637-0.967 1.538-0.791 0.681 0.133 1.158 0.965 1.121 1.626-0.112 8.501-0.145 9.394-0.044 10.283 0.112 0.481 0.725 0.418 0.769-0.242 0.010-0.157-0.001-3.59-0.022-5.339-0.010-0.84 0.139-1.983 1.165-2.087 0.616-0.063 1.184 0.521 1.286 1.16 0.095 10.108 0.094 11.509-0.020 12.835-0.085 0.986-0.12 1.113-0.263 1.917-1.242 4.884-7.591 7.819-11.987 5.111-2.816-1.432-3.864-4.523-5.367-7.046-0.008-4.274 0.035-4.742 0.039-4.985 0.411-0.583 0.971-1.245 0.738-2.019-0.087-0.389-0.012-0.862 0.375-1.052 0.205-0.080 0.371-0.081 0.586-0.086 0.456 0.034 0.825 0.257 1.051 0.655 0.496 0.993 0.318 2.114 0.294 3.179l0.004-0c-0.031 0.964 0.050 2.927 0.050 2.927s0.232 0.46 0.69 1.209c0.309 0.506 0.801 0.127 0.591-0.267s-0.594-1.072-0.591-1.069c-0.014-12.633-0.029-13.773 0.084-14.908 0.139-0.848 1.128-1.404 1.936-1.16 0.623 0.283 0.926 0.786 0.935 1.633 0.052 4.709-0.028 6.222 0.020 7.729 0.295 0.289 0.883 0.183 0.878-0.257-0.072-7.484-0.011-8.51-0.050-9.549 0.045-0.906 0.666-1.805 1.692-1.78v0zM9.275 16.027v0c-1.724 0-3.121 1.397-3.121 3.121 0.025 1.005 0.482 1.988 1.335 2.556l-1.293 6.137c0.512 0.214 1.055 0.351 1.598 0.461l1.483-8.609 1.498 8.618c0.55-0.085 1.088-0.264 1.603-0.472l-1.339-6.119c0.85-0.574 1.353-1.55 1.358-2.572 0-1.724-1.397-3.121-3.121-3.121z"></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="32" height="32" viewBox="0 0 32 32">
<title>ability-prototype</title>
<path fill="#444" d="M18.105 2.162v0c0.267 1.366 0.544 2.727 0.787 4.097 0.666 0.253 1.327 0.52 1.983 0.792 1.132-0.797 2.27-1.584 3.422-2.348 0.987 1.006 1.973 2.012 2.965 3.013-0.768 1.128-1.526 2.255-2.318 3.368 0.282 0.676 0.549 1.356 0.802 2.041 1.375 0.253 2.746 0.525 4.122 0.763-0.015 1.405-0.015 2.809-0.015 4.214-1.371 0.209-2.727 0.491-4.088 0.758-0.253 0.68-0.52 1.356-0.782 2.032 0.792 1.118 1.55 2.26 2.309 3.402-1.006 0.996-1.983 2.022-3.013 2.999-1.137-0.778-2.275-1.55-3.407-2.333-0.642 0.262-1.283 0.52-1.93 0.773-0.262 1.371-0.544 2.736-0.821 4.102-3.245-0-3.742-0-4.238 0-0.277-1.366-0.559-2.732-0.821-4.102-0.646-0.253-1.288-0.51-1.93-0.773-1.132 0.782-2.27 1.555-3.407 2.333-1.030-0.977-2.007-2.002-3.013-2.999 0.758-1.142 1.516-2.284 2.309-3.402-0.262-0.676-0.53-1.351-0.782-2.032-1.361-0.267-2.717-0.549-4.088-0.758 0-1.405 0-2.809-0.015-4.214 1.375-0.238 2.746-0.51 4.122-0.763 0.253-0.685 0.52-1.366 0.802-2.041-0.792-1.113-1.55-2.241-2.318-3.368 0.992-1.001 1.978-2.007 2.965-3.013 1.152 0.763 2.289 1.55 3.422 2.348 0.656-0.272 1.317-0.54 1.983-0.792 0.243-1.371 0.52-2.732 0.787-4.097l-0-0 4.209-0zM16 9.773c-3.439 0-6.227 2.788-6.227 6.227s2.788 6.227 6.227 6.227c3.439 0 6.227-2.788 6.227-6.227s-2.788-6.227-6.227-6.227zM16.008 14.314c0.931 0 1.686 0.755 1.686 1.686s-0.755 1.686-1.686 1.686c-0.931 0-1.686-0.755-1.686-1.686s0.755-1.686 1.686-1.686zM16.008 11.513v0c-2.448 0-4.432 1.984-4.432 4.432s1.984 4.432 4.432 4.432c2.448 0 4.432-1.984 4.432-4.432s-1.984-4.432-4.432-4.432z"></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="32" height="32" viewBox="0 0 32 32">
<title>ability-read-ahead</title>
<path fill="#444" d="M20.949 4.302c0 0-2.259 3.819-2.259 3.819s2.512 2.083 2.526 2.094c0.014 0.012-1.58 2.054-2.382 3.142 0.705 0.797 2.115 2.505 2.115 2.505s-1.766 2.156-1.766 2.156c0 0 1.786 2.094 1.786 2.094s-2.279 2.854-2.279 2.854c0 0 2.398 3.255 2.398 3.255s1.362-1.62 1.362-1.62c0 0 6.566 0.007 6.566 0.007s-0.018-17.898-0.018-17.898c0 0-7.946-0.068-7.946-0.068s0.575-0.945 0.575-0.945c4.872 0.024 6.968 0.035 7.812 0.050 0.358 0.006 0.518 0.213 0.518 0.495 0 0.601 0.001 1.544 0.007 1.55s0.895 0.009 1.492 0.017c0.461 0.006 0.529 0.179 0.529 0.497 0.001 2.751 0.012 16.157 0.016 18.89 0 0.358-0.154 0.501-0.471 0.501-2.561 0-14.267-0.014-14.267-0.014s-0.636-0.87-1.072-1.456c-0.71 0.657-1.061 1.381-2.357 1.465-0.17 0.011-10.864 0.006-13.334 0.001-0.305-0.001-0.5-0.162-0.5-0.455 0-2.65-0-16.095 0-18.915 0-0.381 0.187-0.518 0.449-0.517 0.601 0.004 1.593 0.010 1.593 0.010s0-1.377 0.054-2.029c3.698 0.005 7.458-1.273 11.15-0.627 0.938 0.101 1.644 0.731 2.265 1.388l0.81-0.381 0.002-0.005c1.11-0.538 4.626-1.859 4.626-1.859zM1.199 8.752c-0.077 0.001-0.165 0-0.245 0.004-0.024 0.001-0.019-0.001-0.029 0.004 0 0.019 0 18.081 0 18.119s8.231-0.046 12.236-0.012c0.984 0.008 1.614-0.386 2.212-0.967-1.545-1.534-2.092-1.861-3.339-2.119-0.834-0.173-1.741-0.172-2.6-0.064-2.693 0.337-4.599 2.109-7.134 1.997-0.049-0.002-0.148-0.009-0.148-0.009s-0.046-16.944-0.046-16.944c-0.303-0.005-0.605-0.008-0.908-0.008zM17.995 25.453c-0.256 0.004-0.51 0.031-0.763 0.062-0.071 0.009-0.143-0-0.213 0 0.554 1.42 1.333 1.351 3.414 1.343 0.109-0 0.038 0.004 0.14 0.008-0.706-1.049-1.338-1.404-2.578-1.413zM30.969 8.663c-0.319-0.002-0.638 0.010-0.957 0.003 0.015 5.445 0.007 10.889 0.004 16.334-0.008 0.141 0.009 0.326-0.107 0.432-0.119 0.109-0.308 0.102-0.457 0.105-1.709 0.004-6.742-0.019-6.728-0.004 0.018 0.018-1.049 1.333-1.049 1.333s9.385 0 9.367 0c-0.018 0 0.019-12.247 0.036-18.2l-0.109-0.003zM30.016 24.91c-0 0.064-0 0.179-0 0.238-0 0.016 0 0.031-0 0.047-0 0.012-0-0.025-0-0.037-0-0.049 0-0.107 0-0.159 0.001-0.033 0-0.004 0.001-0.089zM16.862 6.946c-0.284 0.133-0.561 0.282-0.825 0.452-0.009 5.711 0.001 11.382-0.027 17.093-0.002 0.356 0.897 0.347 0.902 0.014s-0.029-11.705-0.050-17.558z"></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="27" height="32" viewBox="0 0 27 32">
<title>ability-reconfigure</title>
<path fill="#444" d="M3.052 1.070c1.326 1.046 2.612 2.363 3.889 3.464-0.189 0.392-0.536 0.793-0.724 1.18 0.422 1.513 0.87 2.99 1.158 4.527-1.043-0.025-3.14-0.073-3.14-0.073s2.748 7.646 3.92 11.371c0.447 1.587 1.963 2.457 3.438 2.943 0.382-0.59 1.166-1.713 1.166-1.713s0.075 6.214 0.075 6.214c0 0-1.168 1.366-1.889 1.947-0.8-3.61-1.765-7.737-5.261-9.701-1.738-4.821-5.414-14.411-5.414-14.411s-0.58-1.631-0.038-2.246c0.924-1.106 2.032-2.292 2.821-3.502zM5.94 11.648c0.052 0.039 1.967 6.646 3.060 9.845 0.268 1.086 1.39 1.51 2.249 2.050 0.238-0.58 0.516-1.165 0.754-1.746-0.72-0.764-1.665-1.583-1.745-2.741-0.153-2.208 1.614-3.305 1.535-3.322-0.006-0.001 0.015-0.126 0-4.087 0-0.006-5.778 0-5.853 0zM13.333 21.018c0.958 0 1.735-0.776 1.735-1.732s-0.777-1.732-1.735-1.732c-0.958 0-1.735 0.775-1.735 1.732s0.777 1.732 1.735 1.732zM23.614 1.070c0.79 1.21 1.898 2.396 2.821 3.502 0.541 0.615-0.038 2.246-0.038 2.246s-3.676 9.59-5.414 14.411c-3.497 1.964-4.462 6.090-5.261 9.701-0.72-0.58-1.889-1.947-1.889-1.947s0.075-6.214 0.075-6.214c0 0 0.783 1.123 1.166 1.713 1.475-0.486 2.991-1.356 3.438-2.943 1.172-3.725 3.92-11.371 3.92-11.371s-2.097 0.048-3.14 0.073c0.288-1.537 0.735-3.015 1.158-4.527-0.189-0.387-0.536-0.788-0.724-1.18 1.276-1.101 2.563-2.418 3.889-3.464zM20.727 11.648c-0.052 0.039-1.967 6.646-3.060 9.845-0.268 1.086-1.39 1.51-2.249 2.050-0.238-0.58-0.516-1.165-0.754-1.746 0.72-0.764 1.665-1.583 1.745-2.741 0.153-2.208-1.614-3.305-1.535-3.322 0.006-0.001-0.015-0.126 0-4.087 0-0.006 5.778 0 5.853 0z"></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="29" height="32" viewBox="0 0 29 32">
<title>ability-specialize</title>
<path fill="#444" d="M14.667 2.502v0c0.008-0.058 3.553 5.596 3.553 5.596s-1.417 0.339-1.417 0.339l-0 5.59c0 0 3.71-3.891 3.71-3.891s-0.692-1.168-0.692-1.168c0 0 5.21-1.434 5.21-1.434s-0.276 5.376-0.276 5.376c0 0-1.425-0.586-1.434-0.634s-6.52 7.251-6.52 7.251 8.036-2.178 8.036-2.178c0 0-0.138-1.985-0.138-1.985s4.632 2.84 4.632 2.84l-2.536 4.632c0 0-1.048-1.902-1.048-1.902s-8.409 2.384-8.409 2.384c0 0 0.006 5.97 0.001 6.182 0 0-5.357-0.008-5.349 0s0.001-6.182 0.001-6.182c0 0-8.409-2.384-8.409-2.384s-1.048 1.902-1.048 1.902l-2.536-4.632c0 0 4.632-2.84 4.632-2.84s-0.138 1.985-0.138 1.985c0 0 8.036 2.178 8.036 2.178s-6.511-7.299-6.52-7.251c-0.009 0.048-1.434 0.634-1.434 0.634s-0.276-5.376-0.276-5.376c0 0 5.204 1.42 5.21 1.434s-0.692 1.168-0.692 1.168 3.71 3.868 3.71 3.891c0 0.023 0-5.59 0-5.59s-1.417-0.339-1.417-0.339c0 0 2.204-3.854 3.553-5.595l0-0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

5
svg/ability-toxic.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="17" height="32" viewBox="0 0 17 32">
<title>ability-toxic</title>
<path fill="#444" d="M7.771 15.075c-0.031-2.836 0.394-3.903 0.816-5.826 0.633 1.893 0.837 3.864 0.837 5.85 2.334 0.608 4.379 2.623 4.276 5.168 0.059 2.506-1.981 4.464-4.266 5.116-0.070 1.377-0.226 2.851-0.686 4.103-0.055 0.149-0.124 0.274-0.161 0.429-0.549-1.446-0.754-2.993-0.793-4.543-2.358-0.588-4.333-2.581-4.323-5.116-0.034-2.52 1.956-4.565 4.3-5.183zM5.123 19.777c-0.265 1.79 0.952 3.579 2.703 3.946-0.025-6.968-0.031-6.994-0.032-7.017-1.26 0.579-2.543 1.581-2.671 3.071zM9.428 16.732c-0.050 6.895-0.049 6.973-0.049 7.013 1.427-0.588 2.77-1.859 2.711-3.512 0.039-1.643-1.241-2.903-2.662-3.501zM8.587 0.418v0 0c-2.090 4.672-4.21 9.332-6.5 13.91-1.651 3.205-2.872 7.032-1.482 10.589 1.375 3.518 3.535 5.392 7.213 5.984 0.059 0.009 0.119 0.011 0.179 0.016-0.628-1.177-0.574-3.164-2.035-3.659-2.888-1.054-4.329-3.985-4.172-6.986-0.088-2.408 1.054-4.585 2.158-6.639 0.059-0.108 0.175-0.375 4.639-10.053v-0.002c1.546 3.352 3.087 6.707 4.639 10.055 1.103 2.055 2.246 4.232 2.158 6.639 0.157 3.001-1.284 5.932-4.172 6.986-1.461 0.495-1.407 2.482-2.035 3.659 0.060-0.005 0.12-0.006 0.179-0.016 3.678-0.591 5.838-2.466 7.213-5.984 1.39-3.557 0.169-7.384-1.482-10.589-2.143-4.16-6.5-13.91-6.5-13.91v0z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

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

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>ability-training</title>
<path fill="#444" d="M27.931 2.684c0.711-1.338 1.715-1.359 2.805-2.275 0.083-0.070 0.321-0.328 0.415-0.38 0.653 1.209 1.206 3.001 0.565 4.349-0.762 2.062-1.941 3.994-2.321 6.163-0.125 0.717 0.711 0.424 1.192 0.863 0 0-0.314 1.192-0.314 1.192-0.24 0.111-0.926-0.014-1.216-0.035-0.164-0.012-0.34 0.024-0.472 0.17-0.163 0.181-0.033 0.909-0.368 1.276-1.002 1.096-1.393 2.96-2.69 2.583-0.578-0.168-0.585-0.753-0.376-1.485 0.223-0.78-1.213-0.23-0.719-2.272 0.108-0.448 1.032-0.258 1.242-0.781 0.103-0.258-0.401-0.406-0.627-0.669-0.090-0.105-0.089-0.956 0.021-0.962 0.416-0.022 0.983 0.132 1.071-0.213 0.832-3.269 0.826-4.679 1.044-5.159 1.304 0.22 1.611 0.458 1.611 0.458-0.080-0.454-1.153-1.427-1.148-1.417s0.087-1.029 0.287-1.405zM14.25 2.837c-1.070 0.305-0.832 1.739-1.247 2.495-0.965 1.755 1.030 1.91 1.55 2.91 0.036 0.738-0.366 1.594-0.496 2.308 1.962-0.523 4.185-0.985 6.241-0.834-0.218-0.665-0.925-1.064-0.907-1.984 0.008-0.417 0.567-0.567 0.548-1.039-0.023-0.567 0.584-0.535 0.643-0.794 0.246-1.077-0.319-1.121-0.416-1.625-0.17-0.888-0.227-1.89-0.964-2.457-0.729-0.561-2.154 0.378-2.759 0.605-0.664 0.249-1.522 0.192-2.192 0.416zM0 14.346c1.134 2.249 2.721 5.159 3.742 6.558 0.776 1.063 3.846 1.998 5.827 2.793 0.838-1.47 1.789-3.419 2.186-5.061 0.471-1.947-0.843-3.726-3.118-8.92zM11.643 12.721c0.148 1.548 0.717 3.009 1.125 4.499 0.49 1.817 1.203 3.577 2.183 5.186 0.568 0.971 2.143 1.522 2.209 2.486 0.042 0.612-0.482 1.039-0.907 1.493-0.438 0.467-0.511 1.181-0.151 1.71 0.542 0.796 0.151 2.542 1.153 3.506 0.612 0.589 1.98 0.398 2.721-0.019 0.841-0.472 0.227-2.088 0.51-2.703 0.064-0.14 0.168-0.436 0.387-0.614 0.302-0.246 0.359-1.236 0.151-1.578-0.425-0.699-1.215-1.234-1.209-1.691 0.019-1.512 2.116-1.069 2.391-2.523 1.007-3.381 1.307-7.646 1.304-11.15-1.751-0.496-3.647-0.505-5.443-0.435-2.419 0.095-4.425 0.977-6.424 1.833z"></path>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

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

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>ability-unearth</title>
<path fill="#444" d="M3.25 12.16c1.247 0.038 5.279 0 5.946 0.050 4.069 0.305 7.016 0.872 8.404 3.112l0.035-0.002 0.001 0.063c0.034 0.14 0.038 0.075 0.004 0.195 0.107 0.843-0.402 1.597-0.839 2.269-1.43 2.209-2.861 4.419-4.28 6.634-1.921 0.395-3.88 0.181-5.817 0.048-2.129-1.804-4.52-3.25-6.703-4.985 0.224-2.204 0.525-3.482 0.982-5.65 0.067-0.317 0.29-1.166 0.859-1.484 0.492-0.275 1.409-0.25 1.409-0.25zM2.416 14.294c-0.208 0.025-0.309 0.067-0.309 0.067-0.448 1.575-0.505 3.142-0.692 4.77 0.576 0.71 1.502 1.119 2.201 1.701 0.053-1.74-0.023-3.745 0.367-5.437-0.566-0.491-0.74-0.604-1.301-1.101 0 0-0.058-0.025-0.267-0zM9.253 13.283c-4.902 0.036-2.757-0.446-6.303-0.315 0.149 0.151 0.319 0.673 0.475 0.809 2.244 1.956 5.126 2.023 7.989 2.038 4.917 0.026 2.217-0.162 5.504 0.136-0.226-0.466-0.538-0.831-0.951-1.132-1.379-0.844-2.911-1.53-4.562-1.514l-2.152-0.023zM9.312 8.234l0.21 0.184c1.003 0.982 3.088 1.465 2.8 3.141-1.269-0.025-1.903-0.236-3.102-0.534-0.067-0.017-0.499-0.15-0.567-0.167 0.036-0.102 0.001-0.415 0.088-0.801 0.17-0.749 0.465-0.824 0.57-1.824zM8.844 6.766l0 0c-0.301 0.004-0.153-0.011-0.444 0.043-1.022 0.487-1.285 3.377-1.566 4.321 1.441 0.731 3.037 0.971 4.671 1.129l1.518 0.075c0.030-0.002 0.702-0.046 0.7-0.075-0.017-0.275-0.012-0.636-0.2-0.967-0.572-0.982-0.942-1.669-2.21-2.819-0.777-0.705-1.318-1.026-2.218-1.593l-0.252-0.115zM15.083 3.546c0.35 0.017 0.35 0.053 0.525 0.117 0.274 0.1 0.683 0.535 1.016 0.716-0.139 2.012 0.010 3.56 0.143 5.572-1.254-1.542-2.532-2.806-3.302-4.636 0.395-0.582 0.433-1.364 1.184-1.693 0.133-0.058 0.317-0.081 0.434-0.075zM16.335 1.478c-1.266-0.128-1.707-0.099-2.212 0.032-1.758 0.456-3.33 1.813-5 2.528-0.037 0.8-0.064 1.596-0.085 2.396 0.018 0.018 0.046 0.039 0.066 0.055 1.326 1.051 2.053 1.426 3.327 2.393 1.976 1.501 2.64 4.295 5.24 4.536-0.215-1.665-0.020-4.42 0-4.886s0.241-0.639 0.247-0.667c-0.179-2.114-0.146-3.615-0.974-5.602l-0.609-0.785zM20.361 15.362c2.039 0.854 4.334 0.644 6.404 1.301 0.144 2.391 0.085 4.881 0 7.271-1.815 0.005-1.968-0.367-3.602-3.202-1.080-1.873-1.9-3.401-2.802-5.37zM20.561 12.627c0.966-0.566 1.513-1.353 2.73-1.198 2.562-0.101 4.534 1.001 7.010 1.465-0.126 0.066 0.019 0.559-0.1 0.634-1.501 0.934-2.43 0.961-3.802 1.334-2.017 0.149-4.167-0.339-6.104-0.867-0.064-0.309 0.031-0.796-0.033-1.101zM19.016 11.829c-0.117 1.436-0.502 2.829-0.619 4.259 1.27 3.138 3.41 5.838 4.931 8.859 1.222 0.256 2.466 0.331 3.709 0.336 1.494-1.516 3.965-2.583 4.045-5.006 0.342-2.642 1.528-5.436 0.519-8.051-1.836-2.236-5.037-1.601-6.938-2.435-1.924-0.844-4.233 0.847-5.648 2.037zM12.477 26.728c0.806 0.117 1.617 0.24 2.418 0.374-0.027 1.083-0.174 1.753-0.238 2.836-0.144-0.443-0.423-1.158-0.567-1.601-0.683-0.347-1.261-0.456-1.939-0.798 0.080-0.203 0.245-0.608 0.326-0.811zM10.855 28.070c0.619 1.676 2.474 2.407 4.203 2.535 0.939-1.195 0.463-3.111 0.634-4.536-1.062-0.278-2.257-0.588-3.336-0.786-0.704 0.576-2.12 1.019-1.634 2.22z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

5
svg/counter-shield.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="28" height="32" viewBox="0 0 28 32">
<title>counter-shield</title>
<path fill="#444" d="M13.867 2.133c7.658 0 13.867 6.208 13.867 13.867s-6.208 13.867-13.867 13.867c-7.658 0-13.867-6.208-13.867-13.867s6.208-13.867 13.867-13.867zM13.867 4.29c-6.467 0-11.71 5.243-11.71 11.71s5.243 11.71 11.71 11.71c6.467 0 11.71-5.243 11.71-11.71s-5.243-11.71-11.71-11.71zM13.867 8.645c4.062 0 7.355 3.293 7.355 7.355s-3.293 7.355-7.355 7.355c-4.062 0-7.355-3.293-7.355-7.355s3.293-7.355 7.355-7.355zM13.867 7.256c-4.829 0-8.744 3.915-8.744 8.744s3.915 8.744 8.744 8.744c4.829 0 8.744-3.915 8.744-8.744s-3.915-8.744-8.744-8.744zM13.867 10.891c2.812 0 5.092 2.28 5.092 5.092s-2.28 5.092-5.092 5.092-5.092-2.28-5.092-5.092c0-2.812 2.28-5.092 5.092-5.092zM13.85 10.102c-3.248 0-5.881 2.633-5.881 5.881s2.633 5.881 5.881 5.881c3.248 0 5.881-2.633 5.881-5.881s-2.633-5.881-5.881-5.881zM13.867 13.96c1.117 0 2.023 0.906 2.023 2.023s-0.906 2.023-2.023 2.023-2.023-0.906-2.023-2.023c0-1.117 0.906-2.023 2.023-2.023zM13.867 11.919c-2.244 0-4.063 1.819-4.063 4.063s1.819 4.063 4.063 4.063 4.063-1.819 4.063-4.063c0-2.244-1.819-4.063-4.063-4.063zM10.394 7.084c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM13.867 6.522c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728-0.728 0.326-0.728 0.728c0 0.402 0.326 0.728 0.728 0.728zM13.867 26.994c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728-0.728 0.326-0.728 0.728c0 0.402 0.326 0.728 0.728 0.728zM3.831 18.524c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM3.831 15.026c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM5.031 11.662c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM7.363 8.889c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM5.031 21.864c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM7.363 24.633c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM10.394 26.405c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM17.476 26.405c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM17.476 7.084c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM20.687 24.633c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM22.918 21.864c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728-0.728 0.326-0.728 0.728c0 0.402 0.326 0.728 0.728 0.728zM24.148 18.524c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM24.148 15.026c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728zM22.918 11.662c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728-0.728 0.326-0.728 0.728c0 0.402 0.326 0.728 0.728 0.728zM20.687 8.889c0.402 0 0.728-0.326 0.728-0.728s-0.326-0.728-0.728-0.728c-0.402 0-0.728 0.326-0.728 0.728s0.326 0.728 0.728 0.728z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

5
svg/counter-stun.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>counter-stun</title>
<path fill="#444" d="M11.926 2.547c0 0 0 0 0 0s0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0c2.862-0.586 5.364-0.251 7.836 0.718-0.078 0.014-0.153 0.045-0.232 0.046-2.177 0.036-3.599 0.2-5.358 0.638-4.357 0.901-8.477 4.111-9.432 8.617-0.395 2.569-0.236 5.374 1.19 7.62 2.689 4.072 9.355 5.060 12.728 1.311 2.121-2.169 2.251-5.827 0.352-8.174-1.966-2.463-7.217-1.178-6.878 2.426 0.146 1.555 1.76 2.404 2.911 1.66 1.274-0.823 1.783-1.629 2.627-2.482 0.424 2.275-0.503 4.81-2.767 5.625-1.461 0.526-3.249 0.023-4.399-0.666-2.495-1.496-3.166-4.93-2.352-7.61 1.494-4.299 6.448-7.104 10.897-6.015 3.991 0.79 7.026 4.344 7.832 8.222 0.532 2.559 0.335 4.149-0.116 5.875-0.806 3.091-3.031 5.73-5.745 7.427-4.251 2.593-9.894 2.588-14.193 0.106-5.86-3.152-8.656-11.090-5.533-17.066 1.778-4.415 6.068-7.346 10.632-8.28z"></path>
</svg>

After

Width:  |  Height:  |  Size: 968 B

5
svg/ticket.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>ticket</title>
<path fill="#444" d="M9.965 0.038c0.47-0.045 0.957-0.049 1.41 0.104 0.695 0.223 1.382 0.465 2.066 0.717 0.778 0.272 1.394 0.923 1.685 1.686 0.202 0.495 0.133 1.042 0.211 1.559 0.058 0.344 0.273 0.647 0.545 0.858 0.439 0.335 1.064 0.39 1.564 0.161 0.283-0.134 0.49-0.378 0.678-0.62 0.493-0.637 1.276-1.066 2.088-1.074 0.361-0.032 0.726 0.017 1.070 0.131 0.673 0.212 1.338 0.447 2.002 0.686 0.381 0.148 0.779 0.29 1.085 0.572 0.59 0.526 1.029 1.276 1.017 2.085-0.014 0.252 0.022 0.516-0.067 0.757-2.519 7.34-5.051 14.676-7.594 22.007-0.147 0.382-0.232 0.797-0.491 1.125-0.584 0.875-1.7 1.311-2.728 1.169-0.28-0.037-0.544-0.137-0.812-0.218-0.67-0.22-1.337-0.454-1.993-0.713-0.877-0.309-1.531-1.113-1.742-2.007-0.128-0.55 0.025-1.169-0.292-1.669-0.368-0.626-1.224-0.873-1.878-0.571-0.286 0.112-0.495 0.345-0.678 0.582-0.413 0.553-1.038 0.941-1.709 1.093-0.49 0.085-1.005 0.076-1.48-0.084-0.737-0.231-1.464-0.489-2.183-0.772-0.897-0.339-1.554-1.19-1.724-2.125-0.009-0.352-0.034-0.709 0.007-1.058 7.784-22.522 7.859-22.851 8.044-23.128 0.419-0.658 1.128-1.129 1.899-1.255zM10.073 1.033c-0.556 0.113-1.044 0.512-1.297 1.014-3.674 10.608-5.688 16.43-7.681 22.26-0.149 0.378-0.146 0.807-0.045 1.197 0.184 0.545 0.588 1.049 1.145 1.239 0.632 0.24 1.271 0.461 1.913 0.669 0.243 0.076 0.49 0.164 0.749 0.151 0.441-0.018 0.889-0.153 1.228-0.443 0.32-0.253 0.503-0.635 0.827-0.883 0.566-0.449 1.342-0.653 2.047-0.454 0.857 0.194 1.569 0.895 1.771 1.751 0.135 0.474-0.001 0.983 0.178 1.448 0.199 0.54 0.649 0.99 1.198 1.17 0.651 0.241 1.306 0.473 1.964 0.696 0.492 0.192 1.070 0.213 1.558 0.001 0.45-0.214 0.875-0.563 1.031-1.052 3.19-9.228 5.422-15.684 7.634-22.147 0.196-0.521 0.126-1.127-0.167-1.598-0.243-0.375-0.595-0.704-1.028-0.839-0.728-0.268-1.461-0.525-2.199-0.765-0.27-0.099-0.562-0.073-0.842-0.057-0.557 0.054-1.037 0.415-1.362 0.854-0.298 0.407-0.728 0.714-1.21 0.864-0.722 0.236-1.547 0.071-2.15-0.383-0.548-0.416-0.934-1.080-0.927-1.779-0.031-0.327-0.012-0.666-0.11-0.983-0.215-0.517-0.613-0.996-1.158-1.178-0.594-0.227-1.197-0.434-1.801-0.632-0.403-0.15-0.843-0.203-1.267-0.12zM10.224 1.895c-0.277 0.086-0.545 0.274-0.633 0.562-3.594 10.35-5.616 16.217-7.636 22.085-0.071 0.197-0.105 0.41-0.068 0.618 0.039 0.367 0.322 0.675 0.663 0.798 0.576 0.216 1.16 0.412 1.745 0.601 0.267 0.074 0.549 0.184 0.827 0.098 0.292-0.079 0.495-0.323 0.687-0.542 0.551-0.719 1.413-1.199 2.321-1.26 0.931-0.079 1.886 0.264 2.556 0.913 0.492 0.453 0.838 1.065 0.94 1.729 0.087 0.409 0.047 0.834 0.139 1.242 0.116 0.274 0.347 0.515 0.634 0.609 0.69 0.25 1.384 0.489 2.082 0.719 0.415 0.15 0.909 0.020 1.188-0.325 0.149-0.151 0.193-0.365 0.263-0.558 2.522-7.308 5.044-14.615 7.562-21.924 0.038-0.181 0.009-0.371-0.022-0.552-0.089-0.338-0.378-0.602-0.704-0.71-0.72-0.261-1.446-0.508-2.18-0.727-0.414-0.122-0.873 0.074-1.115 0.423-0.428 0.59-1.041 1.053-1.747 1.252-0.857 0.249-1.809 0.118-2.586-0.315-0.716-0.398-1.262-1.084-1.5-1.867-0.14-0.429-0.112-0.885-0.156-1.328-0.024-0.369-0.291-0.71-0.639-0.833-0.67-0.261-1.351-0.493-2.040-0.701-0.187-0.064-0.393-0.073-0.581-0.009z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB