1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-21 21:56:48 +02:00

Add erlang, nodewebkit, apache, nginx & doctrine icons

This commit is contained in:
konpa
2015-05-13 16:35:51 +02:00
parent 61ef8f1de7
commit e05de2250c
37 changed files with 7656 additions and 25 deletions

View File

@@ -11,6 +11,12 @@
.devicon-angularjs-plain.colored { .devicon-angularjs-plain.colored {
color: #c4473a; color: #c4473a;
} }
.devicon-apache-line-wordmark.colored,
.devicon-apache-line.colored
.devicon-apache-plain-wordmark.colored,
.devicon-apache-plain.colored {
color: #303284;
}
.devicon-appcelerator-plain-wordmark.colored, .devicon-appcelerator-plain-wordmark.colored,
.devicon-appcelerator-original.colored, .devicon-appcelerator-original.colored,
.devicon-appcelerator-plain.colored { .devicon-appcelerator-plain.colored {
@@ -66,6 +72,12 @@
.devicon-docker-plain.colored { .devicon-docker-plain.colored {
color: #019bc6; color: #019bc6;
} }
.devicon-doctrine-line-wordmark.colored,
.devicon-doctrine-line.colored
.devicon-doctrine-plain-wordmark.colored,
.devicon-doctrine-plain.colored {
color: #f56d39;
}
.devicon-dot-net-plain-wordmark.colored, .devicon-dot-net-plain-wordmark.colored,
.devicon-dot-net-plain.colored { .devicon-dot-net-plain.colored {
color: #1384c8; color: #1384c8;
@@ -74,6 +86,10 @@
.devicon-drupal-plain.colored { .devicon-drupal-plain.colored {
color: #0073BA; color: #0073BA;
} }
.devicon-erlang-plain-wordmark.colored,
.devicon-erlang-plain.colored {
color: #a90533;
}
.devicon-firefox-plain-wordmark.colored, .devicon-firefox-plain-wordmark.colored,
.devicon-firefox-plain.colored { .devicon-firefox-plain.colored {
color: #DD732A; color: #DD732A;
@@ -164,10 +180,22 @@
.devicon-mysql-plain-wordmark.colored { .devicon-mysql-plain-wordmark.colored {
color: #00618a; color: #00618a;
} }
.devicon-nginx-original.colored,
.devicon-nginx-original-wordmark.colored,
.devicon-nginx-plain.colored,
.devicon-nginx-plain-wordmark.colored {
color: #090;
}
.devicon-nodejs-plain.colored, .devicon-nodejs-plain.colored,
.devicon-nodejs-plain-wordmark.colored { .devicon-nodejs-plain-wordmark.colored {
color: #83CD29; color: #83CD29;
} }
.devicon-nodewebkit-line.colored,
.devicon-nodewebkit-line-wordmark.colored,
.devicon-nodewebkit-plain.colored,
.devicon-nodewebkit-plain-wordmark.colored {
color: #3d3b47;
}
.devicon-oracle-original.colored, .devicon-oracle-original.colored,
.devicon-oracle-plain.colored, .devicon-oracle-plain.colored,
.devicon-oracle-plain-wordmark.colored { .devicon-oracle-plain-wordmark.colored {

View File

@@ -23,6 +23,69 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.devicon-nodewebkit-line-wordmark:before {
content: "\e611";
}
.devicon-nodewebkit-line:before {
content: "\e612";
}
.devicon-nodewebkit-plain-wordmark:before {
content: "\e613";
}
.devicon-nodewebkit-plain:before {
content: "\e614";
}
.devicon-nginx-original:before,
.devicon-nginx-original-wordmark:before,
.devicon-nginx-plain:before,
.devicon-nginx-plain-wordmark:before {
content: "\e615";
}
.devicon-erlang-plain-wordmark:before {
content: "\e616";
}
.devicon-erlang-plain:before {
content: "\e617";
}
.devicon-doctrine-line-wordmark:before {
content: "\e618";
}
.devicon-doctrine-line:before {
content: "\e619";
}
.devicon-doctrine-plain-wordmark:before {
content: "\e61a";
}
.devicon-doctrine-plain:before {
content: "\e625";
}
.devicon-apache-line-wordmark:before {
content: "\e626";
}
.devicon-apache-line:before {
content: "\e627";
}
.devicon-apache-plain-wordmark:before {
content: "\e628";
}
.devicon-apache-plain:before {
content: "\e629";
}
.devicon-go-line:before { .devicon-go-line:before {
content: "\e610"; content: "\e610";
} }

View File

@@ -23,6 +23,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "apache",
"tags": ["php"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{ {
"name": "appcelerator", "name": "appcelerator",
"tags": ["app", "mobile"], "tags": ["app", "mobile"],
@@ -119,6 +127,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "doctrine",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{ {
"name": "dot-net", "name": "dot-net",
"tags": ["framework"], "tags": ["framework"],
@@ -135,6 +151,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "erlang",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "firefox", "name": "firefox",
"tags": ["browser"], "tags": ["browser"],
@@ -311,6 +335,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "nginx",
"tags": ["server"],
"versions": {
"svg": ["original"],
"font": ["original", "original-wordmark", "plain", "plain-wordmark"]
}
},
{ {
"name": "nodejs", "name": "nodejs",
"tags": ["javascript", "language"], "tags": ["javascript", "language"],
@@ -319,6 +351,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "nodewebkit",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark", "line", "line-wordmark"],
"font": ["plain", "plain-wordmark", "line", "line-wordmark"]
}
},
{ {
"name": "oracle", "name": "oracle",
"tags": ["database"], "tags": ["database"],

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 398 KiB

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 234 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 229 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#303284" d="M14.8 71l-7.4 20h5.2l1.4-4h7.5l1.4 4h5.4l-7.4-20h-6.1zm.5 12l2.5-7.2 2.5 7.2h-5zM40.8 75.2c-1 0-1.8.2-2.6.6-.8.4-1.2.9-2.2 1.4v-1.2h-5v20h5v-5.9c0 .3 1.1.6 1.7.8.6.2 1.3.3 2.1.3.9 0 1.8-.2 2.6-.5s1.5-.9 2.2-1.6c.6-.7 1.1-1.5 1.5-2.5.4-1 .6-2.2.6-3.4 0-2.4-.5-4.3-1.6-5.7s-2.4-2.3-4.3-2.3zm0 11.4c-.6.8-1.6 1.1-2.9 1.1-.4 0-.6 0-1-.1-.4 0-.9-.1-.9-.2v-7.6c0-.3.8-.5 1.3-.6s.9-.2 1.4-.2c1.1 0 1.9.3 2.4 1s.7 1.7.7 3.2c-.1 1.5-.4 2.6-1 3.4zM62.3 76.5c-1.2-.9-3.2-1.3-5.9-1.3-1.2 0-2.5.1-3.7.3-1.2.2-1.7.4-2.7.5v4h.9c.4 0 1.1-.5 2-.8s1.8-.5 2.6-.5c1.3 0 2.1.1 2.8.4s.7.9.7 1.7v.1c-1 .1-2.6.2-3.9.4s-2.3.5-3.2.9c-.9.4-1.6 1-2 1.7-.5.7-.7 1.6-.7 2.7 0 1.4.5 2.5 1.5 3.4 1 .9 2.2 1.3 3.6 1.3.6 0 1.2-.1 1.7-.2s1-.3 1.5-.5c.3-.2.5-.4.9-.7s.7-.5.7-.7v1.8h5v-10.5c-.1-1.8-.6-3.1-1.8-4zm-3.3 10.4c0 .3-.6.6-1.1.8-.5.2-.9.3-1.4.3-.6 0-1 0-1.3-.1-.3-.1-.5-.2-.7-.4-.2-.2-.3-.4-.4-.6-.1-.2-.1-.5-.1-.8 0-.5.1-.9.4-1.2.3-.3.6-.5 1.1-.7.4-.1.7-.2 1.5-.3l1.9-.2v3.2zM76.5 75.2c-1.2 0-2.3.1-3.3.4-1.1.3-2 .8-2.8 1.4-.8.7-1.5 1.5-2 2.6s-.7 2.3-.7 3.7c0 1.3.2 2.5.7 3.5s1.1 1.8 1.9 2.5c.8.7 1.8 1.1 2.9 1.5 1.1.3 2.3.5 3.6.5 1 0 2-.1 2.8-.3.8-.2 1.5-.5 2.5-.9v-4.1h-.8c-.2 0-.4.4-.6.6-.2.2-.5.4-.8.6-.3.2-.7.3-1.2.5-.5.1-1 .2-1.7.2-1.3 0-2.3-.4-3-1.1s-1.1-1.9-1.1-3.3.3-2.5 1-3.4c.7-.8 1.7-1.2 3-1.2.6 0 1.1.1 1.5.2.4.1.8.3 1.2.5.4.2.7.6 1 .8.3.2.5-.2.7.8h.7v-4.5c-1-.4-1.6-.7-2.5-.9-.9-.4-1.9-.6-3-.6zM95.1 75.2c-1 0-1.8.2-2.6.5-.8.4-1.5.9-2.5 1.6v-7.3h-5v21h5v-10.9c1-.3 1-.5 1.5-.7.5-.1.9-.2 1.3-.2.6 0 1.1.1 1.5.2.3.2.6.4.8.7.2.3 0 .7.1 1.3.1.6-.1 1.2-.1 1.8v7.8h5v-10c0-1.9-.3-3.3-1.2-4.3-1-1-2.1-1.5-3.8-1.5zM112.4 75.2c-2.7 0-4.8.7-6.3 2.2-1.5 1.5-2.3 3.5-2.3 6s.8 4.5 2.4 5.9c1.6 1.4 4 2.1 7 2.1 1.2 0 2.5-.1 3.5-.3s1.4-.5 3.4-1v-4h-1c-.6 1-1.3.9-2.3 1.2-1 .4-2 .6-3 .6-1.6 0-2.9-.4-3.7-1-.8-.6-1.3-1.8-1.4-2.8h11.3v-1.5c0-2.3-.7-4.1-2-5.4-1.2-1.4-3.2-2-5.6-2zm-3.8 5.8c.1-1 .4-1.7 1-2.2.6-.5 1.4-.7 2.3-.7 1 0 1.8.1 2.2.7.5.5.7 1.2.8 2.2h-6.3zM127.3 58.4l-.2-.1v-.4l-.1-.4-.2-.3-.4-.2h-.1l-.1-.2-.3-.2-.3-.2-.4-.1h-.2l-.4-.4-.5-.3-.6-.3-.6-.2h-.2l-.5-.6-.6-.4-.6-.3-.6-.2h-.1l-.6-.4-.8-.3-.5-.1-.5-.4-.5-.2-.5-.1-.5-.1h-.5l-.6.1h-.1l-.4-.6-.6-.4-.8-.2h-.9l-1 .2-.4.1-.8-.3-.8-.2h-2.6000000000000005l-1-.4-.9-.3-.9-.1h-.6l-.8-.8-.9-.6-.8-.4-.8-.2h-.8l-.4.3-.5-.4-.6-.3-.7-.1-.6.1-.7-.3-.7-.2h-1l-1.1-.4-1.2-.3-1.1-.1h-.2l-1.2-.7-1.2-.3h-1.1.1l-1.7-.4-1.1-.1h-.5l-.7-.7-.8-.5-.9-.2-.9.1-.6.2-.8-.1h-1.8000000000000003v-.2l-1.4-.3-1.4-.2-1.3-.1-.5.1v-.1l-1-.1-1-.1h-.1l-1.1-.5-1.1-.3-1-.1h-.8l-1.1-.4-.9-.2h-1l-1.1-.8-.9-.3-.7-.1-.8-.4-1.2-.2h-1.1l-1.1-.5-1-.2h-.6l-1.2-.6-1-.3-1-.1-.3.1h.1l-1.4-.8-1.1-.4-1-.1h-.1l-.7-.5-.6-.3-.6-.2-.7-.1-.7.1-.8-.6-.7-.3-.9-.1h-.8l-.9.2-.2.1-1-.5-1-.3h-.9l-.8-.5-.7-.3h-.8l-.7.1-.7.2h-.1l-.7-.7-.6-.4-.7-.1-.7.1-.6.3-.2-.1-.3-.2-.3-.1-.3-.1h-.7l-.3.1-.5.3-.1.1-.9-.2h-.8l-.7.2-.6.5-.4.5-.3.7-.3.8-.2.8-.1.8-.1 1.6.1 1.8v.3c-.5-.2-1-.4-1.6-.6v-.4l.1-.6.1-1.3.1-1.2-.1-1.2-.1-.6-.1-.5-.1-.5-.2-.5-.2-.4-.3-.4-.3-.4-.6-.5.2.9.1.6.1.6.1.5.1.6.1.5v.1-.1l-.1-.3-.1-.3-.2-.6-.3-1-.1-.3-.2-1.3v-.4l.1-.7.1-.3.2-.7h-.2l-.5.6-.3.7-.3.7-.1.6v1.4l.1.7.1.7-.1-.1-.3-.4-.3-.4-.2-.5-.2-.5-.2-.5-.1-.7-.1-1-.7.6-.3.6-.2.6v.6l.1.6.2.6.3.6.1.2-.2.2-.6-.1-.1.2.4.2.4.3 1 .8.3.3.5.6.5.5.5.5.4.4.3.4.2.2c-5.7-2.3-11.7-5-19.1-8.5l-.4-.2.2.4c1 1.7 3.9 3.4 6.4 5 1.2.7 2.3 1.4 3.1 2 2.4 1.3 5.6 2.7 8.4 3.8h-.2l-2 .4-1.4.3-1.4.5-.7.3-.7.2-.6.4-.5.4-.5.5-.4.5-.3.6-.2.7.2.1.2-.2.5-.5.2-.2.6-.4.3-.2.3-.2.6-.3.4-.1.3-.1.7-.2.7-.1.6-.2 1.3-.7.6-.4.6-.4.5-.3.4-.2.3-.1.6.2-2.4 1.2-1.3.8-.7.5-.6.5-.6.5-.5.6-.3.5-.2.6-.1.6.1.7.4.9.5-1 .4-.6.4-.5.4-.4.4-.3.9-.6.4-.2-.1.4-.2.8v.9l.1 1 .3 1.1h.2l.2-1.1.3-1 .2-.5.4-.9.5-.9.8-1.4 1.1-1.8c.4.2.8.3 1.2.4l-.1.2-.7 1.4-.4.6-.3.7-.1.7-.2.7-.1.7v.7l.1.6.3.6.5.5.7.4.8.3.3.6.4.5.4.4.4.3.4.2.4.1h1v.1l.4.6.6.5.7.3h.8l.8-.2.2.2.6.6.6.4.7.3.8.1h.6l.6.4.7.3.8.2.6.5.8.4 1 .2 1.1.1h.2l.7.6.8.4.7.3.8.1.9-.2.4.2.6.3.6.1h.6l.6-.1.3.2 1 .3 1.1.1 1.3-.1.4.2.9.3 1 .1 1.4-.1h.1l.9.3 1 .1 1.1-.1.4.3 1 .4 1 .1 1.1-.1v-.1l.6.2h1l1.1-.2.7.2h.8l.8-.1 1.1.2.3.2 1 .3 1 .2 1.1.1 1.1-.1v-.1l.6.2.9.1.9.1v-.1l.6.2 1.2.4 1.3.3 1.4-.3v-.1h.2l.9.2.8.1h.9l.1.1.8.6.8.4h1.3l.8-.4.7-.6.9.1 1.1-.1h1.2v.1l.3.2 1.1.2 1.1-.1 1.1-.5h1l1.2.1 1-.1.6.1h1.4l.9-.1.5.2.6.1.6-.1.6-.3.1.1.8.1h2.5l.8-.3 1.1-.4h1.6l.8-.1.5.2.8.2.8.1.8-.1.9-.2.2.1.9.4.8.3h.8l.6-.3.5-.5.3.1.5.1.5.1h.5l.5-.1.5-.2.7.1.8-.1.7-.3h.7l.6-.1.6-.3.5-.4.1-.1.6.1.6-.1.5.1h.8999999999999999l.4-.3.3-.2.1-.2h.1l.3-.1.3-.2.2-.5.1-.6h.2l.3-.1.1-.3.1.1v-.8l-.3-.4zm-106.4-16l-.3.2.2-.5.3.1-.2.2zm.5-2.9l-.2-.2-.2-.4v-2.4l.1-.8.1.1.1.5.1.5.1.5.3 1.6.2.7c-.3 0-.5-.1-.6-.1z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#303284" d="M127.6 75.9l-.3-.5-.2-.1v-.4l-.1-.4-.2-.3-.4-.2h-.1l-.1-.2-.3-.2-.3-.2-.4-.1h-.2l-.4-.4-.5-.3-.6-.3-.6-.2h-.2l-.5-.6-.6-.4-.6-.3-.6-.2h-.1l-.6-.4-.8-.3-.5-.1-.5-.4-.5-.2-.5-.1-.5-.1h-.5l-.6.1h-.1l-.4-.6-.6-.4-.8-.2h-.9l-1 .2-.4.1-.8-.3-.8-.2h-2.6000000000000005l-1-.4-.9-.3-.9-.1h-.6l-.8-.8-.9-.6-.8-.4-.8-.2h-.8l-.4.3-.5-.4-.6-.3-.7-.1-.6.1-.7-.3-.7-.2h-1l-1.1-.4-1.2-.3-1.1-.1h-.2l-1.2-.7-1.2-.3h-1.1.1l-1.7-.4-1.1-.1h-.5l-.7-.7-.8-.5-.9-.2-.9.1-.6.2-.8-.1h-1.8000000000000003v-.2l-1.4-.3-1.4-.2-1.3-.1-.5.1v-.1l-1-.1-1-.1h-.1l-1.1-.5-1.1-.3-1-.1h-.8l-1.1-.4-.9-.2h-1l-1.1-.8-.9-.3-.7-.1-.8-.4-1.2-.2h-1.1l-1.1-.5-1-.2h-.6l-1.2-.6-1-.3-1-.1-.3.1h.1l-1.4-.8-1.1-.4-1-.1h-.1l-.7-.5-.6-.3-.6-.2-.7-.1-.7.1-.8-.6-.7-.3-.9-.1h-.8l-.9.2-.2.1-1-.5-1-.3h-.9l-.8-.5-.7-.3h-.8l-.7.1-.7.2h-.1l-.7-.7-.6-.4-.7-.1-.7.1-.6.3-.2-.1-.3-.2-.3-.1-.3-.1h-.7l-.3.1-.5.3-.1.1-.9-.2h-.8l-.7.2-.6.5-.4.5-.3.7-.3.8-.2.8-.1.8-.1 1.6.1 1.8v.3c-.5-.2-1-.4-1.6-.6v-.4l.1-.6.1-1.3.1-1.2-.1-1.2-.1-.6-.1-.5-.1-.5-.2-.5-.2-.4-.3-.4-.3-.4-.6-.5.2.9.1.6.1.6.1.5.1.6.1.5v.1-.1l-.1-.3-.1-.3-.2-.6-.3-1-.1-.3-.2-1.3v-.4l.1-.7.1-.3.2-.7h-.2l-.5.6-.3.7-.3.7-.1.6v1.4l.1.7.1.7-.1-.1-.3-.4-.3-.4-.2-.5-.2-.5-.2-.5-.1-.7-.1-1-.7.6-.3.6-.2.6v.6l.1.6.2.6.3.6.1.2-.2.2-.6-.1-.1.2.4.2.4.3 1 .8.3.3.5.6.5.5.5.5.4.4.3.4.2.2c-5.7-2.3-11.7-5-19.1-8.5l-.4-.2.2.4c1 1.7 3.9 3.4 6.4 5 1.2.7 2.3 1.4 3.1 2 2.4 1.3 5.6 2.7 8.4 3.8h-.2l-2 .4-1.4.3-1.4.5-.7.3-.7.2-.6.4-.5.4-.5.5-.4.5-.3.6-.2.7.2.1.2-.2.5-.5.2-.2.6-.4.3-.2.3-.2.6-.3.4-.1.3-.1.7-.2.7-.1.6-.2 1.3-.7.6-.4.6-.4.5-.3.4-.2.3-.1.6.2-2.4 1.2-1.3.8-.7.5-.6.5-.6.5-.5.6-.3.5-.2.6-.1.6.1.7.4.9.5-1 .4-.6.4-.5.4-.4.4-.3.9-.6.4-.2-.1.4-.2.8v.9l.1 1 .3 1.1h.2l.2-1.1.3-1 .2-.5.4-.9.5-.9.8-1.4 1.1-1.8c.4.2.8.3 1.2.4l-.1.2-.7 1.4-.4.6-.3.7-.1.7-.2.7-.1.7v.7l.1.6.3.6.5.5.7.4.8.3.3.6.4.5.4.4.4.3.4.2.4.1h1v.1l.4.6.6.5.7.3h.8l.8-.2.2.2.6.6.6.4.7.3.8.1h.6l.6.4.7.3.8.2.6.5.8.4 1 .2 1.1.1h.2l.7.6.8.4.7.3.8.1.9-.2.4.2.6.3.6.1h.6l.6-.1.3.2 1 .3 1.1.1 1.3-.1.4.2.9.3 1 .1 1.4-.1h.1l.9.3 1 .1 1.1-.1.4.3 1 .4 1 .1 1.1-.1v-.1l.6.2h1l1.1-.2.7.2h.8l.8-.1 1.1.2.3.2 1 .3 1 .2 1.1.1 1.1-.1v-.1l.6.2.9.1.9.1v-.1l.6.2 1.2.4 1.3.3 1.4-.3v-.1h.2l.9.2.8.1h.9l.1.1.8.6.8.4h1.3l.8-.4.7-.6.9.1 1.1-.1h1.2v.1l.3.2 1.1.2 1.1-.1 1.1-.5h1l1.2.1 1-.1.6.1h1.4l.9-.1.5.2.6.1.6-.1.6-.3.1.1.8.1h2.5l.8-.3 1.1-.4h1.6l.8-.1.5.2.8.2.8.1.8-.1.9-.2.2.1.9.4.8.3h.8l.6-.3.5-.5.3.1.5.1.5.1h.5l.5-.1.5-.2.7.1.8-.1.7-.3h.7l.6-.1.6-.3.5-.4.1-.1.6.1.6-.1.5.1h.8999999999999999l.4-.3.3-.2.1-.2h.1l.3-.1.3-.2.2-.5.1-.6h.2l.3-.1.1-.3.1.1v-.7zm-107-16.3l.2-.5.3.1-.2.2-.3.2zm.6-6.8l.1.5.1.5.1.5.3 1.6.2.7-.4-.2h.1l-.2-.1-.5-.4v-2.4l.1-.8.1.1z"/></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
icons/apache/apache.eps Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#F56D39"><path d="M100.5 61.2c-.1-2.3-.5-4.7-1.1-7.2-1.5-5.8-4.5-11.1-9-16.2-2.2-2.5-4.6-5.1-6.8-7.5l-3-3.3-4.7-5.1c-4.6-5.1-9.3-10.1-14-15.2-1.2-1.3-2.6-2.8-4.1-4-2.9-2.3-6.4-2.9-10.1-1.7-1.1.3-2 .9-2.9 1.3-.7.4-1.4 1-1.9 1.6-1.8 2.1-2.5 4.8-2.1 8.1.2 2.2 1.2 4.3 3.1 6.3l6.7 7.3 2.5 2.8c-5.6 2.7-10.5 6.1-14.6 10.1-3.6 3.4-6 6.7-7.6 10.2-2.7 5.7-3.7 12-3.2 19.3.2 2.7.8 5.5 1.9 8.3 1.6 4.1 4 7.8 7.4 11.5 6.6 7.1 14.9 11 24.6 11.5l1.9.1c1.3 0 2.5-.1 3.7-.1 2.3-.1 4.8-.5 7.5-1.2 6.9-1.8 12.8-5.5 17.3-11 5.9-7.5 8.8-16.2 8.5-25.9zm-11 23.9c-4.1 5-9.4 8.4-15.7 10-2.5.6-4.8 1-6.9 1.1-1.8.1-3.5.2-5.3.1-8.9-.5-16.5-4.1-22.5-10.6-3.1-3.4-5.3-6.8-6.8-10.5-1-2.5-1.5-5-1.7-7.4-.5-6.8.5-12.6 2.9-17.8 1.5-3.2 3.7-6.1 7-9.3 4.2-4.1 9.1-7.4 14.8-10.1l.6-.3c.3-.1.4-.3.6-.5l1-1-4.8-5.2-6.7-7.3c-1.4-1.5-2.1-3-2.3-4.6-.3-2.5.2-4.4 1.4-5.9.3-.3.7-.7 1.1-.9.7-.4 1.5-.8 2.2-1.1 1-.3 1.9-.4 2.7-.4 1.7 0 3.2.5 4.5 1.7 1.4 1.1 2.6 2.4 3.8 3.7l14 15.2 4.7 5.1 3 3.3c2.2 2.4 4.6 4.9 6.8 7.4 4.2 4.8 7 9.7 8.4 15 .6 2.3.9 4.4 1 6.5.5 9-2.2 16.9-7.8 23.8zM81.5 53.5l-6.2-6.3-1.2-1.2-1.9-1.9c-1.7-1.7-3.4-3.5-5.2-5.2-2-1.9-4.1-2.7-6.5-2.6-2.9.2-5.1 1.4-6.5 3.7-.6 1-1 2.2-.9 3.4.1 2.1 1 4.1 2.7 5.8l4.2 4.2c.7.7 1.4 1.4 2.1 2h-15.100000000000001c-1.1 0-2.1 0-2.9.1-1.7.1-3.3.7-4.4 1.9-2.1 2-2.9 4.7-2.3 7.7.6 3 2.4 5 5.3 5.6 1 .2 2 .2 2.8.3 2.4.1 4.8.2 7.2.2h9.4l-4.2 4.2c-1.7 1.7-2.9 3.3-3.7 5-.8 1.7-1 3.3-.4 4.8 1 2.9 3.9 4.9 7.1 4.9 1.4 0 2.8-.4 3.9-1.2 1.2-.8 2.3-1.8 3.2-2.7l13.5-12.7c2.5-2.4 4.3-5 5.3-7.8.3-.7.4-1.6.4-2.4 0-1.7-.7-3.1-1.3-4.1-1.3-2.4-3-4.3-4.4-5.7zm2.5 11.1c-.9 2.4-2.4 4.6-4.6 6.7-4.5 4.3-9 8.5-13.5 12.7-.9.9-1.9 1.8-2.9 2.5-.6.4-1.3.6-2.2.6-1.6 0-3.6-.9-4.3-2.9-.3-.8-.2-1.6.3-2.6.7-1.4 1.7-2.7 3.1-4.2 1.4-1.5 2.9-2.9 4.3-4.3l2-1.9.3-.4 2.6-2.8h-5.4l-1.7.1c-1.3 0-2.6 0-3.9.1-.7 0-1.3 0-2 .1l-2.9.1h-.6c-2.4 0-4.7-.1-7.1-.2-.7 0-1.6-.1-2.3-.2-1.6-.3-2.6-1.4-2.9-3.2-.4-2.1.1-3.7 1.4-5 .8-.8 1.8-1 2.5-1 .8 0 1.7-.1 2.7-.1l1.8.2c.6 0 1.2.2 1.9.2l18.5-.2-3.1-3.5-1.6-1.8-2.3-2.2c-1.4-1.3-2.8-2.7-4.1-4.1-1.1-1.2-1.8-2.5-1.8-3.9 0-.6.1-1.2.5-1.7.9-1.5 2.2-2.2 4.1-2.3 1.5-.1 2.9.5 4.2 1.8 1.7 1.7 3.5 3.4 5.1 5.1l1.9 1.9 1.2 1.2c2.1 2.1 4.2 4.2 6.2 6.3 1.2 1.3 2.8 2.9 3.9 5 .6 1.1.9 2 .9 2.8 0 .3-.1.7-.2 1.1zM13 110.4c-1-1.6-2.8-2.3-4.6-2.3-2 0-3.6.7-5 2.2-1.3 1.5-2 3.6-2 6.5 0 2.8.7 4.9 2.1 6.5 1.4 1.6 3 2.3 5 2.3.9 0 2-.2 2.9-.7.9-.5 1.6-1.2 2.6-2.1v2.3h4v-23h-5v8.3zm-.6 10.3c-.7.9-1.6 1.3-2.6 1.3-1.3 0-2.3-.6-3-1.7-.5-.8-.7-2.1-.7-3.9 0-1.7.4-2.9 1.1-3.8.7-.8 1.6-1.3 2.6-1.3 1.1 0 2 .4 2.7 1.3.7.8 1 2.2 1 4.2 0 1.8-.4 3.1-1.1 3.9zM29.9 108c-1.6 0-3.1.4-4.5 1.1-1.3.7-2.4 1.8-3.1 3.2-.7 1.4-1.1 2.8-1.1 4.3 0 1.9.4 3.6 1.1 4.9.7 1.3 1.8 2.4 3.2 3.1 1.4.7 2.9 1 4.4 1 2.5 0 4.5-.8 6.2-2.5 1.6-1.7 2.5-3.8 2.5-6.3s-.8-4.6-2.4-6.2c-1.7-1.8-3.8-2.6-6.3-2.6zm2.9 12.6c-.8.9-1.8 1.3-2.9 1.3-1.2 0-2.1-.4-2.9-1.3-.8-.9-1.2-2.2-1.2-3.8s.4-2.9 1.2-3.8c.8-.9 1.8-1.3 2.9-1.3 1.2 0 2.1.4 2.9 1.3.8.9 1.2 2.1 1.2 3.8 0 1.6-.4 2.9-1.2 3.8zM51.4 121.2c-.5.5-1.2.7-2.1.7-1.1 0-2-.4-2.7-1.2-.7-.8-1-2.2-1-4.2 0-1.8.3-3.1 1-3.8.7-.8 1.5-1.1 2.6-1.1.8 0 1.5.2 2 .7s.9 1.1 1 2l4.4-.8c-.5-1.8-1.4-3.1-2.6-4-1.2-.9-2.8-1.3-4.9-1.3-2.5 0-4.5.8-5.9 2.3-1.5 1.5-2.2 3.7-2.2 6.5 0 2.7.7 4.9 2.2 6.4 1.5 1.5 3.4 2.3 5.9 2.3 2.2 0 3.9-.5 5.2-1.5 1.3-1 2.2-2.5 2.6-4.5l-4.4-.7c-.2.9-.6 1.7-1.1 2.2zM65.9 121.9c-.3 0-.5-.1-.8-.2-.2-.1-.2-.3-.2-.6-.1-.2.1-1 .1-2.4v-6.7h3v-4h-3v-5.5l-5 2.6v2.9h-2v4h2v7.3c0 1.6.2 2.6.2 3.1.1.7.4 1.3.7 1.7.3.4.8.8 1.4 1 .6.3 1.4.4 2.2.4 1.3 0 2.5-.2 3.5-.7l-.4-3.4c-.7.3-1.3.5-1.7.5zM76.8 108.6c-.6.4-1.8 1.1-1.8 2.2v-2.8h-4v17h4v-5c0-2.9.1-4.7.4-5.6s.6-1.5 1-1.9c.4-.3 1-.5 1.6-.5.6 0 1.3.2 2.1.7l1.4-3.9c-.9-.6-1.8-.8-2.9-.8-.7 0-1.3.2-1.8.6zM83 102h5v4h-5zM83 108h5v17h-5zM106.5 109.9c-.4-.5-1-1-1.8-1.4-.8-.4-1.9-.5-2.9-.5-2.2 0-3.8.9-5.8 2.8v-2.8h-4v17h5v-7.4c0-1.9 0-3.2.2-3.9.2-.7.6-1.3 1.2-1.7.6-.4 1.3-.6 2-.6.6 0 1.1.1 1.5.4.4.3.6.7.8 1.2.2.5.2 1.7.2 3.5v8.4h5v-10.2c0-1.3-.3-2.3-.4-3-.1-.6-.6-1.2-1-1.8zM120.8 121.7c-.5.4-1.1.6-1.8.6-1 0-1.9-.4-2.6-1.1-.7-.7-1-2.1-1.1-3.1h11.1c.1-3-.6-5.9-2.1-7.5-1.4-1.6-3.4-2.5-5.9-2.5-2.2 0-4.1.8-5.5 2.4-1.5 1.6-2.2 3.8-2.2 6.5 0 2.3.6 4.3 1.7 5.8 1.4 1.9 3.6 2.9 6.5 2.9 1.8 0 3.4-.4 4.6-1.3 1.2-.8 2.1-2.1 2.7-3.7l-4.4-.7c-.2.7-.6 1.3-1 1.7zm-4.4-9.4c.6-.7 1.4-1 2.4-1 .9 0 1.7.2 2.3.9s1 1.8 1 2.8h-6.6c-.1-1 .3-2 .9-2.7z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#F56D39"><path d="M110.1 78.5c-.1-2.9-.6-5.9-1.4-9-2-7.3-5.7-14-11.4-20.6-2.8-3.2-5.8-6.5-8.7-9.6-1.3-1.4-2.6-2.8-3.8-4.2l-6.1-6.6-17.7-19.3c-1.6-1.7-3.3-3.5-5.2-5.1-3.6-2.8-7.9-3.5-12.5-2.1-1.3.4-2.5 1.1-3.6 1.7-.9.5-1.7 1.2-2.3 1.9-2.2 2.6-3 5.9-2.6 10.1.3 2.8 1.5 5.3 3.8 7.8l8.1 8.9 4.1 4.4c-7.3 3.5-13.7 7.9-19.1 13.1-4.5 4.4-7.6 8.4-9.7 12.9-3.4 7.2-4.7 15.2-4.1 24.4.2 3.4 1.1 6.9 2.4 10.4 2 5.2 5 9.9 9.3 14.5 8.4 9 18.8 13.9 31.1 14.6.8 0 1.5.1 2.4.1 1.6 0 3.2-.1 4.7-.2 2.9-.2 6-.6 9.4-1.5 8.8-2.2 16.1-6.9 21.9-13.9 7.8-9.5 11.5-20.4 11-32.7zm-13.2 30.7c-5.3 6.5-12.2 10.9-20.3 12.9-3.2.8-6.1 1.3-8.9 1.4-2.2.1-4.5.2-6.8.1-11.5-.7-21.3-5.2-29.1-13.7-4-4.3-6.9-8.8-8.7-13.6-1.2-3.2-2-6.5-2.2-9.6-.6-8.7.6-16.2 3.8-22.9 1.9-4.1 4.8-7.9 9-12 5.4-5.2 11.6-9.5 19.1-12.9l.8-.4c.3-.1.5-.3.6-.5l.9-1-6.3-6.8-8.1-8.9c-1.8-2-2.8-4-3-6.1-.3-3.2.3-5.7 1.9-7.7.4-.5 1-.9 1.6-1.3.9-.5 1.9-1.1 3-1.4 1.3-.4 2.5-.6 3.6-.6 2.2.1 4.2.8 6.1 2.3 1.8 1.4 3.4 3.1 4.9 4.8l17.7 19.3 6.1 6.6 3.9 4.2c2.9 3.1 5.8 6.3 8.7 9.5 5.4 6.2 9 12.5 10.8 19.4.8 2.9 1.2 5.7 1.3 8.4.3 11.4-3.1 21.7-10.4 30.5zM86 68.9c-2.6-2.7-5.2-5.3-7.9-7.9l-1.6-1.6c-.8-.8-1.6-1.6-2.4-2.5-2.1-2.2-4.4-4.4-6.6-6.6-2.4-2.3-5-3.4-7.9-3.2-3.5.2-6.2 1.7-8 4.6-.8 1.3-1.2 2.7-1.1 4.1.1 2.6 1.2 5 3.3 7.1 1.7 1.8 3.6 3.6 5.3 5.3l2.9 2.8.5.5h-20.3c-1.4 0-2.6 0-3.7.1-2.1.1-4 .9-5.4 2.3-2.5 2.5-3.5 5.8-2.8 9.5.7 3.6 3 6 6.4 6.8 1.2.3 2.4.3 3.5.3l9.2.3h.8c1.2 0 2.5 0 3.7-.1h8.5l-.4.5c-1.9 1.8-3.7 3.7-5.6 5.6-2.1 2.2-3.6 4.2-4.6 6.3-1 2.1-1.2 4-.5 5.9 1.2 3.6 4.7 6 8.7 6 1.7 0 3.4-.5 4.7-1.4 1.5-1 2.8-2.3 4.1-3.4 5.9-5.5 11.7-11 17.3-16.3 3.2-3 5.4-6.2 6.7-9.8.3-.9.5-1.9.5-2.8-.1-2-.9-3.8-1.6-5.1-1.8-3.1-3.9-5.5-5.7-7.3zm3.9 14c-1.2 3.2-3.1 6-6 8.7-5.6 5.3-11.4 10.8-17.2 16.3-1.2 1.1-2.4 2.2-3.7 3.2-.8.6-1.9.9-3 .9-2.2 0-4.9-1.3-5.9-4-.4-1.1-.2-2.3.4-3.6.9-1.8 2.2-3.6 4.1-5.5 1.8-1.9 3.7-3.7 5.6-5.5l2.5-2.5.4-.4 2.6-2.7h-15.600000000000001l-3.7.1h-.8c-3 0-6-.1-9.1-.3-1 0-2-.1-3-.3-2.3-.5-3.6-1.9-4.1-4.4-.5-2.8.1-5 2-6.8 1.1-1.1 2.5-1.4 3.5-1.4 1-.1 2.1-.1 3.5-.1h27.2l-3.3-3.4-2.1-2.2c-1-1-1.9-1.9-2.9-2.8l-5.3-5.2c-1.5-1.6-2.4-3.4-2.4-5.2 0-.8.2-1.6.6-2.4 1.2-2 3.1-3 5.6-3.2 2.1-.1 3.9.7 5.7 2.4 2.2 2.1 4.4 4.3 6.6 6.5.8.8 1.6 1.6 2.4 2.5l1.6 1.6c2.6 2.6 5.2 5.3 7.9 7.9 1.6 1.6 3.6 3.8 5 6.4.8 1.5 1.2 2.6 1.2 3.7 0 .6-.1 1.2-.3 1.7z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#F56D39" d="M55.4 28c-.8-.9-1.6-1.8-2.4-2.6l-8.3-9c-1.4-1.6-2.5-3.4-2.7-5.5-.3-2.6 0-5 1.8-7.1.4-.5 1-.9 1.5-1.3.8-.5 1.7-.9 2.6-1.2 3.2-1 6.2-.6 8.8 1.5 1.4 1.2 2.7 2.5 4 3.9 6.3 6.8 12.6 13.7 18.9 20.6 3.3 3.6 6.7 7.2 9.9 10.9 4.1 4.6 7.2 9.8 8.8 15.8.6 2.3 1 4.6 1.1 6.9.4 9.4-2.4 17.8-8.4 25.1-4.4 5.4-10 8.9-16.7 10.7-2.4.6-4.8 1-7.3 1.2-1.8.1-3.7.2-5.5.1-9.4-.5-17.4-4.3-23.9-11.2-3.1-3.3-5.5-6.9-7.2-11.1-1-2.6-1.6-5.2-1.8-7.9-.5-6.5.3-12.8 3.1-18.7 1.8-3.8 4.4-7 7.4-9.9 4.5-4.4 9.7-7.8 15.4-10.5l.6-.3c.2-.2.2-.3.3-.4zm10.3 41.4c-.2.2-.3.3-.4.5l-6.4 6.3c-1.4 1.4-2.6 2.9-3.4 4.7-.6 1.2-.8 2.5-.4 3.8 1.3 3.7 5.9 5.1 8.8 3.1 1.1-.8 2.1-1.7 3.1-2.6l13.7-12.9c2.2-2.1 4-4.5 5-7.4.2-.6.3-1.2.3-1.8 0-1.3-.5-2.4-1.1-3.5-1.1-2-2.6-3.7-4.2-5.4l-7.5-7.5c-2.4-2.4-4.7-4.8-7.2-7.1-1.5-1.4-3.3-2.3-5.4-2.2-2.3.1-4.2 1.1-5.4 3.1-.5.8-.7 1.7-.7 2.6.1 1.9 1 3.6 2.3 4.9 2.1 2.2 4.3 4.3 6.5 6.4.8.8 1.6 1.7 2.3 2.4h-15.2c-2.2 0-4.4-.1-6.5 0-1.3.1-2.5.5-3.5 1.5-1.8 1.8-2.3 4-1.9 6.5.4 2.3 1.8 3.9 4.2 4.4.8.2 1.7.2 2.6.2 2.4.1 4.8.2 7.2.2l5.6-.1h4.4c1-.1 2-.1 3.2-.1z"/><path fill="#fff" d="M65.7 69.4h-7.6000000000000005l-5.6.1c-2.4 0-4.8-.1-7.2-.2-.9 0-1.7-.1-2.6-.2-2.4-.5-3.7-2.1-4.2-4.4-.5-2.4.1-4.7 1.9-6.5 1-.9 2.2-1.4 3.5-1.5 2.2-.1 4.3 0 6.5 0h15.2c-.7-.8-1.5-1.6-2.3-2.4-2.2-2.2-4.4-4.2-6.5-6.4-1.3-1.4-2.2-3-2.3-4.9 0-.9.2-1.8.7-2.6 1.2-2 3.1-2.9 5.4-3.1 2.2-.1 3.9.8 5.4 2.2 2.4 2.3 4.8 4.7 7.2 7.1l7.5 7.5c1.6 1.6 3.1 3.4 4.2 5.4.6 1.1 1.1 2.2 1.1 3.5 0 .6-.1 1.2-.3 1.8-1.1 2.9-2.8 5.3-5 7.4-4.5 4.3-9.1 8.6-13.7 12.9-1 .9-2 1.8-3.1 2.6-2.9 2-7.6.6-8.8-3.1-.4-1.3-.2-2.6.4-3.8.9-1.8 2.1-3.3 3.4-4.7l6.4-6.3c.1-.1.2-.3.4-.4z"/><g fill="#141414"><path d="M17.9 125.2h-4.1v-2.5c-.7 1-1.5 1.7-2.4 2.1-.9.5-1.9.7-2.8.7-1.9 0-3.6-.8-5-2.3-1.4-1.6-2.1-3.7-2.1-6.5s.7-5 2-6.5 3-2.2 5.1-2.2c1.9 0 3.5.8 4.9 2.3v-8.3h4.4v23.2zm-11.9-8.8c0 1.8.2 3.1.7 3.9.7 1.2 1.7 1.7 3 1.7 1 0 1.9-.4 2.6-1.3.7-.9 1.1-2.2 1.1-3.9 0-1.9-.3-3.3-1-4.2-.7-.8-1.6-1.3-2.7-1.3s-1.9.4-2.6 1.3c-.7.9-1.1 2.2-1.1 3.8zM21.2 116.6c0-1.5.4-2.9 1.1-4.3.7-1.4 1.8-2.4 3.1-3.2 1.3-.7 2.8-1.1 4.5-1.1 2.5 0 4.6.8 6.2 2.5 1.6 1.6 2.4 3.7 2.4 6.2s-.8 4.6-2.5 6.3c-1.6 1.7-3.7 2.5-6.2 2.5-1.5 0-3-.3-4.4-1-1.4-.7-2.5-1.7-3.2-3.1-.6-1.3-1-2.9-1-4.8zm4.6.2c0 1.7.4 2.9 1.2 3.8.8.9 1.8 1.3 2.9 1.3 1.2 0 2.1-.4 2.9-1.3.8-.9 1.2-2.2 1.2-3.9 0-1.6-.4-2.9-1.2-3.8-.8-.9-1.8-1.3-2.9-1.3-1.2 0-2.1.4-2.9 1.3-.8 1-1.2 2.2-1.2 3.9zM56.6 113.4l-4.4.8c-.1-.9-.5-1.5-1-2s-1.2-.7-2-.7c-1.1 0-2 .4-2.6 1.1-.7.8-1 2-1 3.8 0 2 .3 3.4 1 4.2.7.8 1.6 1.2 2.7 1.2.8 0 1.5-.2 2.1-.7.5-.5.9-1.3 1.1-2.5l4.4.7c-.5 2-1.3 3.5-2.6 4.5s-3 1.5-5.2 1.5c-2.5 0-4.4-.8-5.9-2.3-1.5-1.5-2.2-3.7-2.2-6.4 0-2.8.7-4.9 2.2-6.5 1.5-1.5 3.4-2.3 5.9-2.3 2 0 3.7.4 4.9 1.3 1.3 1.1 2.1 2.5 2.6 4.3zM67.7 108.4v3.5h-3v6.8c0 1.4 0 2.2.1 2.4.1.2.2.4.4.6.2.1.5.2.8.2.4 0 1-.1 1.8-.4l.4 3.4c-1 .4-2.2.7-3.5.7-.8 0-1.5-.1-2.2-.4-.6-.3-1.1-.6-1.4-1-.3-.4-.5-1-.6-1.7-.1-.5-.1-1.6-.1-3.1v-7.3h-2v-3.5h2v-3.3l4.5-2.6v5.9h2.8zM75 125.2h-4.4v-16.8h4.1v2.4c.7-1.1 1.3-1.9 1.9-2.2s1.2-.5 1.9-.5c1 0 2 .3 2.9.8l-1.4 3.9c-.7-.5-1.4-.7-2.1-.7-.6 0-1.1.2-1.6.5-.4.3-.8 1-1 1.9s-.3 2.6-.3 5.5v5.2zM83.4 106.1v-4.1h4.4v4.1h-4.4zm0 19.1v-16.8h4.4v16.8h-4.4zM107.6 125.2h-4.4v-8.6c0-1.8-.1-3-.3-3.5-.2-.5-.5-.9-.9-1.2-.4-.3-.9-.4-1.5-.4-.8 0-1.5.2-2.1.6-.6.4-1 1-1.3 1.7-.2.7-.3 2-.3 3.9v7.6h-4.4v-16.8h4.1v2.5c1.5-1.9 3.3-2.8 5.5-2.8 1 0 1.9.2 2.7.5.8.4 1.4.8 1.8 1.4.4.5.7 1.2.9 1.9.2.7.2 1.7.2 3v10.2zM121.8 119.8l4.4.7c-.6 1.6-1.5 2.9-2.7 3.7-1.2.8-2.8 1.3-4.6 1.3-2.9 0-5.1-1-6.5-2.9-1.1-1.5-1.7-3.5-1.7-5.8 0-2.8.7-5 2.2-6.5 1.5-1.6 3.3-2.4 5.5-2.4 2.5 0 4.5.8 5.9 2.5 1.4 1.6 2.1 4.2 2.1 7.6h-11.1c0 1.3.4 2.3 1.1 3.1.7.7 1.5 1.1 2.6 1.1.7 0 1.3-.2 1.8-.6.4-.3.8-.9 1-1.8zm.3-4.4c0-1.3-.4-2.3-1-2.9s-1.4-1-2.3-1c-1 0-1.8.4-2.4 1.1s-.9 1.7-.9 2.9h6.6z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#F56D39" d="M52.8 36.3c-1.1-1.2-2.1-2.3-3.1-3.4-3.6-3.9-7.2-7.8-10.7-11.7-1.9-2-3.2-4.4-3.5-7.1-.4-3.3.1-6.6 2.3-9.2.5-.7 1.3-1.2 2-1.7 1.1-.6 2.2-1.2 3.4-1.6 4.1-1.3 8.1-.8 11.5 2 1.9 1.5 3.5 3.3 5.2 5.1l24.6 26.8c4.3 4.7 8.7 9.3 12.9 14.2 5.3 6 9.4 12.8 11.5 20.6.8 3 1.3 5.9 1.4 9 .5 12.3-3.2 23.1-10.9 32.6-5.7 7-13 11.6-21.8 13.9-3.1.8-6.3 1.4-9.5 1.5-2.4.1-4.8.2-7.2.1-12.3-.7-22.7-5.5-31.1-14.6-4-4.3-7.2-9-9.3-14.5-1.3-3.3-2.1-6.8-2.4-10.3-.6-8.5.4-16.7 4.1-24.4 2.3-5 5.8-9.1 9.7-12.9 5.9-5.7 12.7-10.2 20.1-13.6.3-.1.5-.2.8-.4-.2-.2-.1-.3 0-.4zm13.4 53.8l-.6.6c-2.8 2.8-5.6 5.5-8.3 8.3-1.8 1.8-3.4 3.8-4.5 6.1-.8 1.6-1.1 3.2-.5 4.9 1.6 4.8 7.7 6.6 11.5 4 1.4-1 2.8-2.2 4-3.4 6-5.6 11.9-11.2 17.8-16.8 2.9-2.7 5.2-5.9 6.6-9.6.3-.7.4-1.6.4-2.4 0-1.6-.7-3.1-1.5-4.6-1.4-2.6-3.4-4.9-5.5-7l-9.7-9.8c-3.1-3.1-6.1-6.3-9.3-9.3-1.9-1.8-4.3-3-7.1-2.9-3 .2-5.4 1.4-7 4-.6 1-1 2.2-.9 3.4.1 2.5 1.3 4.6 3 6.4 2.8 2.9 5.6 5.6 8.5 8.4 1.1 1.1 2.1 2.2 3 3.2h-19.8c-2.8 0-5.7-.1-8.5.1-1.7.1-3.3.7-4.6 1.9-2.4 2.3-3.1 5.2-2.5 8.4.6 3 2.3 5.1 5.4 5.8 1.1.2 2.2.3 3.4.3l9.4.3c2.4 0 4.8-.1 7.3-.1h5.7c1.4-.2 2.8-.2 4.3-.2z"/><path fill="#fff" d="M66.2 90.1h-9.9c-2.4 0-4.8.1-7.3.1-3.1 0-6.3-.1-9.4-.3-1.1 0-2.3-.1-3.4-.3-3.1-.7-4.9-2.8-5.4-5.8-.6-3.2.1-6.1 2.5-8.4 1.3-1.2 2.9-1.8 4.6-1.9 2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2-2.8-2.8-5.7-5.5-8.5-8.4-1.7-1.8-2.8-3.9-3-6.4-.1-1.2.3-2.3.9-3.4 1.6-2.6 4-3.8 7-4 2.8-.2 5.1 1 7.1 2.9 3.2 3 6.2 6.2 9.3 9.3 3.3 3.3 6.5 6.5 9.7 9.8 2.1 2.1 4 4.4 5.5 7 .8 1.4 1.4 2.9 1.5 4.6 0 .8-.1 1.6-.4 2.4-1.4 3.7-3.7 6.9-6.6 9.6l-17.8 16.8c-1.3 1.2-2.6 2.4-4 3.4-3.7 2.6-9.8.8-11.5-4-.6-1.6-.3-3.3.5-4.9 1.1-2.3 2.7-4.3 4.5-6.1 2.7-2.8 5.5-5.5 8.3-8.3l.5-.4z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#F56D39"><path d="M89.2 86.8c6-7.3 8.8-15.7 8.5-25.2-.1-2.4-.5-4.7-1.1-7-1.6-6.1-4.8-11.3-8.9-15.9-3.3-3.7-6.7-7.3-10-10.9l-19-20.8c-1.3-1.4-2.6-2.7-4-3.9-2.7-2.1-5.7-2.5-8.9-1.5-.9.3-1.8.7-2.6 1.2-.6.3-1.1.8-1.5 1.3-1.7 2.1-2.1 4.6-1.8 7.1.2 2.1 1.3 3.9 2.7 5.5 2.8 3 5.5 6 8.3 9.1l2.4 2.7c-.1.1-.1.2-.2.2l-.6.3c-5.7 2.7-11 6.1-15.5 10.5-3 2.9-5.7 6.1-7.5 9.9-2.8 6-3.6 12.3-3.1 18.9.2 2.8.9 5.4 1.8 8 1.6 4.2 4.1 7.9 7.2 11.2 6.5 7 14.5 10.7 24 11.3 1.8.1 3.7 0 5.6-.1 2.5-.1 4.9-.6 7.3-1.2 6.9-1.7 12.5-5.3 16.9-10.7zm-5.4-21.3c-1.1 2.9-2.9 5.3-5.1 7.4l-13.8 13c-1 .9-2 1.9-3.1 2.6-2.9 2-7.6.6-8.9-3.1-.4-1.3-.2-2.6.4-3.8.9-1.8 2.1-3.3 3.5-4.7 2.1-2.2 4.3-4.3 6.4-6.4.1-.1.3-.3.4-.5h-7.6000000000000005l-5.6.1c-2.4 0-4.8-.1-7.3-.2-.9 0-1.8-.1-2.6-.2-2.4-.5-3.7-2.1-4.2-4.5s.1-4.7 1.9-6.5c1-1 2.2-1.4 3.5-1.5 2.2-.1 4.4 0 6.6 0h15.3c-.7-.8-1.5-1.6-2.4-2.4-2.2-2.2-4.4-4.3-6.5-6.5-1.3-1.4-2.2-3-2.3-4.9 0-.9.2-1.8.7-2.6 1.2-2 3.1-3 5.4-3.1 2.2-.1 4 .8 5.5 2.2 2.5 2.3 4.8 4.8 7.2 7.2 2.5 2.5 5 5 7.5 7.6 1.6 1.6 3.1 3.4 4.2 5.4.6 1.1 1.1 2.3 1.1 3.5.1.7 0 1.3-.2 1.9zM15 110.4c-1-1.6-2.8-2.3-4.6-2.3-2 0-3.6.7-5 2.2-1.3 1.5-2 3.6-2 6.5 0 2.8.7 4.9 2.1 6.5 1.4 1.6 3 2.3 5 2.3.9 0 2-.2 2.9-.7.9-.5 1.6-1.2 2.6-2.1v2.3h4v-23h-5v8.3zm-.6 10.3c-.7.9-1.6 1.3-2.6 1.3-1.3 0-2.3-.6-3-1.7-.5-.8-.7-2.1-.7-3.9 0-1.7.4-2.9 1.1-3.8.7-.8 1.6-1.3 2.6-1.3 1.1 0 2 .4 2.7 1.3.7.8 1 2.2 1 4.2 0 1.8-.4 3.1-1.1 3.9zM31.9 108c-1.6 0-3.1.4-4.5 1.1-1.3.7-2.4 1.8-3.1 3.2-.7 1.4-1.1 2.8-1.1 4.3 0 1.9.4 3.6 1.1 4.9.7 1.3 1.8 2.4 3.2 3.1 1.4.7 2.9 1 4.4 1 2.5 0 4.5-.8 6.2-2.5 1.6-1.7 2.5-3.8 2.5-6.3s-.8-4.6-2.4-6.2c-1.7-1.8-3.8-2.6-6.3-2.6zm2.9 12.6c-.8.9-1.8 1.3-2.9 1.3-1.2 0-2.1-.4-2.9-1.3-.8-.9-1.2-2.2-1.2-3.8s.4-2.9 1.2-3.8c.8-.9 1.8-1.3 2.9-1.3 1.2 0 2.1.4 2.9 1.3.8.9 1.2 2.1 1.2 3.8 0 1.6-.4 2.9-1.2 3.8zM53.4 121.2c-.5.5-1.2.7-2.1.7-1.1 0-2-.4-2.7-1.2-.7-.8-1-2.2-1-4.2 0-1.8.3-3.1 1-3.8.7-.8 1.5-1.1 2.6-1.1.8 0 1.5.2 2 .7s.9 1.1 1 2l4.4-.8c-.5-1.8-1.4-3.1-2.6-4-1.2-.9-2.8-1.3-4.9-1.3-2.5 0-4.5.8-5.9 2.3-1.5 1.5-2.2 3.7-2.2 6.5 0 2.7.7 4.9 2.2 6.4 1.5 1.5 3.4 2.3 5.9 2.3 2.2 0 3.9-.5 5.2-1.5 1.3-1 2.2-2.5 2.6-4.5l-4.4-.7c-.2.9-.6 1.7-1.1 2.2zM67.9 121.9c-.3 0-.5-.1-.8-.2-.2-.1-.2-.3-.2-.6-.1-.2.1-1 .1-2.4v-6.7h3v-4h-3v-5.5l-5 2.6v2.9h-2v4h2v7.3c0 1.6.2 2.6.2 3.1.1.7.4 1.3.7 1.7.3.4.8.8 1.4 1 .6.3 1.4.4 2.2.4 1.3 0 2.5-.2 3.5-.7l-.4-3.4c-.7.3-1.3.5-1.7.5zM78.8 108.6c-.6.4-1.8 1.1-1.8 2.2v-2.8h-4v17h4v-5c0-2.9.1-4.7.4-5.6s.6-1.5 1-1.9c.4-.3 1-.5 1.6-.5.6 0 1.3.2 2.1.7l1.4-3.9c-.9-.6-1.8-.8-2.9-.8-.7 0-1.3.2-1.8.6zM85 108h5v17h-5zM85 102h5v4h-5zM108.5 109.9c-.4-.5-1-1-1.8-1.4-.8-.4-1.9-.5-2.9-.5-2.2 0-3.8.9-5.8 2.8v-2.8h-4v17h5v-7.4c0-1.9 0-3.2.2-3.9.2-.7.6-1.3 1.2-1.7.6-.4 1.3-.6 2-.6.6 0 1.1.1 1.5.4.4.3.6.7.8 1.2.2.5.2 1.7.2 3.5v8.4h5v-10.2c0-1.3-.3-2.3-.4-3-.1-.6-.6-1.2-1-1.8zM122.8 121.7c-.5.4-1.1.6-1.8.6-1 0-1.9-.4-2.6-1.1-.7-.7-1-2.1-1.1-3.1h11.1c.1-3-.6-5.9-2.1-7.5-1.4-1.6-3.4-2.5-5.9-2.5-2.2 0-4.1.8-5.5 2.4-1.5 1.6-2.2 3.8-2.2 6.5 0 2.3.6 4.3 1.7 5.8 1.4 1.9 3.6 2.9 6.5 2.9 1.8 0 3.4-.4 4.6-1.3 1.2-.8 2.1-2.1 2.7-3.7l-4.4-.7c-.2.7-.6 1.3-1 1.7zm-4.4-9.4c.6-.7 1.4-1 2.4-1 .9 0 1.7.2 2.3.9s1 1.8 1 2.8h-6.6c-.1-1 .3-2 .9-2.7z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#F56D39" d="M112.3 79.1c-.1-3.1-.6-6.1-1.4-9-2.1-7.8-6.2-14.6-11.5-20.6-4.2-4.8-8.6-9.4-12.9-14.2l-24.6-26.8c-1.6-1.8-3.3-3.5-5.2-5.1-3.4-2.8-7.3-3.2-11.5-2-1.2.4-2.3 1-3.4 1.6-.7.4-1.4 1-2 1.7-2.3 2.7-2.7 5.9-2.3 9.2.3 2.8 1.7 5.1 3.5 7.1 3.6 3.9 7.2 7.8 10.7 11.7l3.1 3.4-.2.2-.8.4c-7.4 3.5-14.2 7.9-20.1 13.6-3.9 3.8-7.3 7.9-9.7 12.9-3.7 7.8-4.7 16-4.1 24.4.3 3.6 1.1 7 2.4 10.3 2.1 5.5 5.3 10.2 9.3 14.5 8.4 9 18.8 13.9 31.1 14.6 2.4.1 4.8 0 7.2-.1 3.2-.2 6.3-.7 9.5-1.5 8.8-2.2 16.1-6.9 21.8-13.9 8-9.3 11.6-20.2 11.1-32.4zm-17.9 5c-1.4 3.7-3.7 6.9-6.6 9.6-5.9 5.6-11.8 11.2-17.8 16.8-1.3 1.2-2.6 2.4-4 3.4-3.7 2.6-9.8.8-11.5-4-.6-1.6-.3-3.3.5-4.9 1.1-2.3 2.7-4.3 4.5-6.1 2.7-2.8 5.5-5.5 8.3-8.3l.6-.6h-9.9c-2.4 0-4.8.1-7.3.1-3.1 0-6.3-.1-9.4-.3-1.1 0-2.3-.1-3.4-.3-3.1-.7-4.9-2.8-5.4-5.8-.6-3.2.1-6.1 2.5-8.4 1.3-1.2 2.9-1.8 4.6-1.9 2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2-2.8-2.8-5.7-5.5-8.5-8.4-1.7-1.8-2.8-3.9-3-6.4-.1-1.2.3-2.3.9-3.4 1.6-2.6 4-3.8 7-4 2.8-.2 5.1 1 7.1 2.9 3.2 3 6.2 6.2 9.3 9.3 3.3 3.3 6.5 6.5 9.7 9.8 2.1 2.1 4 4.4 5.5 7 .8 1.4 1.4 2.9 1.5 4.6-.1 1-.2 1.9-.5 2.6z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icons/doctrine/doctrine.eps Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#A90533" d="M20.7 88.6c-9.7-10.4-15.5-24.7-15.4-41.8 0-15.1 4.7-28.1 12.9-38h-17.2v79.7l19.7.1zM111.1 88.6c4.2-4.5 8-9.8 11.4-15.9l-19-9.5c-6.7 10.8-16.4 20.8-29.9 20.9-19.6-.1-27.3-16.9-27.3-38.5h73.3c.1-2.4.1-3.6 0-4.7.5-12.9-2.9-23.7-9.1-32.1h16.5v79.7l-15.9.1zM47.5 27.1c.8-9.8 8.5-16.4 17.6-16.4 9.1 0 15.7 6.6 15.9 16.4h-33.5z"/><path d="M11.4 102.1v-3.3h-10.2v19.7h10.2v-3.3h-6.4v-5.3h6.2v-3.3h-6.2v-4.5zM28.8 110.2c2.5-.4 3.9-2.9 4-5.5-.1-4.2-2.8-5.9-6.6-5.9h-5.2v19.7h3.8v-7.8l4.7 7.8h4.7l-5.4-8.3zm-4.1-8.3h.5c2.1.1 3.6.6 3.6 3.1.1 2.3-1.4 3-3.6 2.8h-.5v-5.9zM46.1 98.8h-3.8v19.7h9.2v-3.3h-5.4zM71 114.4l1.7 4h4l-7.4-20.2h-3.1l-7.8 20.2h4l1.7-4h6.9zm-.9-3h-4.7l2.1-7.4 2.6 7.4zM83.8 118.5h4.1v-13.3l10.4 13.8h2.8v-20.2h-4v13.3l-10.4-13.8h-2.9zM117.8 108v3.1h4.3c-.1 2.5-2.1 4.6-4.5 4.5-3.8.1-5.6-3.6-5.7-6.9 0-3.3 1.9-7.1 5.7-7.1 2 .1 3.7 1.4 4.5 3.1l3.3-1.7c-1.5-3.1-4.4-4.8-7.8-4.7-5.9 0-9.7 4.8-9.7 10.4.1 5.5 3.7 10.4 9.5 10.4 6.2-.1 9.1-5 9-10.7v-.4h-8.6z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#A90533"><path d="M20.7 103.9c-9.7-10.4-15.5-24.7-15.4-41.8-.1-15.1 4.7-28.1 12.9-38h-17.2v79.7l19.7.1zM111.1 103.9c4.2-4.5 8-9.8 11.4-15.9l-19-9.5c-6.7 10.8-16.4 20.8-29.9 20.9-19.6-.1-27.3-16.9-27.3-38.5h73.3c.1-2.4.1-3.6 0-4.7.5-12.9-2.9-23.7-9.1-32.1h16.5v79.7l-15.9.1zM47.5 42.4c.8-9.8 8.5-16.3 17.6-16.4 9.1 0 15.7 6.6 15.9 16.4h-33.5z"/></g></svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#A90533"><path d="M18.2 8.9l-17.2.1v80h19.7v-.2c-9.7-10.4-15.5-24.8-15.4-41.8-.1-15.2 4.7-28.2 12.9-38.1zM110.5 8.8zM110.6 9c6.2 8 9.6 19.3 9.1 32.1.1 1.2.1 1.9 0 4.9h-73.4c0 21 7.7 38.2 27.3 38.3 13.5-.1 23.2-10.1 29.9-21l19 9.7c-3.4 6-7.2 11-11.4 16h15.9v-80h-16.4zM111.1 88.6zM65.1 10.6c-9 0-16.8 6.4-17.6 16.4h33.5c-.3-10-6.8-16.4-15.9-16.4zM1 118h10v-3h-6v-5h6v-3h-6v-5h6v-3h-10zM32.8 104.8c-.1-4.2-2.8-5.8-6.6-5.8h-5.2v19h4v-7.4l4.5 7.4h4.7l-5.5-8c2.6-.4 4-2.6 4.1-5.2zm-7.6 3.2h-.2v-6h.2c2.1 0 3.6.6 3.6 3.1 0 2.3-1.5 2.9-3.6 2.9zM46 99h-4v19h10v-3h-6zM66.3 98l-7.8 20h4l1.7-4h6.8l1.7 4h4l-7.4-20h-3zm-1 13l2.1-7.4 2.6 7.4h-4.7zM97 112.1l-10.3-14.1h-2.7v20h4v-12.8l10.3 13.8h2.7v-20h-4zM118 108v3h4c-.1 3-2.1 4.6-4.5 4.6-3.8.1-5.6-3.5-5.7-6.9 0-3.3 1.9-7.1 5.7-7.1 2 .1 3.7 1.4 4.5 3.1l3.3-1.7c-1.5-3.1-4.4-4.8-7.8-4.7-5.9 0-9.7 4.8-9.7 10.4.1 5.5 3.6 10.4 9.3 10.4 6.2-.1 8.9-5 8.9-10.7v-.4h-8.2.2z"/></g></svg>

After

Width:  |  Height:  |  Size: 991 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#A90533"><path d="M18.2 24.1l-17.2-.1v80h19.7v-.1c-9.7-10.3-15.5-24.7-15.4-41.8-.1-15.1 4.7-28.2 12.9-38zM111.1 103.9zM127 24h-16.4c6.2 9 9.6 19.3 9.1 32.1.1 1.2.1 1.9 0 4.9h-73.4c0 22 7.7 38.3 27.3 38.4 13.5-.1 23.2-10.1 29.9-20.9l19 9.5c-3.4 6.1-7.2 11-11.4 16h15.9v-80zM110.5 24.1zM65.1 25.6c-9 0-16.8 7.4-17.6 16.4h33.5c-.3-9-6.8-16.4-15.9-16.4z"/></g></svg>

After

Width:  |  Height:  |  Size: 434 B

BIN
icons/erlang/erlang.eps Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#090"><path d="M24.5 50.5c-1.5 0-2.5 1.2-2.5 2.7v14.1l-15.9-16c-.8-.8-2.2-1-3.2-.6s-1.9 1.4-1.9 2.5v20.7c0 1.5 1.5 2.7 3 2.7s3-1.2 3-2.7v-14.1l16.1 16c.5.5 1.2.8 1.9.8.3 0 .4-.1.7-.2 1-.4 1.3-1.4 1.3-2.5v-20.6c0-1.5-1-2.8-2.5-2.8zM44.2 62.3c-1.4 0-2.7 1.4-2.7 2.8s1.3 2.8 2.7 2.8l6.6.4-1.5 3.7h-8.5l-4.2-7.9 4.3-8.1h9.1l2.1 4h5.5l-3.6-7.9-.8-1.1h-15.6l-.7 1.2-5.9 10.3-.7 1.3.7 1.3 5.8 10.3.8 1.6h15.1l.7-1.7 4.3-9 1.9-4.3h-4.4l-11 .3zM65 50.5c-1.4 0-3 1.3-3 2.7v6.8h6v-6.7c0-1.5-1.6-2.8-3-2.8zM95.4 50.8c-1-.4-2.4-.2-3.1.6l-16.3 16v-14.1c0-1.5-1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7v20.7c0 1.1.7 2.1 1.7 2.5.3.1.7.2 1 .2.7 0 1.6-.3 2.1-.8l16.2-16v14.1c0 1.5 1 2.7 2.5 2.7s2.5-1.2 2.5-2.7v-20.7c0-1.1-.6-2.1-1.6-2.5zM117.2 63.6l8.4-8.4c1.1-1.1 1.1-2.8 0-3.8-1.1-1.1-2.8-1.1-3.8 0l-8.4 8.4-8.4-8.4c-1.1-1.1-2.8-1.1-3.8 0-1.1 1.1-1.1 2.8 0 3.8l8.4 8.4-8.4 8.4c-1.1 1.1-1.1 2.8 0 3.8.5.5 1.2.8 1.9.8s1.4-.3 1.9-.8l8.4-8.4 8.4 8.4c.5.5 1.2.8 1.9.8s1.4-.3 1.9-.8c1.1-1.1 1.1-2.8 0-3.8l-8.4-8.4zM62 73.9c0 1.4 1.5 2.7 3 2.7 1.4 0 3-1.3 3-2.7v-11.9h-6v11.9z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icons/nginx/nginx.eps Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#3D3B47"><path d="M21.6 81.1l39.2 22.5c.9.5 2.1.7 3.3.7 1.1 0 2.3-.2 3.2-.7l38.8-22.5c1.7-1 2.9-3.4 2.9-5.4v-45c0-2-1.2-4.4-2.9-5.4l-38.9-22.6c-.8-.5-1.9-.7-3-.7s-2.2.2-3.1.7l-39.5 22.5c-1.7 1-3.6 3.4-3.6 5.4v45c0 2 1.9 4.5 3.6 5.5zm-.6-50.5c0-1.1 1.2-2.8 2.1-3.3l39.1-22.5c.5-.3 1.2-.4 2-.4s1.5.2 1.9.4l39 22.5c1 .6 1.9 2.2 1.9 3.3v45c0 1.1-.9 2.8-1.9 3.3l-39 22.5c-.5.3-1.2.4-1.9.4s-1.5-.2-1.9-.4l-39.2-22.4c-1-.6-2.1-2.2-2.1-3.3v-45.1zM61 54.9c.6 1.1 1.7 1.8 3 1.9h.2c1.9 0 3.6-1.5 3.7-3.4 0-.7-.1-1.5-.5-2.1-.6-1.1-1.7-2-3-2.1l-.3-.2c-1.9 0-3.6 1.7-3.7 3.7.1.7.3 1.6.6 2.2zm3.2-4.9c.1 0 .2-.2.2-.2 1.2.1 2.2.6 2.8 1.6.3.6.5 1.2.5 1.9-.1 1.8-1.6 3.2-3.5 3.2h-.2c-1.2-.1-2.2-.7-2.8-1.7-.3-.6-.5-1.1-.5-1.8.2-1.7 1.7-3 3.5-3zM65.2 57.6h-.1z"/><circle cx="64.2" cy="53.1" r="1.2"/><path d="M65.3 57.9c-.3.1-.7.1-1 .1h-.3c-1.6-.1-3.1-1-3.9-2.4-.5-.9-.7-1.8-.7-2.8.1-1.2.6-2.2 1.3-3l-32.1 24.3 36.7-16.2zM64.6 48.2c1.6.1 3.1 1 3.9 2.4.5.9.7 1.8.7 2.8-.1 1.2-.6 2.3-1.4 3.1l32.3-23.8-37.1 15.6c.5-.1 1-.1 1.6-.1zM8.5 108.7c-1.1 0-1.8.3-2.5.8-.4.3-1.1.8-1.1 1.4v-1.9h-3.9v13h4v-7.1c0-.8 0-1.4.2-2 .4-1 1.1-1.4 2.3-1.4.9 0 1.7.3 2 1 .2.4.4.9.4 1.6v7.9h3v-8.8c0-1.6-.4-2.8-1.2-3.5s-1.8-1-3.2-1zM21.9 108.6c-2.2 0-3.9.7-4.9 2-1.1 1.4-1.6 3-1.6 4.8 0 1.9.5 3.5 1.6 4.8 1.1 1.3 2.7 2 4.9 2s3.9-.7 4.9-2c1.1-1.3 1.6-2.9 1.6-4.8s-.5-3.5-1.6-4.8c-1-1.3-2.7-2-4.9-2zm2.3 9.8c-.5.7-1.3 1-2.3 1s-1.7-.3-2.3-1-.8-1.7-.8-3 .3-2.3.8-3c.5-.7 1.3-1 2.3-1s1.7.3 2.3 1c.5.7.8 1.7.8 3s-.3 2.4-.8 3zM39 110.7c0-.6-.8-1.1-1.4-1.4-.6-.3-1.3-.5-2-.5-1.7 0-3 .6-4 1.9-1 1.3-1.5 3-1.5 5.2 0 1.9.5 3.5 1.5 4.7 1 1.2 2.3 1.8 3.8 1.8.9 0 1.5-.2 2.1-.5s1.5-.9 1.5-1.7v1.9h4v-17h-4v5.6zm-.5 7.7c-.5.7-1.2 1.1-2.2 1.1s-1.7-.4-2.1-1.1c-.5-.7-.7-1.7-.7-2.8 0-1.1.2-2 .7-2.8.5-.7 1.2-1.1 2.2-1.1.6 0 1.2.2 1.7.6.8.7 1.2 1.8 1.2 3.4 0 1.1-.3 2-.8 2.7zM56.2 111.2c-.6-.9-1.3-1.5-2.2-1.9-.9-.4-1.9-.6-3-.6-1.9 0-3.4.6-4.6 1.8-1.2 1.2-1.8 2.9-1.8 5.1 0 2.4.7 4.1 2 5.1 1.3 1.1 2.8 1.6 4.5 1.6 2.1 0 3.7-.7 4.8-1.9.7-.8 1.2-1.4 1.2-2.4h-3.4c-.2 0-.4.7-.7.9-.5.4-1.1.6-1.9.6-.7 0-1.3-.3-1.9-.7-.8-.5-1.3-.9-1.3-2.9h9.3c0-1 0-1.8-.1-2.3 0-1-.4-1.6-.9-2.4zm-8.1 2.8c.1-1 .4-1.4.9-1.9s1.1-.7 2-.7c.8 0 1.5.2 2 .6.5.5.8 1 .9 2h-5.8zM69.8 119.6l-2.8-10.6h-1.6l-2.9 10.7-3.2-10.7h-1.5l3.8 13h1.8l2.7-11h.1l2.7 11h1.6l4-13h-1.5zM85.8 110.8c-1-1.2-2.3-1.8-4.1-1.8-.9 0-1.7.2-2.4.5s-1.3.8-1.8 1.4c-.5.6-.9 1.3-1.1 2.1-.3.8-.4 1.7-.4 2.6s.1 1.8.3 2.6c.2.8.6 1.5 1 2.1.5.6 1.1 1 1.8 1.4.7.3 1.6.5 2.6.5.8 0 1.5-.1 2.1-.3.6-.2 1.1-.5 1.5-.9s.8-.8 1.1-1.3.5-.7.7-1.7h-1.6c-.2 1-.7 1.6-1.4 2.1s-1.5.8-2.4.8c-.7 0-1.3-.1-1.8-.4-.5-.3-1-.6-1.3-1.1-.3-.4-.6-.9-.8-1.5-.2-.6-.3-.9-.3-1.9h9.7c0-2-.5-4-1.4-5.2zm-8.3 4.2c.1-1 .2-1.3.4-1.8s.5-1.1.8-1.5c.3-.4.8-.8 1.3-1 .5-.2 1.1-.4 1.7-.4s1.2.1 1.7.3c.5.2.9.5 1.2.9.3.4.6 1 .7 1.5.2.5.3.8.3 1.8h-8.1zM100.3 111c-.5-.6-1-1.1-1.7-1.4-.7-.4-1.5-.5-2.5-.5-.9 0-1.5.2-2.4.6-.8.4-1.7 1-1.7 1.7v-6.4h-2v17h2v-2h-.3c.2 0 .5.6.8.9s.7.5 1.1.7c.4.2.8.3 1.2.4.4.1.8.1 1.2.1 1 0 1.9-.2 2.6-.5.7-.3 1.3-.8 1.7-1.4.5-.6.8-1.3 1-2.1.2-.8.3-1.7.3-2.6 0-.9-.1-1.7-.3-2.5-.2-.7-.5-1.4-1-2zm-.5 7.1c-.2.6-.5 1.1-.9 1.5-.4.4-.8.7-1.4 1-.5.2-1.1.3-1.7.3-.7 0-1.3-.1-1.8-.4-.5-.3-1-.6-1.3-1.1-.4-.5-.6-1-.8-1.7-.2-.7-.3-1.4-.3-2.1 0-.7.1-1.4.3-2 .2-.6.5-1.2.8-1.7.4-.5.8-.9 1.3-1.1.5-.3 1.1-.4 1.8-.4s1.4.1 1.9.4 1 .7 1.4 1.2c.4.5.6 1.1.8 1.8.2.7.2 1.4.2 2.2 0 .8-.1 1.5-.3 2.1zM114.2 109h-2l-6.2 6.3v-10.3h-1v17h1v-4.9l2.4-2.1 4.7 7h1.7l-5.3-8.2zM117 109h1v13h-1zM117 105h2v2h-2zM126.2 120.9h-.7c-.3 0-.6 0-.8-.1-.2-.1-.3-.2-.4-.3-.1-.1-.2-.3-.2-.6 0-.2-.1-.5-.1-.8v-8.1h2v-2h-2v-3h-1v3h-2v2h2v8.7c0 .9 0 1.6.4 1.9.4.4.8.5 1.6.5.4 0 .9 0 1.1-.1.3-.1-.1-.1.9-.2v-1.2c-1 .2-.6.2-.8.3z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#3D3B47"><path d="M115.1 28.4l-48.2-27.8c-1.1-.6-2.5-.9-3.9-.9s-2.8.3-3.9.9l-48.2 27.8c-2.2 1.3-3.9 4.3-3.9 6.7v55.7c0 2.5 1.7 5.5 3.9 6.7l48.2 27.9c1.1.6 2.5.9 3.9.9s2.8-.3 3.9-.9l48.2-27.9c2.1-1.2 3.9-4.2 3.9-6.7v-55.7c0-2.4-1.7-5.4-3.9-6.7zm.9 62.5c0 1.4-1.2 3.4-2.4 4.1l-48.2 27.9c-.6.3-1.5.5-2.4.5-.9 0-1.8-.2-2.4-.5l-48.2-27.9c-1.2-.7-2.4-2.7-2.4-4.1v-55.8c0-1.4 1.2-3.4 2.4-4.1l48.2-27.8c.6-.3 1.5-.5 2.4-.5.9 0 1.8.2 2.4.5l48.2 27.8c1.2.7 2.4 2.7 2.4 4.1v55.8zM67 60.7c-.8-1.3-2.1-2.4-3.7-2.5l-.3-.2c-2.4 0-4.4 2.1-4.6 4.5-.1.9.1 1.9.6 2.7.8 1.3 2.1 2.2 3.7 2.3h.3c2.4 0 4.4-1.9 4.6-4.3 0-.8-.2-1.7-.6-2.5zm-4 6.6h-.3c-1.4-.1-2.7-.9-3.5-2.1-.4-.7-.6-1.4-.6-2.3.2-2.3 2-3.9 4.3-3.9l.3-.2c1.4.1 2.7.8 3.5 2.1.4.7.6 1.6.6 2.4-.1 2.3-2 4-4.3 4zM64.1 68.5z"/><circle cx="63" cy="63" r="1.5"/><path d="M63 69h-.4c-2-.1-3.9-1.2-4.9-3-.6-1.1-.9-2.2-.8-3.5.1-1.4.7-2.7 1.6-3.7l-39.5 30.1 45.4-20v-.1c-.5.2-.9.2-1.4.2zM61.5 57.1c.6-.1 1.2-.2 1.9-.2 2 .1 3.9 1.3 4.9 3 .6 1.1.9 2.3.8 3.5-.1 1.5-.7 2.8-1.7 3.8l39.9-29.4-45.8 19.3z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#3D3B47" d="M64 99.6c-.9 0-1.7-.2-2.3-.5l-37.4-21.7c-1.2-.7-2.3-2.5-2.3-3.9v-43.3c0-1.4 1.1-3.2 2.3-3.9l37.4-21.6c.6-.3 1.4-.5 2.3-.5s1.7.2 2.3.5l37.5 21.6c1.2.7 2.3 2.5 2.3 3.9v43.3c0 1.4-1.1 3.2-2.3 3.9l-37.5 21.7c-.6.3-1.4.5-2.3.5z"/><path fill="#ccc" d="M64 5.7c.7 0 1.2.2 1.5.3l37.5 21.6c.7.4 1.5 1.8 1.5 2.6v43.3c0 .8-.8 2.2-1.5 2.6l-37.5 21.7c-.3.2-.8.3-1.5.3s-1.2-.2-1.5-.3l-37.5-21.7c-.7-.4-1.5-1.8-1.5-2.6v-43.3c0-.8.8-2.2 1.5-2.6l37.5-21.6c.3-.2.8-.3 1.5-.3m0-3c-1.1 0-2.2.2-3 .7l-37.5 21.6c-1.7 1-3 3.3-3 5.2v43.3c0 1.9 1.4 4.3 3 5.2l37.5 21.7c.8.5 1.9.7 3 .7s2.2-.2 3-.7l37.5-21.6c1.7-1 3-3.3 3-5.2v-43.4c0-1.9-1.4-4.3-3-5.2l-37.5-21.6c-.8-.5-1.9-.7-3-.7z"/><path fill="#EFF3F3" d="M64 48.5h.2c1.1.1 2.1.7 2.7 1.7.3.6.5 1.2.4 1.9-.1 1.8-1.6 3.1-3.4 3.1h-.2c-1.1-.1-2.1-.7-2.7-1.7-.3-.6-.5-1.2-.4-1.9.2-1.7 1.6-3.1 3.4-3.1m0-.2c-1.9 0-3.4 1.5-3.6 3.3 0 .7.1 1.4.5 2 .6 1 1.7 1.7 2.8 1.8h.2c1.9 0 3.4-1.5 3.6-3.3 0-.7-.1-1.4-.5-2-.6-1-1.7-1.7-2.8-1.8h-.2z"/><path fill="#A1A1A4" d="M64.8 56.2h.1-.1z"/><path fill="#EFF3F3" d="M64.1 50.7c.6 0 1.1.6 1.1 1.3 0 .6-.6 1.1-1.3 1.1-.6 0-1.1-.6-1.1-1.3.1-.7.6-1.1 1.3-1.1z"/><path fill="#EFF3F3" d="M64 56.6h-.3c-1.6-.1-3-1-3.8-2.4-.5-.8-.7-1.7-.6-2.7.1-1.1.5-2.1 1.2-2.9l-30.7 23.4 35.3-15.5c-.4.1-.7.1-1.1.1z"/><path fill="#0977F7" d="M62.9 47.3c.5-.1 1-.2 1.5-.1 1.6.1 3 1 3.8 2.4.5.8.7 1.8.6 2.7-.1 1.1-.6 2.2-1.3 3l31-22.9-35.6 14.9z"/><g fill="#3D3B47"><path d="M12.3 109.8c.8.7 1.3 1.8 1.3 3.5v8.6h-3.4v-7.8c0-.7-.1-1.2-.3-1.6-.3-.7-1-1-1.9-1-1.1 0-1.9.5-2.3 1.4-.2.5-.3 1.2-.3 2v6.9h-3.4v-12.8h3.2v1.9c.4-.7.8-1.1 1.2-1.4.7-.5 1.6-.8 2.6-.8 1.4 0 2.4.4 3.3 1.1zM27.4 120.3c-1.1 1.3-2.7 2-4.9 2s-3.9-.7-4.9-2c-1.1-1.3-1.6-2.9-1.6-4.8s.5-3.5 1.6-4.8c1.1-1.4 2.7-2 4.9-2s3.9.7 4.9 2c1.1 1.4 1.6 3 1.6 4.8 0 1.9-.6 3.5-1.6 4.8zm-2.7-1.9c.5-.7.8-1.7.8-3s-.3-2.3-.8-3c-.5-.7-1.3-1-2.3-1s-1.7.3-2.3 1c-.5.7-.8 1.7-.8 3s.3 2.3.8 3 1.3 1 2.3 1 1.8-.3 2.3-1zM38.2 109.2c.6.3 1.1.8 1.5 1.4v-6.1h3.4v17.3h-3.3v-1.8c-.5.8-1 1.3-1.6 1.7s-1.4.5-2.3.5c-1.5 0-2.8-.6-3.8-1.8-1-1.2-1.5-2.8-1.5-4.7 0-2.2.5-3.9 1.5-5.2 1-1.3 2.4-1.9 4-1.9.8.1 1.5.3 2.1.6zm.8 9.2c.5-.7.7-1.6.7-2.7 0-1.6-.4-2.7-1.2-3.4-.5-.4-1.1-.6-1.7-.6-1 0-1.7.4-2.2 1.1-.5.7-.7 1.7-.7 2.8 0 1.2.2 2.1.7 2.8.5.7 1.2 1.1 2.1 1.1s1.8-.4 2.3-1.1zM54.5 109.3c.9.4 1.6 1 2.2 1.9.5.8.9 1.6 1 2.7.1.6.1 1.4.1 2.5h-9.3c.1 1.3.5 2.2 1.3 2.7.5.3 1.1.5 1.9.5.8 0 1.4-.2 1.9-.6.3-.2.5-.5.7-.9h3.4c-.1.8-.5 1.5-1.2 2.3-1.1 1.2-2.8 1.9-4.8 1.9-1.7 0-3.2-.5-4.5-1.6-1.3-1.1-2-2.8-2-5.1 0-2.2.6-3.9 1.8-5.1 1.2-1.2 2.7-1.8 4.6-1.8 1 0 2 .2 2.9.6zm-5 2.9c-.5.5-.8 1.2-.9 2h5.8c-.1-.9-.4-1.6-.9-2-.5-.5-1.2-.7-2-.7-.9 0-1.6.2-2 .7zM70.3 119.9l3.3-10.6h1.4l-4 12.6h-1.5l-2.7-10.5-2.8 10.5h-1.7l-3.8-12.5h1.4l3.1 10.6 2.9-10.7h1.6l2.8 10.6zM78 116c0 .7.1 1.3.3 1.9.2.6.4 1.1.8 1.6.3.4.8.8 1.3 1.1.5.3 1.1.4 1.8.4.9 0 1.8-.2 2.4-.7.7-.5 1.1-1.2 1.4-2.1h1.6c-.2.6-.4 1.1-.7 1.7s-.7.9-1.1 1.3-.9.7-1.5.9c-.6.2-1.3.3-2.1.3-1 0-1.9-.2-2.6-.5-.7-.3-1.3-.8-1.8-1.4-.5-.6-.8-1.3-1-2.1-.2-.8-.3-1.7-.3-2.6s.1-1.8.4-2.6c.3-.8.6-1.5 1.1-2.1.5-.6 1.1-1.1 1.8-1.4s1.5-.5 2.4-.5c1.7 0 3.1.6 4.1 1.8 1 1.2 1.5 2.9 1.4 5.1h-9.7zm8.2-1.2c0-.6-.1-1.2-.3-1.7-.2-.5-.4-1-.7-1.4-.3-.4-.7-.7-1.2-.9-.5-.2-1.1-.3-1.7-.3s-1.2.1-1.7.4c-.5.2-.9.6-1.3 1-.3.4-.6.9-.8 1.4-.2.5-.3 1.1-.4 1.7h8.1zM92.1 121.9h-1.4v-17.4h1.4v6.9c.5-.8 1.1-1.4 1.9-1.7.8-.4 1.7-.6 2.5-.6.9 0 1.8.2 2.5.5.7.4 1.3.8 1.7 1.4.5.6.8 1.3 1 2.1.2.8.3 1.6.3 2.5 0 .9-.1 1.8-.3 2.6-.2.8-.5 1.5-1 2.1-.5.6-1 1-1.7 1.4-.7.3-1.6.5-2.6.5-.4 0-.8-.1-1.2-.2-.4-.1-.8-.3-1.2-.5-.4-.2-.8-.5-1.1-.8s-.6-.7-.8-1.1v2.3zm0-6.3c0 .8.1 1.5.3 2.1.2.7.5 1.2.8 1.7.4.5.8.8 1.3 1.1.5.3 1.1.4 1.8.4.6 0 1.2-.1 1.7-.3.5-.2 1-.5 1.4-1 .4-.4.7-.9.9-1.5.2-.6.3-1.3.3-2.1s0-1.5-.2-2.2c-.2-.7-.4-1.3-.8-1.8s-.8-.9-1.4-1.2-1.2-.4-1.9-.4-1.2.1-1.8.4c-.5.3-1 .7-1.3 1.1-.4.5-.6 1-.8 1.7-.2.6-.3 1.3-.3 2zM105.2 121.9v-17.4h1.4v10.8l6.1-5.9h2l-4.7 4.5 5.2 8h-1.6l-4.7-7-2.4 2.2v4.7h-1.3zM117.5 106.7v-2.1h1.6v2.1h-1.6zm0 15.2v-12.5h1.4v12.5h-1.4zM127.1 121.9c-.2 0-.4.1-.7.2-.3.1-.6.1-1 .1-.7 0-1.3-.2-1.7-.5-.4-.4-.6-1-.6-1.9v-9.1h-1.8v-1.2h1.8v-3.5h1.4v3.5h2.3v1.2h-2.3v9.4l.1.6c.1.1.2.2.4.3.2.1.4.1.7.1h.6l.6-.1v.9z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#3D3B47" d="M64 125.8c-1.2 0-2.3-.3-3.1-.7l-48.3-27.8c-1.7-1-3.1-3.5-3.1-5.4v-55.8c0-1.9 1.5-4.4 3.1-5.4l48.3-27.8c.8-.5 1.9-.7 3.1-.7 1.2 0 2.3.3 3.1.7l48.2 27.9c1.7 1 3.1 3.5 3.1 5.4v55.7c0 1.9-1.5 4.4-3.1 5.4l-48.2 27.9c-.8.4-1.9.6-3.1.6z"/><path fill="#ccc" d="M64 3.7c.9 0 1.8.2 2.4.5l48.2 27.8c1.2.7 2.4 2.7 2.4 4.1v55.7c0 1.4-1.2 3.4-2.4 4.1l-48.2 27.9c-.6.3-1.5.5-2.4.5-.9 0-1.8-.2-2.4-.5l-48.2-27.8c-1.2-.7-2.4-2.7-2.4-4.1v-55.8c0-1.4 1.2-3.4 2.4-4.1l48.2-27.8c.6-.3 1.5-.5 2.4-.5m0-3c-1.4 0-2.8.3-3.9.9l-48.2 27.8c-2.1 1.3-3.9 4.3-3.9 6.7v55.7c0 2.5 1.7 5.5 3.9 6.7l48.2 27.9c1.1.6 2.5.9 3.9.9s2.8-.3 3.9-.9l48.2-27.9c2.1-1.2 3.9-4.2 3.9-6.7v-55.7c0-2.5-1.7-5.5-3.9-6.7l-48.2-27.8c-1.1-.6-2.5-.9-3.9-.9z"/><path fill="#EFF3F3" d="M64 59.7h.3c1.4.1 2.7.9 3.5 2.1.4.7.6 1.6.6 2.5-.2 2.3-2 4-4.3 4h-.3c-1.4-.1-2.7-.9-3.5-2.1-.4-.7-.6-1.6-.6-2.5.1-2.2 2-4 4.3-4m0-.3c-2.4 0-4.4 1.9-4.6 4.3-.1.9.1 1.8.6 2.6.8 1.3 2.1 2.2 3.7 2.3h.3c2.4 0 4.4-1.9 4.6-4.3.1-.9-.2-1.8-.6-2.6-.8-1.3-2.1-2.2-3.7-2.3h-.3z"/><path fill="#A1A1A4" d="M65.1 69.5z"/><path fill="#EFF3F3" d="M64.1 62.5c.8.1 1.5.8 1.4 1.6-.1.8-.8 1.5-1.6 1.4-.8-.1-1.5-.8-1.4-1.6 0-.8.8-1.5 1.6-1.4z"/><path fill="#EFF3F3" d="M64 70.1h-.4c-2-.1-3.9-1.3-4.9-3-.6-1.1-.9-2.3-.8-3.5.1-1.4.7-2.7 1.6-3.7v-.1l-39.5 30.1 45.4-20c-.5.1-.9.2-1.4.2z"/><path fill="#0977F7" d="M62.5 58.1c.6-.1 1.2-.2 1.9-.2 2 .1 3.9 1.3 4.9 3 .6 1.1.9 2.3.8 3.5-.1 1.5-.7 2.8-1.7 3.8l39.9-29.4-45.8 19.3z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#3D3B47"><path d="M61 52.9c.6 1 1.6 1.6 2.7 1.7h.2c1.8 0 3.3-1.4 3.4-3.2 0-.7-.1-1.4-.5-1.9-.6-1-1.6-1.5-2.7-1.6-.1 0-.2.1-.2.1-1.8 0-3.3 1.3-3.4 3.1 0 .7.2 1.2.5 1.8zm3.1-2.9c.7 0 1.2.6 1.1 1.3 0 .7-.6 1.2-1.3 1.1-.7 0-1.2-.6-1.1-1.3 0-.7.6-1.2 1.3-1.1zM22.9 78.5l38.1 22.1c1.7 1 4.4 1 6.1 0l38-22.1c1.7-1 2.9-3.4 2.9-5.3v-44.1c0-1.9-1.2-4.3-2.9-5.3l-38.1-22c-1.7-1-4.4-1-6.1 0l-38 22.1c-1.7 1-2.9 3.4-2.9 5.3v44.1c0 1.9 1.2 4.3 2.9 5.2zm76.2-47.3l-31.6 23.3c.8-.8 1.3-1.8 1.3-3 .1-1-.2-1.9-.6-2.7-.8-1.4-2.3-2.3-3.9-2.4-.5 0-1 0-1.5.1l36.3-15.3zm-35.1 16.8l.3-.2c1.2.1 2.3.6 2.9 1.7.4.6.5 1.3.5 2-.1 1.9-1.7 3.4-3.6 3.4h-.2c-1.2-.1-2.3-.8-2.9-1.8-.4-.6-.5-1.1-.5-1.8 0-2 1.6-3.3 3.5-3.3zm-3.6-.1c-.7.8-1.2 1.8-1.3 3-.1 1 .2 1.9.6 2.7.8 1.4 2.3 2.3 3.9 2.4h.3c.4 0 .7 0 1-.1l-36 15.8 31.5-23.8zM8.5 108.7c-1.1 0-1.8.3-2.5.8-.4.3-1.1.8-1.1 1.4v-1.9h-3.9v13h4v-7.1c0-.8 0-1.4.2-2 .4-1 1.1-1.4 2.3-1.4.9 0 1.7.3 2 1 .2.4.4.9.4 1.6v7.9h3v-8.8c0-1.6-.4-2.8-1.2-3.5s-1.8-1-3.2-1zM21.9 108.6c-2.2 0-3.9.7-4.9 2-1.1 1.4-1.6 3-1.6 4.8 0 1.9.5 3.5 1.6 4.8 1.1 1.3 2.7 2 4.9 2s3.9-.7 4.9-2c1.1-1.3 1.6-2.9 1.6-4.8s-.5-3.5-1.6-4.8c-1-1.3-2.7-2-4.9-2zm2.3 9.8c-.5.7-1.3 1-2.3 1s-1.7-.3-2.3-1-.8-1.7-.8-3 .3-2.3.8-3c.5-.7 1.3-1 2.3-1s1.7.3 2.3 1c.5.7.8 1.7.8 3s-.3 2.4-.8 3zM39 110.7c0-.6-.8-1.1-1.4-1.4-.6-.3-1.3-.5-2-.5-1.7 0-3 .6-4 1.9-1 1.3-1.5 3-1.5 5.2 0 1.9.5 3.5 1.5 4.7 1 1.2 2.3 1.8 3.8 1.8.9 0 1.5-.2 2.1-.5s1.5-.9 1.5-1.7v1.9h4v-17h-4v5.6zm-.5 7.7c-.5.7-1.2 1.1-2.2 1.1s-1.7-.4-2.1-1.1c-.5-.7-.7-1.7-.7-2.8 0-1.1.2-2 .7-2.8.5-.7 1.2-1.1 2.2-1.1.6 0 1.2.2 1.7.6.8.7 1.2 1.8 1.2 3.4 0 1.1-.3 2-.8 2.7zM56.2 111.2c-.6-.9-1.3-1.5-2.2-1.9-.9-.4-1.9-.6-3-.6-1.9 0-3.4.6-4.6 1.8-1.2 1.2-1.8 2.9-1.8 5.1 0 2.4.7 4.1 2 5.1 1.3 1.1 2.8 1.6 4.5 1.6 2.1 0 3.7-.7 4.8-1.9.7-.8 1.2-1.4 1.2-2.4h-3.4c-.2 0-.4.7-.7.9-.5.4-1.1.6-1.9.6-.7 0-1.3-.3-1.9-.7-.8-.5-1.3-.9-1.3-2.9h9.3c0-1 0-1.8-.1-2.3 0-1-.4-1.6-.9-2.4zm-8.1 2.8c.1-1 .4-1.4.9-1.9s1.1-.7 2-.7c.8 0 1.5.2 2 .6.5.5.8 1 .9 2h-5.8zM69.8 119.6l-2.8-10.6h-1.6l-2.9 10.7-3.2-10.7h-1.5l3.8 13h1.8l2.7-11h.1l2.7 11h1.6l4-13h-1.5zM85.8 110.8c-1-1.2-2.3-1.8-4.1-1.8-.9 0-1.7.2-2.4.5s-1.3.8-1.8 1.4c-.5.6-.9 1.3-1.1 2.1-.3.8-.4 1.7-.4 2.6s.1 1.8.3 2.6c.2.8.6 1.5 1 2.1.5.6 1.1 1 1.8 1.4.7.3 1.6.5 2.6.5.8 0 1.5-.1 2.1-.3.6-.2 1.1-.5 1.5-.9s.8-.8 1.1-1.3.5-.7.7-1.7h-1.6c-.2 1-.7 1.6-1.4 2.1s-1.5.8-2.4.8c-.7 0-1.3-.1-1.8-.4-.5-.3-1-.6-1.3-1.1-.3-.4-.6-.9-.8-1.5-.2-.6-.3-.9-.3-1.9h9.7c0-2-.5-4-1.4-5.2zm-8.3 4.2c.1-1 .2-1.3.4-1.8s.5-1.1.8-1.5c.3-.4.8-.8 1.3-1 .5-.2 1.1-.4 1.7-.4s1.2.1 1.7.3c.5.2.9.5 1.2.9.3.4.6 1 .7 1.5.2.5.3.8.3 1.8h-8.1zM100.3 111c-.5-.6-1-1.1-1.7-1.4-.7-.4-1.5-.5-2.5-.5-.9 0-1.5.2-2.4.6-.8.4-1.7 1-1.7 1.7v-6.4h-2v17h2v-2h-.3c.2 0 .5.6.8.9s.7.5 1.1.7c.4.2.8.3 1.2.4.4.1.8.1 1.2.1 1 0 1.9-.2 2.6-.5.7-.3 1.3-.8 1.7-1.4.5-.6.8-1.3 1-2.1.2-.8.3-1.7.3-2.6 0-.9-.1-1.7-.3-2.5-.2-.7-.5-1.4-1-2zm-.5 7.1c-.2.6-.5 1.1-.9 1.5-.4.4-.8.7-1.4 1-.5.2-1.1.3-1.7.3-.7 0-1.3-.1-1.8-.4-.5-.3-1-.6-1.3-1.1-.4-.5-.6-1-.8-1.7-.2-.7-.3-1.4-.3-2.1 0-.7.1-1.4.3-2 .2-.6.5-1.2.8-1.7.4-.5.8-.9 1.3-1.1.5-.3 1.1-.4 1.8-.4s1.4.1 1.9.4 1 .7 1.4 1.2c.4.5.6 1.1.8 1.8.2.7.2 1.4.2 2.2 0 .8-.1 1.5-.3 2.1zM114.2 109h-2l-6.2 6.3v-10.3h-1v17h1v-4.9l2.4-2.1 4.7 7h1.7l-5.3-8.2zM117 109h1v13h-1zM117 105h2v2h-2zM126.2 120.9h-.7c-.3 0-.6 0-.8-.1-.2-.1-.3-.2-.4-.3-.1-.1-.2-.3-.2-.6 0-.2-.1-.5-.1-.8v-8.1h2v-2h-2v-3h-1v3h-2v2h2v8.7c0 .9 0 1.6.4 1.9.4.4.8.5 1.6.5.4 0 .9 0 1.1-.1.3-.1-.1-.1.9-.2v-1.2c-1 .2-.6.2-.8.3z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g><path fill="#3D3B47" d="M69.7 61.8c-.7-1.2-2-2.1-3.5-2.1h-.3c-2.3 0-4.1 1.8-4.3 4-.1.9.1 1.7.6 2.5.7 1.2 2 2.1 3.5 2.1h.3c2.3 0 4.2-1.8 4.3-4 .1-.9-.1-1.7-.6-2.5zm-3.8 3.7c-.8-.1-1.5-.8-1.4-1.6.1-.8.8-1.5 1.6-1.4.8.1 1.5.8 1.4 1.6 0 .8-.8 1.5-1.6 1.4zM118.1 29.4l-48.2-27.8c-2.1-1.2-5.6-1.2-7.7 0l-48.3 27.8c-2.1 1.2-3.9 4.2-3.9 6.7v55.7c0 2.5 1.7 5.5 3.9 6.7l48.2 27.9c2.1 1.2 5.6 1.2 7.7 0l48.2-27.9c2.1-1.2 3.9-4.2 3.9-6.7v-55.7c.1-2.4-1.7-5.4-3.8-6.7zm-96.1 60.5l39.5-30.1v.1c-.9 1-1.5 2.3-1.6 3.7-.1 1.2.2 2.4.8 3.5 1 1.8 2.8 2.9 4.9 3h.4c.5 0 .9-.1 1.3-.2l-45.3 20zm44-21.3h-.3c-1.5-.1-2.9-.9-3.7-2.3-.5-.8-.7-1.7-.6-2.6.2-2.4 2.2-4.3 4.6-4.3h.3c1.5.1 2.9 1 3.7 2.3.5.8.7 1.7.6 2.6-.2 2.4-2.2 4.3-4.6 4.3zm4.4-.4c1-1 1.6-2.3 1.7-3.8.1-1.2-.2-2.4-.8-3.5-1-1.8-2.9-2.9-4.9-3-.6 0-1.3 0-1.9.2l45.8-19.3-39.9 29.4z"/></g></svg>

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.