1
0
mirror of https://github.com/konpa/devicon.git synced 2025-09-01 02:22:19 +02:00

Add icons

Bitbucket, Confluence, D3.js, Github, Gitlab, Jeet, PhpStorm, Source Tree, SSH
This commit is contained in:
Julien Monty
2015-11-09 22:10:31 +01:00
parent e7411b3f8a
commit 946857079b
43 changed files with 384 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "devicon", "name": "devicon",
"version": "2.0.0", "version": "2.1.0",
"main": "devicon.min.css", "main": "devicon.min.css",
"ignore": [ "ignore": [
".jshintrc", ".jshintrc",

View File

@@ -1,3 +1,64 @@
.devicon-ssh-original-wordmark.colored,
.devicon-ssh-plain-wordmark.colored {
color: #231F20;
}
.devicon-ssh-original.colored,
.devicon-ssh-plain.colored {
color: #231F20;
}
.devicon-sourcetree-original-wordmark.colored,
.devicon-sourcetree-plain-wordmark.colored {
color: #205081;
}
.devicon-sourcetree-original.colored,
.devicon-sourcetree-plain.colored {
color: #205081;
}
.devicon-phpstorm-plain-wordmark.colored {
color: #5058A6;
}
.devicon-phpstorm-plain.colored {
color: #5058A6;
}
.devicon-jeet-plain-wordmark.colored {
color: #FF664A;
}
.devicon-jeet-plain.colored {
color: #FF664A;
}
.devicon-gitlab-plain-wordmark.colored {
color: #E24329;
}
.devicon-gitlab-plain.colored {
color: #E24329;
}
.devicon-github-original-wordmark.colored,
.devicon-github-plain-wordmark.colored {
color: #181616;
}
.devicon-github-original.colored,
.devicon-github-plain.colored {
color: #181616;
}
.devicon-d3js-plain.colored {
color: #f7974e;
}
.devicon-confluence-original-wordmark.colored,
.devicon-confluence-plain-wordmark.colored {
color: #205081;
}
.devicon-confluence-original.colored,
.devicon-confluence-plain.colored {
color: #205081;
}
.devicon-bitbucket-original-wordmark.colored,
.devicon-bitbucket-plain-wordmark.colored {
color: #205081;
}
.devicon-bitbucket-original.colored,
.devicon-bitbucket-plain.colored {
color: #205081;
}
.devicon-amazonwebservices-plain-wordmark.colored, .devicon-amazonwebservices-plain-wordmark.colored,
.devicon-amazonwebservices-original.colored, .devicon-amazonwebservices-original.colored,
.devicon-amazonwebservices-plain.colored { .devicon-amazonwebservices-plain.colored {

View File

@@ -23,6 +23,67 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.devicon-ssh-original-wordmark:before,
.devicon-ssh-plain-wordmark:before {
content: "\e900";
}
.devicon-ssh-original:before,
.devicon-ssh-plain:before {
content: "\e901";
}
.devicon-sourcetree-original-wordmark:before,
.devicon-sourcetree-plain-wordmark:before {
content: "\e902";
}
.devicon-sourcetree-original:before,
.devicon-sourcetree-plain:before {
content: "\e903";
}
.devicon-phpstorm-plain-wordmark:before {
content: "\e904";
}
.devicon-phpstorm-plain:before {
content: "\e905";
}
.devicon-jeet-plain-wordmark:before {
content: "\e906";
}
.devicon-jeet-plain:before {
content: "\e907";
}
.devicon-gitlab-plain-wordmark:before {
content: "\e908";
}
.devicon-gitlab-plain:before {
content: "\e909";
}
.devicon-github-original-wordmark:before,
.devicon-github-plain-wordmark:before {
content: "\e90a";
}
.devicon-github-original:before,
.devicon-github-plain:before {
content: "\e90b";
}
.devicon-d3js-plain:before {
content: "\e90c";
}
.devicon-confluence-original-wordmark:before,
.devicon-confluence-plain-wordmark:before {
content: "\e90d";
}
.devicon-confluence-original:before,
.devicon-confluence-plain:before {
content: "\e90e";
}
.devicon-bitbucket-original-wordmark:before,
.devicon-bitbucket-plain-wordmark:before {
content: "\e90f";
}
.devicon-bitbucket-original:before,
.devicon-bitbucket-plain:before {
content: "\e910";
}
.devicon-safari-line-wordmark:before { .devicon-safari-line-wordmark:before {
content: "\e632"; content: "\e632";
} }

View File

@@ -63,6 +63,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "bitbucket",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "bootstrap", "name": "bootstrap",
"tags": ["css", "framework"], "tags": ["css", "framework"],
@@ -111,6 +119,14 @@
"font": ["original", "original-wordmark"] "font": ["original", "original-wordmark"]
} }
}, },
{
"name": "confluence",
"tags": [],
"versions": {
"svg": ["original", "original-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "cplusplus", "name": "cplusplus",
"tags": ["language"], "tags": ["language"],
@@ -135,6 +151,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "d3js",
"tags": [],
"versions": {
"svg": ["original", "plain"],
"font": ["plain"]
}
},
{ {
"name": "debian", "name": "debian",
"tags": ["os", "server"], "tags": ["os", "server"],
@@ -223,6 +247,22 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "github",
"tags": ["version-control"],
"versions": {
"svg": ["original", "original-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "gitlab",
"tags": ["version-control"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "go", "name": "go",
"tags": ["language"], "tags": ["language"],
@@ -303,6 +343,14 @@
"font": ["plain"] "font": ["plain"]
} }
}, },
{
"name": "jeet",
"tags": ["framework", "css"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "jetbrains", "name": "jetbrains",
"tags": [], "tags": [],
@@ -431,6 +479,14 @@
"font": ["plain"] "font": ["plain"]
} }
}, },
{
"name": "phpstorm",
"tags": ["editor"],
"versions": {
"svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "postgresql", "name": "postgresql",
"tags": ["database"], "tags": ["database"],
@@ -503,6 +559,22 @@
"font": ["original"] "font": ["original"]
} }
}, },
{
"name": "sourcetree",
"tags": ["version-control"],
"versions": {
"svg": ["original", "original-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{
"name": "ssh",
"tags": ["security"],
"versions": {
"svg": ["original", "original-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "symfony", "name": "symfony",
"tags": ["framework"], "tags": ["framework"],

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

BIN
fonts/devicon.eot Executable file → Normal file

Binary file not shown.

309
fonts/devicon.svg Executable file → Normal file

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 504 KiB

After

Width:  |  Height:  |  Size: 565 KiB

BIN
fonts/devicon.ttf Executable file → Normal file

Binary file not shown.

BIN
fonts/devicon.woff Executable file → Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#205081" d="M47.962 108.392c-1.767 0-3.553.436-4.763.89v-6.622a.604.604 0 0 0-.605-.603h-3.57a.6.6 0 0 0-.6.603v22.802c0 .29.21.54.495.592 2.202.402 4.8.542 6.36.542 6.702 0 8.073-2.85 8.073-7.13v-4.99c0-4.04-1.814-6.084-5.39-6.084zm-2.477 14.06c-.904 0-1.652-.035-2.287-.11v-8.92c.983-.44 2.365-.884 3.474-.884 1.352 0 1.904.53 1.904 1.833v5.234c0 1.888-.477 2.848-3.09 2.848zM69.77 108.74h-3.564a.603.603 0 0 0-.603.6v11.294c-1.286.652-3.095 1.328-4.173 1.328-.803 0-1.1-.297-1.1-1.1V109.34c0-.328-.274-.6-.61-.6h-3.562a.6.6 0 0 0-.604.6v11.977c0 3.503 1.38 5.28 4.094 5.28 1.89 0 4.466-.65 6.64-1.672l.262.89c.078.257.31.434.58.434l2.64-.002c.333 0 .603-.27.603-.603V109.34c0-.33-.27-.6-.603-.6zM84.13 122.557a.612.612 0 0 0-.255-.41.615.615 0 0 0-.478-.09c-1.023.234-2.096.36-3.103.36-2.26 0-2.915-.576-2.915-2.566v-4.712c0-1.992.653-2.568 2.914-2.568.538 0 1.877.077 3.103.358a.602.602 0 0 0 .733-.5l.424-2.822a.6.6 0 0 0-.424-.666c-1.375-.405-2.986-.548-3.937-.548-5.39 0-7.588 1.963-7.588 6.78v4.644c0 4.816 2.198 6.78 7.588 6.78 1.308 0 2.817-.21 3.937-.546a.603.603 0 0 0 .424-.667l-.424-2.826zM108.702 108.392c-4.784 0-7.31 2.382-7.31 6.886v4.502c0 4.65 2.37 6.816 7.452 6.816 2.068 0 4.273-.362 6.048-.99a.613.613 0 0 0 .392-.695l-.53-2.55a.607.607 0 0 0-.754-.458c-1.642.463-3.197.69-4.772.69-2.597 0-3.06-.843-3.06-2.604v-.616h8.854a.6.6 0 0 0 .603-.605v-3.282c0-4.84-2.2-7.093-6.923-7.093zm-2.535 7.045v-.578c0-1.68.82-2.464 2.57-2.464 1.936 0 2.323.944 2.323 2.463v.577h-4.893zM22.913 108.733h-3.565a.605.605 0 0 0-.604.603v16.302c0 .334.27.604.604.604h3.565c.34 0 .607-.27.607-.604v-16.302a.602.602 0 0 0-.607-.603zM22.913 102.055h-3.565a.607.607 0 0 0-.604.605v3.07c0 .34.27.606.604.606h3.565a.6.6 0 0 0 .607-.605v-3.07a.604.604 0 0 0-.607-.605zM13.934 113.81c1.478-.812 2.12-1.95 2.12-3.703v-2.398c0-3.512-2.108-5.216-6.433-5.216H.82c-.33 0-.6.27-.6.602v22.54c0 .334.27.604.6.604h9.43c4.198 0 6.608-2.04 6.608-5.597v-2.476c0-2.12-1.077-3.705-2.922-4.356zm-8.803-7.17h3.965c1.795 0 2.045.783 2.045 1.62v2.055c0 1.336-.624 1.906-2.08 1.906h-.857a.605.605 0 0 0-.608.606v2.832c0 .335.27.606.608.606h1.55c1.557 0 2.188.602 2.188 2.08v1.742c0 1.503-.646 2.01-2.57 2.01H5.13V106.64zM36.307 122.777a.6.6 0 0 0-.258-.415.606.606 0 0 0-.484-.083c-.63.156-1.234.242-1.7.242-.882 0-1.273-.384-1.273-1.24v-8.64h3.463c.333 0 .603-.27.603-.603v-2.697a.604.604 0 0 0-.604-.603h-3.463v-4.153a.606.606 0 0 0-.69-.597l-3.566.496a.606.606 0 0 0-.52.6v3.654h-1.944a.605.605 0 0 0-.604.603v2.696c0 .333.27.603.603.603h1.944v9.198c0 3.157 1.657 4.76 4.93 4.76.934 0 2.516-.217 3.55-.576a.6.6 0 0 0 .4-.662l-.39-2.585zM127.384 122.776a.6.6 0 0 0-.74-.497c-.636.155-1.235.242-1.705.242-.88 0-1.278-.385-1.278-1.242v-8.638h3.467a.6.6 0 0 0 .6-.603v-2.697a.6.6 0 0 0-.6-.603h-3.468v-4.154a.59.59 0 0 0-.204-.454.606.606 0 0 0-.482-.143l-3.565.495a.605.605 0 0 0-.52.597v3.658h-1.942c-.33 0-.603.27-.603.603v2.696c0 .33.273.602.603.602h1.942v9.2c0 3.154 1.66 4.756 4.933 4.756.936 0 2.515-.216 3.55-.574a.606.606 0 0 0 .402-.662l-.39-2.586zM100.838 125.234l-4.767-7.87 4.6-7.75a.602.602 0 0 0-.52-.912h-3.937a.603.603 0 0 0-.523.302l-4.375 7.584v-13.925a.603.603 0 0 0-.604-.604h-3.564a.604.604 0 0 0-.604.603v22.975c0 .333.27.604.604.604h3.565c.334 0 .605-.27.605-.604v-7.52l4.655 7.79c.11.182.306.294.518.294h3.869a.605.605 0 0 0 .48-.968z"/><g fill="#205081"><path d="M64 4.43c-22 0-39.624 5.87-39.624 13.156 0 1.92 4.776 29.44 6.665 40.356.848 4.895 13.468 12.072 32.97 12.072l-.01-.058v.058c20 0 32.187-7.177 33.034-12.072 1.89-10.914 6.636-38.436 6.636-40.356C103.67 10.3 86 4.43 64 4.43zm.063 56.742c-6.962 0-12.606-5.645-12.606-12.606 0-6.963 5.644-12.606 12.606-12.606S76.67 41.603 76.67 48.566c0 6.962-5.645 12.606-12.607 12.606zm-.007-39.52c-14.026-.022-25.393-2.458-25.388-5.443.005-2.986 11.38-5.386 25.406-5.364 14.026.022 25.392 2.46 25.388 5.444-.005 2.986-11.38 5.385-25.406 5.363z"/><path d="M92.565 68.88c-.603 0-1.086.428-1.086.428s-9.767 7.733-27.417 7.734c-17.65 0-27.416-7.734-27.416-7.734s-.483-.427-1.086-.427c-.72 0-1.402.485-1.402 1.552 0 .113.01.225.032.335 1.516 8.112 2.623 13.877 2.818 14.753C38.33 91.488 50.004 96 64.062 96h.002c14.058 0 25.732-4.512 27.055-10.48.193-.875 1.3-6.635 2.817-14.748.02-.11.032-.225.032-.338-.002-1.067-.685-1.553-1.405-1.553z"/><circle cx="64.051" cy="48.562" r="6.318"/></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="#205081"><path d="M64 1.023v.002-.002c-30 0-54.557 8.074-54.557 18.1 0 2.64 6.55 40.504 9.147 55.52 1.165 6.733 18.56 16.607 45.39 16.607l.02-.08v.08c27 0 44.238-9.874 45.403-16.61 2.598-15.015 9.15-52.878 9.15-55.518C118.554 9.097 94 1.022 64 1.022zm0 78.062c-9.578 0-17.343-7.766-17.343-17.343C46.657 52.164 54.422 44.4 64 44.4s17.343 7.764 17.343 17.343c0 9.577-7.765 17.342-17.343 17.342zm-.01-54.368c-19.296-.03-34.934-3.384-34.928-7.49.007-4.107 15.656-7.41 34.952-7.378 19.296.03 34.934 3.382 34.927 7.49-.005 4.106-15.653 7.407-34.95 7.377z"/><path d="M103.212 89.69c-.83 0-1.494.588-1.494.588S88.283 100.918 64 100.918s-37.718-10.64-37.718-10.64-.665-.587-1.494-.587c-.99 0-1.93.666-1.93 2.135 0 .155.015.31.044.462 2.085 11.16 3.61 19.09 3.876 20.296 1.82 8.21 17.88 14.417 37.22 14.417H64c19.342 0 35.402-6.207 37.222-14.417.268-1.205 1.79-9.13 3.876-20.29.028-.153.044-.31.044-.465 0-1.47-.94-2.137-1.93-2.137z"/><circle cx="63.983" cy="61.737" r="8.691"/></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#205081"><path d="M89.976 82.353c-1.57-3.094-3.43-6.223-5.606-9.405a106.98 106.98 0 0 0-4.974-6.672c-.71-.884-.412-1.984.13-2.53.536-.55 1.075-1.098 1.617-1.653 7.46-7.61 15.175-15.475 21.09-23.974 6.293-9.042 9.78-17.618 10.66-26.44a2.723 2.723 0 0 0-1.03-2.375 2.663 2.663 0 0 0-2.56-.368c-5.738 2.194-11.563 3.86-16.88 5.098a3.318 3.318 0 0 0-2.324 2.026C86.223 26.674 76.33 36.778 65.953 47.363c-.417.395-1 .917-1.95.917-.948 0-1.526-.506-1.95-.918-10.38-10.586-20.27-20.654-24.146-31.268a3.323 3.323 0 0 0-2.323-2.025c-5.32-1.24-11.15-3.047-16.878-5.24a2.655 2.655 0 0 0-3.592 2.742c.88 8.824 4.365 17.506 10.66 26.547 5.914 8.498 13.63 16.365 21.09 23.973C60.607 76.106 73.59 89.347 74.73 104.7a2.654 2.654 0 0 0 2.647 2.46h16.148a2.658 2.658 0 0 0 2.653-2.788 48.635 48.635 0 0 0-1.242-8.69l.006-.007a1.06 1.06 0 0 1 1.02-1.337c.05 0 .1.01.15.017h.002c13.183 1.93 21.52 5.013 21.533 8.41v.007c0 3.2-7.495 8.03-19.677 11.565l-.005.005c-1.083.31-1.873 1.288-1.873 2.45 0 1.408 1.163 2.554 2.6 2.554.2 0 .39-.023.577-.065 16.375-3.787 27.23-10.152 27.23-17.338-.002-8.533-14.676-16.154-36.526-19.59zM46.675 74.03a2.66 2.66 0 0 0-1.886-.808c-1.206 0-1.92.778-2.19 1.19a82.094 82.094 0 0 0-4.632 7.95C16.148 85.803 1.5 93.418 1.5 101.943c0 7.194 10.777 13.546 27.182 17.332.002 0 .018 0 .024-.002.193.046.392.075.6.075 1.436 0 2.6-1.145 2.6-2.554 0-1.16-.792-2.126-1.87-2.438l-.007-.017c-12.183-3.536-19.678-8.367-19.678-11.565v-.008c.012-3.39 8.327-6.47 21.477-8.4a.833.833 0 0 1 .14-.016A1.07 1.07 0 0 1 33 95.7l.01.01a48.544 48.544 0 0 0-1.23 8.653c-.036.723.23 1.44.732 1.97.5.525 1.205.827 1.93.827h16.15a2.676 2.676 0 0 0 2.657-2.468c.35-4.725 1.827-9.46 4.505-14.438.928-1.722.207-3.34-.328-4.03-2.658-3.457-5.912-7.142-10.752-12.194z"/><path d="M62.138 34.137c.64.62 1.362.738 1.86.738h.005c.5 0 1.223-.116 1.862-.738C71.56 28.6 74.62 22.144 75.29 20.35a2.64 2.64 0 0 0 .197-.98c0-1.434-1.194-2.457-2.443-2.457-1.03 0-3.967.304-9.026.304h-.033c-5.06 0-7.993-.304-9.024-.304-1.248 0-2.443 1.024-2.443 2.456 0 .417.1.716.198.98.67 1.794 3.73 8.25 9.423 13.787z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="-201.009" y1="376.844" x2="-200.098" y2="375.873" gradientTransform="matrix(82.4907 0 0 -81.4303 16634.416 30700.326)"><stop offset="0" stop-color="#f9a03c"/><stop offset="1" stop-color="#f7974e"/></linearGradient><path fill="url(#a)" d="M126.334 90.59a37.18 37.18 0 0 0 .128-1.647C126.5 88.288 87.094 50.9 87.094 50.9h-.942s39.94 42.13 40.182 39.69z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="-199.257" y1="373.615" x2="-197.514" y2="371.916" gradientTransform="matrix(40.2105 0 0 -40.4122 8003.203 15127)"><stop offset="0" stop-color="#f9a03c"/><stop offset="1" stop-color="#f7974e"/></linearGradient><path fill="url(#b)" d="M42.26 77.62a26.282 26.282 0 0 1-.328.702c-1.256 2.62 17.585 21.038 19.1 18.8.07-.098.14-.202.208-.3.077-.118.152-.23.228-.348 1.213-1.84-18.67-20.05-19.207-18.854z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="-199.836" y1="374.252" x2="-198.286" y2="372.475" gradientTransform="matrix(41.0403 0 0 -39.9333 8224.5 14997.683)"><stop offset="0" stop-color="#f9a03c"/><stop offset="1" stop-color="#f7974e"/></linearGradient><path fill="url(#c)" d="M68.886 103.52c-.053.118-.433.76-.78 1.098-.058.117 18.394 18.417 18.394 18.417h1.66c.002 0-17.32-18.74-19.274-19.514z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="-201.143" y1="379.263" x2="-200.795" y2="378.804" gradientTransform="matrix(255.8347 0 0 -242.016 51476.605 91789.102)"><stop offset="0" stop-color="#f26d58"/><stop offset="1" stop-color="#f9a03c"/></linearGradient><path fill="url(#d)" d="M126.488 88.61c-.863 19.13-16.69 34.425-36.024 34.425H87.85l-19.31-19.022a69.313 69.313 0 0 0 4.38-6.98h17.544c5.55 0 10.064-4.514 10.064-10.065 0-5.55-4.515-10.064-10.064-10.064H80.082A69.373 69.373 0 0 0 81.306 64c0-4.48-.44-8.852-1.26-13.1h6.45l39.88 39.295a48.62 48.62 0 0 0 .112-1.585zM11.962 4.772H1.472v26.003h10.49c18.32 0 33.23 14.903 33.23 33.225 0 4.984-1.113 9.716-3.088 13.964L61.24 96.82A58.882 58.882 0 0 0 71.2 64c0-32.658-26.574-59.228-59.236-59.228z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="-200.962" y1="378.553" x2="-200.452" y2="378.218" gradientTransform="matrix(160.7307 0 0 -174.8133 32360.78 66184.883)"><stop offset="0" stop-color="#b84e51"/><stop offset="1" stop-color="#f68e48"/></linearGradient><path fill="url(#e)" d="M90.464 4.772H47.986a69.81 69.81 0 0 1 24.82 26.003h17.658c5.55 0 10.064 4.513 10.064 10.064 0 5.55-4.515 10.06-10.064 10.06h-3.968l39.88 39.296a36.65 36.65 0 0 0 .152-3.228c0-8.766-3.146-16.807-8.368-23.066 5.223-6.256 8.368-14.3 8.368-23.063 0-19.887-16.177-36.068-36.064-36.068z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="-200.619" y1="377.137" x2="-200.595" y2="376.532" gradientTransform="matrix(176.7653 0 0 -92.6293 35504.598 35022.56)"><stop offset="0" stop-color="#f9a03c"/><stop offset="1" stop-color="#f7974e"/></linearGradient><path fill="url(#f)" d="M87.85 123.035H48.29a69.95 69.95 0 0 0 20.25-19.022l19.31 19.022zM61.24 96.82L42.106 77.965c-5.287 11.362-16.807 19.264-30.143 19.264H1.472v26h10.49c20.53 0 38.648-10.5 49.28-26.407z"/></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="85.24" y1="97.604" x2="91.053" y2="-49.515"><stop offset="0" stop-color="#f9a03c"/><stop offset="1" stop-color="#f7974e"/></linearGradient><path fill="url(#a)" d="M118.16 63.966c5.223-6.256 8.368-14.217 8.368-22.98C126.528 21.097 110.352 5 90.464 5H47.986c10.375 7 18.966 16 24.82 26h17.658c5.55 0 10.064 4.45 10.064 10s-4.515 10-10.064 10H80.047c.82 5 1.26 8.62 1.26 13.098 0 4.41-.433 8.902-1.224 12.902h10.382c5.55 0 10.064 4.95 10.064 10.5S96.013 98 90.464 98H72.92c-1.315 2-2.79 4.74-4.38 6.98C63.137 112.59 56.253 119 48.29 124H90.463c19.335 0 35.16-15.746 36.024-34.876-.017.31-.043.39-.066.698.062-.848.107-1.813.107-2.678-.002-8.766-3.148-16.92-8.37-23.178z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="33.627" y1="97.714" x2="39.382" y2="-47.925"><stop offset="0" stop-color="#f9a03c"/><stop offset="1" stop-color="#f7974e"/></linearGradient><path fill="url(#b)" d="M61.03 97.543l.003-.18c.07-.1.138-.292.207-.39.077-.118.152-.275.228-.392.002-.002 0-.03.003-.034 6.14-9.33 9.727-20.41 9.727-32.39C71.197 31.5 44.624 5 11.962 5H1v26h10.962c18.32 0 33.23 14.823 33.23 33.144 0 4.984-1.113 9.675-3.088 13.924-.006.013-.013.36-.02.374C36.79 89.782 25.283 98 11.963 98H1v26h10.962c20.396 0 38.41-10.722 49.068-26.457z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/d3js/d3js.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="#181616"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 1.512c-23.493 0-42.545 19.047-42.545 42.545 0 18.797 12.19 34.745 29.095 40.37 2.126.394 2.907-.923 2.907-2.047 0-1.014-.04-4.366-.058-7.92-11.837 2.573-14.334-5.02-14.334-5.02-1.935-4.918-4.724-6.226-4.724-6.226-3.86-2.64.29-2.586.29-2.586 4.273.3 6.523 4.385 6.523 4.385 3.794 6.504 9.953 4.623 12.38 3.536.383-2.75 1.485-4.628 2.702-5.69-9.45-1.075-19.384-4.724-19.384-21.026 0-4.645 1.662-8.44 4.384-11.42-.442-1.072-1.898-5.4.412-11.26 0 0 3.572-1.142 11.7 4.363 3.395-.943 7.035-1.416 10.65-1.432 3.616.017 7.258.49 10.658 1.432 8.12-5.504 11.688-4.362 11.688-4.362 2.316 5.86.86 10.187.418 11.26 2.728 2.978 4.378 6.774 4.378 11.42 0 16.34-9.953 19.938-19.427 20.99 1.526 1.32 2.886 3.91 2.886 7.88 0 5.692-.048 10.273-.048 11.674 0 1.13.766 2.458 2.922 2.04 16.896-5.632 29.07-21.574 29.07-40.365C106.545 20.56 87.497 1.512 64 1.512z"/><path d="M37.57 62.596c-.095.212-.428.275-.73.13-.31-.14-.482-.427-.382-.64.09-.216.424-.277.733-.132.31.14.486.43.38.642zm-.524-.388M39.293 64.52c-.203.187-.6.1-.87-.198-.278-.297-.33-.694-.124-.884.208-.188.593-.1.87.197.28.3.335.693.123.884zm-.406-.437M40.97 66.968c-.26.182-.687.012-.95-.367-.262-.377-.262-.83.005-1.013.264-.182.684-.018.95.357.262.385.262.84-.005 1.024zm0 0M43.268 69.336c-.233.257-.73.188-1.093-.163-.372-.343-.475-.83-.242-1.087.237-.257.736-.185 1.102.163.37.342.482.83.233 1.086zm0 0M46.44 70.71c-.104.334-.582.485-1.064.344-.482-.146-.796-.536-.7-.872.1-.336.582-.493 1.067-.342.48.144.795.53.696.87zm0 0M49.92 70.965c.013.35-.396.642-.902.648-.508.012-.92-.272-.926-.618 0-.354.4-.642.908-.65.506-.01.92.272.92.62zm0 0M53.16 70.414c.06.342-.29.694-.793.787-.494.092-.95-.12-1.014-.46-.06-.35.297-.7.79-.792.503-.088.953.118 1.017.466zm0 0"/></g><g fill="#100E0F"><path d="M24.855 108.302h-10.7a.5.5 0 0 0-.5.5v5.232a.5.5 0 0 0 .5.5h4.173v6.5s-.937.32-3.53.32c-3.056 0-7.327-1.116-7.327-10.508 0-9.393 4.448-10.63 8.624-10.63 3.614 0 5.17.636 6.162.943.31.094.6-.216.6-.492l1.193-5.055a.468.468 0 0 0-.192-.39c-.403-.288-2.857-1.66-9.058-1.66-7.144 0-14.472 3.038-14.472 17.65 0 14.61 8.39 16.787 15.46 16.787 5.854 0 9.405-2.502 9.405-2.502.146-.08.162-.285.162-.38v-16.316a.5.5 0 0 0-.5-.5zM79.506 94.81H73.48a.5.5 0 0 0-.498.503l.002 11.644h-9.392V95.313a.5.5 0 0 0-.497-.503H57.07a.5.5 0 0 0-.498.503v31.53c0 .277.224.503.498.503h6.025a.5.5 0 0 0 .497-.504v-13.486h9.392l-.016 13.486c0 .278.224.504.5.504h6.038a.5.5 0 0 0 .497-.504v-31.53c0-.278-.22-.502-.497-.502zM32.34 95.527c-2.144 0-3.884 1.753-3.884 3.923 0 2.167 1.74 3.925 3.884 3.925 2.146 0 3.885-1.758 3.885-3.925 0-2.17-1.74-3.923-3.885-3.923zM35.296 105.135H29.29c-.276 0-.522.284-.522.56v20.852c0 .613.382.795.876.795h5.41c.595 0 .74-.292.74-.805v-6.346-14.553a.5.5 0 0 0-.498-.502zM102.902 105.182h-5.98a.5.5 0 0 0-.496.504v15.46s-1.52 1.11-3.675 1.11-2.727-.977-2.727-3.088v-13.482a.5.5 0 0 0-.497-.504h-6.068a.502.502 0 0 0-.498.504v14.502c0 6.27 3.495 7.804 8.302 7.804 3.944 0 7.124-2.18 7.124-2.18s.15 1.15.22 1.285c.07.136.247.273.44.273l3.86-.017a.502.502 0 0 0 .5-.504l-.003-21.166a.504.504 0 0 0-.5-.502zM119.244 104.474c-3.396 0-5.706 1.515-5.706 1.515V95.312a.5.5 0 0 0-.497-.503H107a.5.5 0 0 0-.5.503v31.53a.5.5 0 0 0 .5.503h4.192c.19 0 .332-.097.437-.268.103-.17.254-1.454.254-1.454s2.47 2.34 7.148 2.34c5.49 0 8.64-2.784 8.64-12.502s-5.03-10.988-8.428-10.988zm-2.36 17.764c-2.073-.063-3.48-1.004-3.48-1.004v-9.985s1.388-.85 3.09-1.004c2.153-.193 4.228.458 4.228 5.594 0 5.417-.935 6.486-3.837 6.398zM53.195 122.12c-.263 0-.937.107-1.63.107-2.22 0-2.973-1.032-2.973-2.368v-8.866h4.52a.5.5 0 0 0 .5-.504v-4.856a.5.5 0 0 0-.5-.502h-4.52l-.007-5.97c0-.227-.116-.34-.378-.34h-6.16c-.238 0-.367.106-.367.335v6.17s-3.087.745-3.295.805a.5.5 0 0 0-.36.48v3.877a.5.5 0 0 0 .497.503h3.158v9.328c0 6.93 4.86 7.61 8.14 7.61 1.497 0 3.29-.48 3.586-.59.18-.067.283-.252.283-.453l.004-4.265a.51.51 0 0 0-.5-.502z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#181616"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 5.103c-33.347 0-60.388 27.035-60.388 60.388 0 26.682 17.303 49.317 41.297 57.303 3.017.56 4.125-1.31 4.125-2.905 0-1.44-.056-6.197-.082-11.243-16.8 3.653-20.345-7.125-20.345-7.125-2.747-6.98-6.705-8.836-6.705-8.836-5.48-3.748.413-3.67.413-3.67 6.063.425 9.257 6.223 9.257 6.223 5.386 9.23 14.127 6.562 17.573 5.02.542-3.903 2.107-6.568 3.834-8.076-13.413-1.525-27.514-6.704-27.514-29.843 0-6.593 2.36-11.98 6.223-16.21-.628-1.52-2.695-7.662.584-15.98 0 0 5.07-1.623 16.61 6.19C53.7 35 58.867 34.327 64 34.304c5.13.023 10.3.694 15.127 2.033 11.526-7.813 16.59-6.19 16.59-6.19 3.287 8.317 1.22 14.46.593 15.98 3.872 4.23 6.215 9.617 6.215 16.21 0 23.194-14.127 28.3-27.574 29.796 2.167 1.874 4.097 5.55 4.097 11.183 0 8.08-.07 14.583-.07 16.572 0 1.607 1.088 3.49 4.148 2.897 23.98-7.994 41.263-30.622 41.263-57.294C124.388 32.14 97.35 5.104 64 5.104z"/><path d="M26.484 91.806c-.133.3-.605.39-1.035.185-.44-.196-.685-.605-.543-.906.13-.31.603-.395 1.04-.188.44.197.69.61.537.91zm-.743-.55M28.93 94.535c-.287.267-.85.143-1.232-.28-.396-.42-.47-.983-.177-1.254.298-.266.844-.14 1.24.28.394.426.472.984.17 1.255zm-.575-.618M31.312 98.012c-.37.258-.976.017-1.35-.52-.37-.538-.37-1.183.01-1.44.373-.258.97-.025 1.35.507.368.545.368 1.19-.01 1.452zm0 0M34.573 101.373c-.33.365-1.036.267-1.552-.23-.527-.487-.674-1.18-.343-1.544.336-.366 1.045-.264 1.564.23.527.486.686 1.18.333 1.543zm0 0M39.073 103.324c-.147.473-.825.688-1.51.486-.683-.207-1.13-.76-.99-1.238.14-.477.823-.7 1.512-.485.683.206 1.13.756.988 1.237zm0 0M44.016 103.685c.017.498-.563.91-1.28.92-.723.017-1.308-.387-1.315-.877 0-.503.568-.91 1.29-.924.717-.013 1.306.387 1.306.88zm0 0M48.614 102.903c.086.485-.413.984-1.126 1.117-.7.13-1.35-.172-1.44-.653-.086-.498.422-.997 1.122-1.126.714-.123 1.354.17 1.444.663zm0 0"/></g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
icons/github/github.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"><path fill="#FC6D26" d="M109.757 49.765l-5.14-15.82L94.43 2.596c-.523-1.614-2.805-1.614-3.33 0l-10.187 31.35H47.087L36.9 2.596c-.524-1.614-2.806-1.614-3.33 0l-10.187 31.35-5.14 15.82a3.502 3.502 0 0 0 1.272 3.915L64 86l44.485-32.32a3.502 3.502 0 0 0 1.272-3.915"/><path fill="#E24329" d="M64 86l16.913-52.054H47.087L64 86z"/><path fill="#FC6D26" d="M64 86L47.087 33.946H23.383L64 86z"/><path fill="#FCA326" d="M23.383 33.946l-5.14 15.82a3.502 3.502 0 0 0 1.272 3.914L64 86 23.383 33.946z"/><path fill="#E24329" d="M23.383 33.946h23.704L36.9 2.594c-.524-1.613-2.806-1.613-3.33 0L23.383 33.946z"/><path fill="#FC6D26" d="M64 86l16.913-52.054h23.704L64 86z"/><path fill="#FCA326" d="M104.617 33.946l5.14 15.82a3.502 3.502 0 0 1-1.272 3.914L64 86l40.617-52.054z"/><path fill="#E24329" d="M104.617 33.946H80.913L91.1 2.594c.524-1.613 2.806-1.613 3.33 0l10.187 31.352z"/><g><path fill="#5C5C5C" d="M65.387 93.983h-4.49l.015 33.405h18.16v-4.13H65.4l-.015-29.275zM96.363 121.523a7.648 7.648 0 0 1-5.56 2.346c-3.418 0-4.795-1.684-4.795-3.877 0-3.315 2.295-4.896 7.192-4.896.918 0 2.397.102 3.162.255v6.17zm-4.642-20.247c-3.624 0-6.95 1.285-9.543 3.423l1.587 2.747c1.836-1.07 4.08-2.142 7.294-2.142 3.673 0 5.305 1.887 5.305 5.05v1.63c-.714-.152-2.193-.254-3.11-.254-7.857 0-11.835 2.755-11.835 8.518 0 5.15 3.162 7.752 7.957 7.752 3.23 0 6.325-1.48 7.396-3.876l.817 3.264h3.163v-17.085c0-5.406-2.347-9.027-9.03-9.027zM115.234 124.022c-1.683 0-3.163-.204-4.285-.714v-15.452c1.53-1.275 3.417-2.193 5.814-2.193 4.336 0 6.02 3.06 6.02 8.007 0 7.037-2.704 10.352-7.55 10.352m1.886-22.746c-4.012 0-6.17 2.73-6.17 2.73v-4.31l-.015-5.713h-4.386l.014 32.59c2.193.917 5.203 1.427 8.467 1.427 8.364 0 12.394-5.355 12.394-14.586 0-7.293-3.723-12.138-10.304-12.138M16.592 97.604c3.98 0 6.53 1.326 8.212 2.652l1.93-3.34c-2.63-2.306-6.167-3.545-9.94-3.545-9.538 0-16.22 5.815-16.22 17.545C.574 123.205 7.784 128 16.03 128c4.132 0 7.652-.97 9.947-1.938l-.094-13.132v-4.13H13.64v4.13h7.805l.094 9.97c-1.02.51-2.806.918-5.204.918-6.63 0-11.07-4.17-11.07-12.954.002-8.925 4.593-13.26 11.326-13.26M48.16 93.983h-4.387l.014 5.61v19.379c0 5.407 2.347 9.028 9.03 9.028.922 0 1.825-.084 2.702-.243v-3.94a13.47 13.47 0 0 1-2.04.154c-3.674 0-5.306-1.886-5.306-5.048V105.56h7.345v-3.672h-7.346l-.014-7.905zM32.642 127.388h4.387v-25.5H32.64v25.5zM32.642 98.37h4.387v-4.387H32.64v4.386z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#FC6D26" d="M126.615 72.31l-7.034-21.647L105.64 7.76c-.716-2.206-3.84-2.206-4.556 0l-13.94 42.903H40.856L26.916 7.76c-.717-2.206-3.84-2.206-4.557 0L8.42 50.664 1.385 72.31a4.792 4.792 0 0 0 1.74 5.358L64 121.894l60.874-44.227a4.793 4.793 0 0 0 1.74-5.357"/><path fill="#E24329" d="M64 121.894l23.144-71.23H40.856L64 121.893z"/><path fill="#FC6D26" d="M64 121.894l-23.144-71.23H8.42L64 121.893z"/><path fill="#FCA326" d="M8.42 50.663L1.384 72.31a4.79 4.79 0 0 0 1.74 5.357L64 121.894 8.42 50.664z"/><path fill="#E24329" d="M8.42 50.663h32.436L26.916 7.76c-.717-2.206-3.84-2.206-4.557 0L8.42 50.664z"/><path fill="#FC6D26" d="M64 121.894l23.144-71.23h32.437L64 121.893z"/><path fill="#FCA326" d="M119.58 50.663l7.035 21.647a4.79 4.79 0 0 1-1.74 5.357L64 121.894l55.58-71.23z"/><path fill="#E24329" d="M119.58 50.663H87.145l13.94-42.902c.717-2.206 3.84-2.206 4.557 0l13.94 42.903z"/></svg>

After

Width:  |  Height:  |  Size: 960 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#E24329"><path d="M18.732 52.895c.213.296.476.562.782.785L64 86l44.485-32.32a3.5 3.5 0 0 0 1.272-3.915l-5.14-15.82L94.43 2.596c0-.006-.004-.01-.006-.015-.368-1.1-1.552-1.423-2.428-1-.394.19-.733.542-.895 1.04L80.914 34H47.087L39.65 11.087l-2.75-8.48c-.393-1.21-1.775-1.518-2.663-.913-.296.202-.537.5-.668.904L23.38 33.948l-1.702 5.24-3.437 10.578a3.5 3.5 0 0 0 .49 3.13zM65.387 94h-4.49l.016 33H79v-4H65.4zM91.846 101.276a15.13 15.13 0 0 0-9.607 3.423l1.554 2.747c1.836-1.07 3.884-2.142 7.097-2.142 3.674 0 5.11 1.887 5.11 5.05v1.63c0-.152-2.013-.254-2.93-.254-7.857 0-11.744 2.755-11.744 8.518 0 5.15 3.208 7.752 8.003 7.752 3.23 0 6.347-1.673 7.418-4.07l.84 3.07H101v-16.697c0-5.406-2.47-9.027-9.154-9.027zM96 121.523c-1 1.173-2.828 2.346-5.378 2.346-3.418 0-4.704-1.684-4.704-3.877 0-3.315 2.16-4.896 7.056-4.896.918 0 3.026.102 3.026.255v6.17zM117.146 101.276c-4.012 0-6.146 2.73-6.146 2.73v-4.31L110.934 94H106.547l.014 32.58c2.194.918 5.204 1.424 8.468 1.424 8.365 0 12.408-5.357 12.408-14.588.002-7.293-3.71-12.14-10.29-12.14zm-1.887 22.746c-1.684 0-3.26-.204-4.26-.714v-15.452c1-1.275 3.392-2.193 5.79-2.193 4.336 0 6.02 3.06 6.02 8.007 0 7.037-2.705 10.352-7.55 10.352zM16.592 97.604c3.98 0 6.53 1.326 8.213 2.652l1.93-3.34c-2.63-2.306-6.167-3.545-9.94-3.545-9.538 0-16.22 5.815-16.22 17.545C.575 123.205 7.785 128 16.03 128c4.133 0 7.71-.97 10.006-1.938L26 112.93V109H14v4h7.446l.094 9.935c-1.02.51-2.805.9-5.203.9-6.63 0-11.07-4.18-11.07-12.963 0-8.924 4.592-13.268 11.325-13.268zM48.16 94h-4.387L44 99.593v19.379c0 5.407 2.48 9.028 9.163 9.028.923 0 1.837-.084 2.837-.243v-3.94c-1 .098-1.64.154-2.368.154-3.673 0-5.632-1.886-5.632-5.048V106h8v-4h-7.825l-.015-8zM33 102h4v25h-4zM33 94h4v4h-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"><path fill="#E24329" d="M126.615 72.31l-7.034-21.646-13.94-42.902c-.54-1.662-2.44-2.07-3.654-1.23-.4.276-.724.853-.902 1.398L87.144 51H40.856L31.62 22.41 26.917 7.847a2.748 2.748 0 0 0-.372-.767c-.078-.104-.18-.194-.27-.28-.937-.89-2.465-.876-3.36.072a2.336 2.336 0 0 0-.556.894l-13.94 42.9-2.946 9.068L1.385 72.31a4.78 4.78 0 0 0 .85 4.496c.26.317.55.613.89.86L64 121.895l60.874-44.227a4.785 4.785 0 0 0 1.74-5.357zm-7.034-21.647z"/></svg>

After

Width:  |  Height:  |  Size: 502 B

BIN
icons/gitlab/gitlab.eps Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 128"><defs><path id="a" d="M81.048 60.31a23.305 23.305 0 0 1-.744 3.75c-.15 8.476-6.817 15.36-15.206 15.85a23.25 23.25 0 0 1-4.68 1.03l-9.274 9.273 27.25 27.252 8.642-8.64c.667-11.898 10.196-21.428 22.093-22.094l7.25-7.25-27.25-27.25-8.082 8.08z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="-286.663" y1="7.854" x2="-285.993" y2="7.854" gradientTransform="rotate(130.9 -6240.933 3133.735) scale(44.3)"><stop offset="0" stop-color="#09e09c"/><stop offset="1" stop-color="#00bfff"/></linearGradient><path clip-path="url(#b)" fill="url(#c)" d="M148.662 80.175l-60.226 69.57L18.864 89.52 79.09 19.948z"/><defs><path id="d" d="M12.338 78.658l8.08 8.08c10.818 1.232 19.4 9.814 20.63 20.63l9.275 9.274L77.575 89.39l-8.64-8.642a23.367 23.367 0 0 1-4.932-.815c-8.537-.072-15.494-6.76-15.996-15.19a23.41 23.41 0 0 1-1.166-6.088l-7.25-7.25L12.34 78.658z"/></defs><clipPath id="e"><use xlink:href="#d" overflow="visible"/></clipPath><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="-281.399" y1="14.666" x2="-280.73" y2="14.666" gradientTransform="matrix(29.5 31 -31 29.5 8791.172 8364.555)"><stop offset="0" stop-color="#ffc800"/><stop offset="1" stop-color="#00bfff"/></linearGradient><path clip-path="url(#e)" fill="url(#f)" d="M46.572 18.83l63.58 66.812-66.812 63.58-63.58-66.813z"/><g><defs><path id="g" d="M41.26 19.207C40.595 31.104 31.066 40.633 19.17 41.3l-7.252 7.25 27.252 27.252 8.082-8.082c.144-1.267.393-2.503.73-3.7 0-.084-.006-.166-.006-.25 0-8.93 7.24-16.168 16.17-16.168.26 0 .522.007.782.02a23.327 23.327 0 0 1 2.954-.53l9.274-9.275L49.9 10.567l-8.64 8.64z"/></defs><clipPath id="h"><use xlink:href="#g" overflow="visible"/></clipPath><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="-289.46" y1="21.371" x2="-288.79" y2="21.371" gradientTransform="matrix(29 -29.5 29.5 29 7798.318 -9105.38)"><stop offset="0" stop-color="#ffc800"/><stop offset="1" stop-color="#ff664a"/></linearGradient><path clip-path="url(#h)" fill="url(#i)" d="M-20.698 43.742l64.675-65.79 65.79 64.675-64.674 65.79z"/></g><g><defs><path id="j" d="M50.257 38.646l8.642 8.64a23.46 23.46 0 0 1 3.343.43 16.348 16.348 0 0 1 1.9-.114c8.93 0 16.17 7.24 16.17 16.168 0 .35-.014.695-.036 1.04.38 1.47.628 3 .716 4.57l7.25 7.25 27.252-27.252-8.082-8.082c-10.817-1.23-19.398-9.813-20.63-20.63l-9.274-9.274-27.253 27.254z"/></defs><clipPath id="k"><use xlink:href="#j" overflow="visible"/></clipPath><linearGradient id="l" gradientUnits="userSpaceOnUse" x1="-294.236" y1="12.616" x2="-293.566" y2="12.616" gradientTransform="rotate(-135.8 -7139.432 -2558.264) scale(48.1)"><stop offset="0" stop-color="#09e09c"/><stop offset="1" stop-color="#ff664a"/></linearGradient><path clip-path="url(#k)" fill="url(#l)" d="M83.834 109.235L17.652 44.972 81.916-21.21l66.182 64.264z"/></g><path fill="#FFC800" d="M23.948 87.24C10.988 87.24.48 76.732.48 63.77c0-12.96 10.507-23.468 23.468-23.468s23.468 10.507 23.468 23.47c0 12.96-10.507 23.468-23.468 23.468"/><path fill="#FF664A" d="M63.528 47.66c-12.96 0-23.468-10.507-23.468-23.468C40.06 11.23 50.566.722 63.528.722c12.96 0 23.468 10.508 23.468 23.47 0 12.96-10.508 23.468-23.468 23.468"/><path fill="#00BFFF" d="M64.143 127.277c-12.96 0-23.468-10.507-23.468-23.468 0-12.963 10.507-23.47 23.468-23.47S87.61 90.847 87.61 103.81c0 12.96-10.506 23.467-23.467 23.467"/><path fill="#09E09C" d="M104.052 88.027c-12.96 0-23.468-10.507-23.468-23.468 0-12.963 10.507-23.47 23.468-23.47s23.468 10.507 23.468 23.47c0 12.96-10.507 23.467-23.468 23.467"/></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="#FF664A"><path d="M53.635 90.29c-10.35 0-17.44 8.05-18.08 19.42-.51 8.753 3.96 16.995 15.908 16.995 7.54 0 12.202-3.067 12.457-6.58.064-1.662-.447-3.13-1.79-4.473 0 0-3.96 2.81-8.88 2.81-6.45 0-8.536-4.56-8.432-8.303.018-.633.834-.877 1.074-.146.42 1.278 2.057 2.958 6.204 2.956 6.708-.003 13.868-4.408 14.06-11.69.32-6.07-3.45-10.99-12.52-10.99zm-3.833 16.227c-2.555 0-4.025-.64-4.344-.767 0 0 .128-.702.192-1.213.575-2.94 2.94-6.388 7.22-6.388 2.618 0 4.152 1.468 4.088 3.576-.065 3.386-3.45 4.79-7.156 4.79zM85.577 90.29c-10.35 0-17.44 8.05-18.08 19.42-.51 8.753 3.96 16.995 15.908 16.995 7.54 0 12.202-3.067 12.457-6.58.064-1.662-.447-3.13-1.79-4.473 0 0-3.96 2.81-8.88 2.81-6.45 0-8.536-4.56-8.432-8.303.018-.633.834-.877 1.074-.146.42 1.278 2.057 2.958 6.204 2.956 6.708-.003 13.868-4.408 14.06-11.69.32-6.07-3.45-10.99-12.52-10.99zm-3.833 16.227c-2.555 0-4.024-.64-4.344-.767 0 0 .128-.702.192-1.213.575-2.94 2.94-6.388 7.22-6.388 2.618 0 4.152 1.468 4.088 3.576-.065 3.386-3.45 4.79-7.156 4.79zM112.63 99h4.062c3.142 0 4.594-2.26 4.6-3.74.008-2.623-1.24-4.325-4.462-4.325-2.173 0-1.836.06-3.178-.003a75.26 75.26 0 0 0 .64-4.328c.254-1.725-.703-2.604-2.045-2.604h-3.194c-1.086 0-1.66.43-2.044 1.58-.576 1.852-.71 5.184-4.85 5.98-1.43.273-2.926 2.15-2.89 3.616.032 1.414-.395 3.868 4.123 3.868 0 0-1.746 12.41-2.193 15.987-.766 6.58 2.436 11.675 9.08 11.675 9.14 0 9.872-6.775 7.046-10.09-.718.577-2.74 1.637-4.083 1.573-1.852 0-3.04-.608-2.784-3.29.446-3.9 1.404-10.898 2.17-15.898zM32.91 83H22.414c-1.277 0-5.06.183-5.32 4.077-.23 3.47 1.528 4.987 5.462 4.987 2.022 0 4.147-1.523 5.084-2.06 1.08-.616 1.688.187.926.843-1.42 1.223-2.732 2.6-3.537 6.99l-2.132 13.028c-.64 4.408-2.555 6.513-5.75 6.513-2.874 0-4.896-1.614-6.593-3.85-3.393 1.08-5.167 5.783-2.687 8.907 1.13 1.422 3.467 4.267 9.408 4.267 6.16 0 13.178-2.996 14.913-14.885.847-5.81 3.21-20.83 3.593-23.513.32-2.425.704-5.304-2.873-5.304zM92.12 27.008l-.025-.026c-7-.797-12.554-6.35-13.35-13.35l-.04-.04C77.59 6.306 71.296.723 63.696.723c-8.39 0-15.19 6.8-15.19 15.19 0 .238.008.475.02.712a15.205 15.205 0 0 1-10.018 9.724c-.143-.004-.285-.01-.428-.01-8.39 0-15.19 6.8-15.19 15.187 0 8.2 6.498 14.877 14.625 15.174 5.75 1.34 10.248 5.933 11.426 11.744.52 7.918 7.103 14.18 15.152 14.18 8.12 0 14.75-6.372 15.167-14.388A15.202 15.202 0 0 1 89.08 57.2c.278.014.557.023.838.023 8.388 0 15.188-6.8 15.188-15.188 0-7.64-5.642-13.96-12.987-15.027zM53.63 41.525c0-5.384 4.068-9.814 9.297-10.395.083-.01.167-.015.25-.023.095-.008.192-.01.287-.014.078 0 .154.006.232.006.256 0 .51-.008.763-.02 5.61.194 10.1 4.79 10.1 10.445 0 .08-.006.156-.008.234-.12 5.463-4.425 9.894-9.84 10.21-.115.038-.233.07-.35.106-.12-.03-.24-.057-.36-.09-5.524-.046-10.026-4.374-10.35-9.83-.027-.078-.047-.16-.072-.24.02-.075.034-.153.055-.228-.002-.055-.005-.108-.005-.163z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#FF664A" d="M107.453 41.338l-.04-.04c-10.817-1.23-19.398-9.813-20.63-20.63l-.058-.058C85 9.35 75.27.723 63.528.723c-12.962 0-23.47 10.507-23.468 23.47 0 .368.01.735.028 1.1A23.49 23.49 0 0 1 24.61 40.318c-.22-.006-.44-.017-.66-.017C10.987 40.3.48 50.81.48 63.77c0 12.67 10.04 22.988 22.598 23.447 8.885 2.07 15.835 9.17 17.655 18.148.802 12.234 10.974 21.91 23.41 21.91 12.548 0 22.794-9.845 23.437-22.23a23.49 23.49 0 0 1 15.178-17.056c.43.022.86.036 1.295.036 12.96 0 23.468-10.507 23.468-23.468 0-11.806-8.718-21.572-20.067-23.22zM47.973 63.77c0-8.32 6.285-15.164 14.366-16.062.127-.014.257-.023.387-.035.146-.013.295-.014.442-.022.12.003.238.01.358.01.395 0 .788-.01 1.178-.03 8.667.3 15.606 7.4 15.606 16.14 0 .12-.01.24-.013.36-.187 8.444-6.837 15.29-15.202 15.78-.18.058-.362.108-.542.163-.185-.046-.372-.088-.555-.138-8.536-.072-15.493-6.76-15.995-15.19-.04-.12-.072-.247-.11-.37.03-.117.052-.238.085-.354 0-.083-.007-.165-.007-.25z"/></svg>

After

Width:  |  Height:  |  Size: 1023 B

BIN
icons/jeet/jeet.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="#5058A6"><path d="M3.68 98.837c1.197-.2 2.767-.37 4.764-.37 2.453 0 4.25.57 5.392 1.597 1.056.913 1.684 2.31 1.684 4.023 0 1.74-.514 3.11-1.483 4.11-1.313 1.397-3.453 2.11-5.878 2.11-.743 0-1.427-.03-1.998-.17v7.703H3.68V98.837zm2.48 9.273c.543.143 1.228.2 2.056.2 2.996 0 4.822-1.456 4.822-4.11 0-2.538-1.798-3.765-4.537-3.765-1.084 0-1.91.086-2.34.2v7.475zM18.626 97.58h2.51v8.618h.058a4.666 4.666 0 0 1 1.797-1.77c.743-.427 1.628-.713 2.57-.713 1.855 0 4.822 1.14 4.822 5.907v8.217H27.87v-7.933c0-2.226-.827-4.11-3.195-4.11-1.627 0-2.91 1.142-3.367 2.512-.143.342-.17.713-.17 1.198v8.332h-2.512V97.58zM34.457 108.538c0-1.77-.057-3.195-.114-4.508h2.255l.114 2.37h.057c1.026-1.685 2.652-2.684 4.906-2.684 3.34 0 5.85 2.825 5.85 7.02 0 4.963-3.025 7.418-6.277 7.418-1.827 0-3.425-.8-4.254-2.17h-.056v7.505h-2.482v-14.952zm2.483 3.68c0 .372.057.714.114 1.028.457 1.74 1.97 2.94 3.766 2.94 2.653 0 4.195-2.17 4.195-5.336 0-2.768-1.456-5.136-4.11-5.136-1.71 0-3.308 1.227-3.795 3.11-.085.314-.17.685-.17 1.027v2.37zM50.632 113.36c1.17.6 2.968 1.2 4.822 1.2 1.997 0 3.053-.828 3.053-2.084 0-1.2-.912-1.883-3.225-2.71-3.195-1.114-5.278-2.883-5.278-5.68 0-3.28 2.738-5.79 7.275-5.79 2.168 0 3.765.456 4.908.97l-.97 3.51a9.133 9.133 0 0 0-4.024-.915c-1.883 0-2.797.858-2.797 1.856 0 1.227 1.085 1.77 3.567 2.71 3.396 1.256 4.994 3.025 4.994 5.736 0 3.225-2.482 5.964-7.76 5.964-2.198 0-4.366-.57-5.45-1.17l.884-3.596zM70.46 99.893v3.994h3.11v3.196h-3.11v5.05c0 1.683.4 2.454 1.712 2.454.542 0 .97-.057 1.284-.114l.028 3.28c-.57.23-1.598.372-2.825.372-1.398 0-2.568-.485-3.253-1.2-.798-.826-1.198-2.168-1.198-4.136v-5.708h-1.856v-3.196h1.855v-3.024l4.25-.97zM89.716 110.707c0 5.107-3.623 7.447-7.36 7.447-4.08 0-7.22-2.682-7.22-7.19 0-4.51 2.968-7.39 7.447-7.39 4.28 0 7.133 2.938 7.133 7.133zm-10.1.142c0 2.395 1 4.193 2.853 4.193 1.683 0 2.767-1.683 2.767-4.194 0-2.084-.798-4.196-2.768-4.196-2.083 0-2.854 2.14-2.854 4.195zM92.396 108.48c0-2.053-.057-3.394-.114-4.593h3.737l.14 2.568h.115c.715-2.025 2.426-2.88 3.766-2.88.4 0 .6 0 .915.056v4.08a6.22 6.22 0 0 0-1.17-.113c-1.598 0-2.683.856-2.967 2.197a5.125 5.125 0 0 0-.086.97v7.076h-4.336v-9.36zM103.236 108.338c0-1.74-.057-3.224-.114-4.45h3.652l.2 1.882h.084c.6-.884 1.826-2.197 4.223-2.197 1.8 0 3.226.913 3.824 2.368h.057a6.238 6.238 0 0 1 1.8-1.682c.77-.457 1.625-.685 2.652-.685 2.68 0 4.708 1.883 4.708 6.05v8.216h-4.223v-7.59c0-2.026-.656-3.196-2.055-3.196-1 0-1.712.685-1.997 1.512-.114.314-.17.77-.17 1.113v8.16h-4.224v-7.82c0-1.768-.626-2.967-1.995-2.967-1.113 0-1.77.856-2.027 1.57-.142.342-.17.74-.17 1.083v8.132h-4.223v-9.5z"/></g><path fill="#5058A6" d="M66.257 69.99c1.415 1.838 2.833 2.626 4.538 2.626 2.962 0 5.543-2.54 5.543-6.38V55.99c0-4.542-2.29-7.04-5.543-7.04-1.83 0-3.83 1.04-5.168 3.286V49.57h-5.704v34.44H30.16V69.99c1.414 1.838 2.834 2.626 4.54 2.626 2.96 0 5.543-2.54 5.543-6.38V55.99c0-4.542-2.287-7.04-5.542-7.04-1.832 0-3.833 1.04-5.167 3.286V49.57h-5.706v34.44H19.24V33.53h22.624v38.462h6.333V56.197c0-1.293.536-2.083 1.75-2.083 1.086 0 1.664.666 1.664 2.083v15.795h6.338V54.03c0-3.5-2.335-5.082-5.046-5.082-1.67 0-3.46.54-4.706 2.12V33.532h24.39c-.003.087-.01.154-.01.24l.07 2.147c0 3.138 1.513 6.986 2.26 8.693 0 0 2.148 4.405 3.81 6.135 1.66 1.725 2.883 3.018 4.293 4.378 1.304 1.25 2.53 2.438 3.192 3.254 1.1 1.358 1.168 2.518 1.267 4.204.194 3.286-1.014 5.194-2.88 7.734-1.897 2.59-2.94 3.71-4.144 5.007-.604.655-1.236 1.334-1.992 2.208l-.608.704c-1.215 1.4-2.242 2.59-3.11 3.682l-1.947 2.093h-6.534V69.99zm3.746-5.043V56.86c0-1.79-.624-2.746-1.87-2.746-1.254 0-1.876.956-1.876 2.747v8.087c0 1.793.622 2.627 1.875 2.627 1.247 0 1.87-.833 1.87-2.627zm-36.097 0V56.86c0-1.79-.622-2.746-1.87-2.746-1.25 0-1.877.956-1.877 2.747v8.087c0 1.793.625 2.627 1.876 2.627 1.248 0 1.87-.833 1.87-2.627z"/><path fill="#F58A1F" d="M103.69 16.55c1.454-1.684 2.654-3.048 3.64-4.288H85.257c-1.312 1.677-3.98 4.908-5.502 7.775-2.01 3.794-3.666 6.642-3.828 13.628l.07 2.253c0 3.33 2.387 8.22 2.387 8.22.372.87 1.63 2.7 2.436 3.82h-.018c.267.354.44.58.44.58 2.38 2.725 5.98 5.77 7.568 7.727 1.858 2.297 1.906 4.445 2.003 6.116.273 4.522-1.56 7.25-3.518 9.92-2.957 4.036-4.025 4.785-6.3 7.425-1.455 1.68-2.65 3.044-3.635 4.285h22.8c1.338-1.723 3.238-4.89 4.77-7.775 2.01-3.794 3.668-6.644 3.83-13.624l-.073-2.252c0-3.33-2.38-8.225-2.38-8.225-.375-.868-1.634-2.692-2.445-3.82h.017c-.26-.348-.44-.58-.44-.58-2.373-2.723-5.978-5.768-7.562-7.725-1.86-2.293-1.91-4.44-2.01-6.118-.27-4.52 1.56-7.25 3.517-9.92 2.962-4.032 4.03-4.786 6.304-7.42z"/></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="#5058A6" d="M67.145 94.463c1.973 2.56 3.948 3.66 6.325 3.66 4.13 0 7.726-3.543 7.726-8.892V74.946c0-6.33-3.19-9.81-7.726-9.81-2.552 0-5.34 1.445-7.203 4.577v-3.714h-7.95V114H16.833V94.463c1.973 2.56 3.95 3.66 6.33 3.66 4.127 0 7.725-3.543 7.725-8.892V74.946c0-6.33-3.188-9.81-7.724-9.81-2.555 0-5.344 1.445-7.203 4.577v-3.714H8.01V114H1.614V43.646h31.533v53.607h8.827V75.237c0-1.803.747-2.903 2.44-2.903 1.514 0 2.32.928 2.32 2.903v22.015h8.832V72.217c0-4.88-3.255-7.083-7.033-7.083-2.326 0-4.82.752-6.56 2.957V43.647H75.97c-.005.12-.016.213-.016.335l.1 2.992c0 4.374 2.107 9.736 3.15 12.116 0 0 2.994 6.14 5.312 8.55 2.313 2.405 4.018 4.207 5.982 6.103 1.82 1.745 3.528 3.4 4.45 4.537 1.532 1.893 1.628 3.51 1.766 5.86.27 4.58-1.412 7.237-4.012 10.78-2.646 3.61-4.097 5.17-5.778 6.978-.843.912-1.723 1.858-2.776 3.076l-.848.982c-1.694 1.952-3.124 3.61-4.337 5.13L76.253 114h-9.107V94.463zm5.222-7.03v-11.27c0-2.497-.87-3.83-2.608-3.83-1.748 0-2.614 1.333-2.614 3.83v11.27c0 2.5.867 3.662 2.613 3.662 1.738 0 2.607-1.162 2.607-3.662zm-50.312 0v-11.27c0-2.497-.867-3.83-2.606-3.83-1.745 0-2.617 1.333-2.617 3.83v11.27c0 2.5.872 3.662 2.616 3.662 1.738 0 2.605-1.162 2.605-3.662z"/><path fill="#F58A1F" d="M119.32 19.977c2.028-2.348 3.7-4.25 5.072-5.977H93.63c-1.83 2.337-5.547 6.84-7.67 10.837-2.8 5.288-5.11 9.258-5.335 18.994l.098 3.14c0 4.64 3.326 11.458 3.326 11.458.517 1.212 2.272 3.765 3.394 5.325h-.026c.372.492.614.808.614.808 3.315 3.798 8.333 8.04 10.547 10.77 2.59 3.2 2.655 6.194 2.79 8.523.38 6.3-2.174 10.103-4.902 13.826-4.12 5.622-5.61 6.667-8.782 10.347-2.026 2.343-3.69 4.243-5.065 5.972h31.78c1.867-2.402 4.515-6.818 6.65-10.838 2.802-5.288 5.113-9.26 5.336-18.99l-.1-3.14c0-4.64-3.32-11.464-3.32-11.464-.52-1.21-2.275-3.752-3.405-5.323h.025a49.958 49.958 0 0 0-.612-.808c-3.307-3.797-8.333-8.04-10.54-10.768-2.59-3.197-2.663-6.19-2.8-8.528-.376-6.302 2.174-10.103 4.902-13.826 4.126-5.617 5.612-6.667 8.784-10.34z"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#5058A6"><path d="M13.836 100.063c-1.14-1.026-2.778-1.598-5.23-1.598-2 0-3.606.172-4.606.372V118h2v-7.864c1 .143 1.335.17 2.078.17 2.425 0 4.605-.712 5.918-2.11.97-1 1.504-2.37 1.504-4.11 0-1.71-.608-3.11-1.664-4.023zm-5.7 8.246c-.828 0-1.136-.057-2.136-.2v-7.476c1-.114 1.335-.2 2.42-.2 2.74 0 4.538 1.227 4.538 3.766 0 2.655-1.827 4.11-4.823 4.11zM25.37 103.716c-.943 0-1.732.186-2.474.615-.77.43-1.302.67-1.7 1.67H21v-8h-2v20h2v-8.49c0-.486.096-.857.24-1.2.457-1.37 1.84-2.51 3.466-2.51 2.368 0 3.294 1.882 3.294 4.108V118h2v-8.378c0-4.765-2.776-5.906-4.63-5.906zM41.677 103.516c-2.254 0-3.88 1.484-4.907 2.484h-.057l-.114-2h-2.256c.056 1-.344 2.77-.344 4.538V123h3v-7h-.003c.83 1 2.426 2.16 4.253 2.16 3.252 0 6.276-2.557 6.276-7.52 0-4.195-2.51-7.124-5.85-7.124zm-.857 12.67c-1.797 0-3.28-1.2-3.736-2.94A5.762 5.762 0 0 1 37 112.22v-2.37c0-.342.056-.712.14-1.026.487-1.883 2.07-3.11 3.782-3.11 2.653 0 4.1 2.37 4.1 5.136 0 3.166-1.548 5.335-4.202 5.335zM57.965 106.427c-2.482-.942-3.567-1.484-3.567-2.71 0-1 .914-1.856 2.797-1.856a9.14 9.14 0 0 1 4.023.915l.97-3.51c-1.14-.513-2.74-.97-4.908-.97-4.537 0-7.275 2.51-7.275 5.792 0 2.796 2.082 4.565 5.278 5.678 2.312.827 3.225 1.512 3.225 2.71 0 1.257-1.056 2.084-3.053 2.084-1.854 0-3.652-.6-4.822-1.2l-.884 3.595c1.084.6 3.253 1.17 5.45 1.17 5.278 0 7.76-2.74 7.76-5.964 0-2.71-1.6-4.478-4.995-5.733zM70 99.893l-4 .97V104h-2v3h2v5.79c0 1.968.504 3.31 1.302 4.137.685.713 1.907 1.2 3.305 1.2 1.227 0 2.28-.144 2.85-.372l-.014-3.28c-.315.056-.966.113-1.507.113-1.312 0-1.935-.77-1.935-2.454V107h4v-3h-4v-4.107zM82.583 103.574c-4.48 0-7.446 2.88-7.446 7.39 0 4.508 3.138 7.19 7.22 7.19 3.736 0 7.36-2.34 7.36-7.447 0-4.195-2.853-7.133-7.134-7.133zm-.114 11.47c-1.855 0-2.854-1.8-2.854-4.195 0-2.056.77-4.196 2.853-4.196 1.97 0 2.767 2.112 2.767 4.195 0 2.51-1.084 4.193-2.768 4.193zM96.275 106h-.114l-.14-2H92.28c.057 1-.282 2.427-.282 4.48V118h5v-7.236c0-.343-.105-.685-.048-.97.284-1.34 1.325-2.197 2.922-2.197.485 0 1.125.057 1.125.114v-4.08c0-.056-.537-.284-.937-.284-1.34 0-3.073.654-3.788 2.654zM119.453 103.574c-1.028 0-1.803.257-2.573.714-.657.4-1.204.713-1.718 1.713h-.057c-.6-2-2.025-2.28-3.823-2.28-2.397 0-3.623 1.28-4.223 2.28h-.086l-.2-2h-3.65c.056 1-.122 2.6-.122 4.34V118h4v-8.292c0-.343.258-.742.4-1.084.256-.713 1.202-1.57 2.315-1.57 1.37 0 2.285 1.2 2.285 2.97V118h4v-8.32c0-.344-.005-.8.11-1.114.285-.827.917-1.512 1.916-1.512 1.4 0 1.974 1.17 1.974 3.195V118h4v-8.378c-.002-4.165-1.868-6.048-4.55-6.048zM34 64.947V56.86c0-1.79-.75-2.746-1.996-2.746-1.25 0-2.004.956-2.004 2.747v8.087c0 1.793.752 2.627 2.004 2.627 1.247 0 1.996-.833 1.996-2.627z"/><path d="M78.456 77.53c.755-.874 1.387-1.553 1.992-2.207 1.206-1.297 2.247-2.417 4.145-5.007 1.866-2.54 3.073-4.448 2.878-7.733-.098-1.686-.167-2.846-1.266-4.204-.662-.818-1.89-2.004-3.193-3.255-1.408-1.36-2.63-2.653-4.29-4.378-1.665-1.73-3.812-6.135-3.812-6.135-.748-1.707-2.26-5.555-2.26-8.693l-.07-1.913c0-.088.007-.006.01-.006H48v17.07c1-1.58 3.16-2.12 4.83-2.12 2.71 0 5.17 1.58 5.17 5.082V72h-6V56.197c0-1.417-.87-2.083-1.956-2.083-1.215 0-2.044.79-2.044 2.083V72h-6V34H19v50h5V50h6v2.233c1-2.247 2.98-3.285 4.813-3.285 3.254 0 5.187 2.497 5.187 7.04v10.248c0 3.838-2.54 6.38-5.5 6.38-1.707 0-2.5-.79-4.5-2.626V84h30V50h6v2.233c1-2.247 2.98-3.285 4.812-3.285 3.254 0 5.188 2.497 5.188 7.04v10.248c0 3.838-2.54 6.38-5.503 6.38-1.705 0-2.497-.79-4.497-2.626V84h6.79l1.946-2.09c.87-1.09 1.896-2.278 3.11-3.68l.61-.7z"/><path d="M70 64.947V56.86c0-1.79-.75-2.746-1.998-2.746-1.253 0-2.002.956-2.002 2.747v8.087c0 1.793.748 2.627 2.002 2.627 1.247 0 1.998-.833 1.998-2.627zM78.385 44.158c.372.87 1.63 2.842 2.436 3.842h-.018c.267 0 .44.56.44.56 2.38 2.723 5.98 5.757 7.568 7.714 1.858 2.297 1.906 4.44 2.003 6.11.273 4.522-1.56 7.247-3.518 9.918-2.957 4.034-4.025 4.78-6.3 7.42C79.54 81.4 78.346 83 77.36 84h22.8c1.34-2 3.24-4.887 4.77-7.77 2.012-3.795 3.67-6.643 3.83-13.623l-.072-2.252c0-3.33-2.38-8.38-2.38-8.38-.375-.87-1.634-2.975-2.445-3.975h.017c-.26 0-.44-.424-.44-.424-2.372-2.724-5.977-5.69-7.56-7.648-1.86-2.293-1.912-4.402-2.012-6.08-.27-4.52 1.56-7.228 3.518-9.9 2.96-4.03 4.027-4.904 6.303-7.54 1.454-1.683 2.654-2.408 3.64-4.408H85.257c-1.312 2-3.98 5.04-5.502 7.906-2.01 3.794-3.666 6.708-3.828 13.693l.07 2.295c0 3.33 2.387 8.263 2.387 8.263z"/></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="#5058A6"><path d="M72 82.433v-11.27c0-2.497-.76-3.83-2.497-3.83-1.747 0-2.503 1.333-2.503 3.83v11.27c0 2.5.756 3.662 2.503 3.662 1.738 0 2.497-1.162 2.497-3.662z"/><path d="M84.148 99.97c1.053-1.217 1.933-2.163 2.776-3.075 1.68-1.808 3.132-3.37 5.778-6.98 2.6-3.54 4.283-6.2 4.012-10.778-.138-2.35-.234-3.967-1.765-5.86-.924-1.138-2.633-2.792-4.452-4.536-1.964-1.895-3.67-3.697-5.982-6.1-2.32-2.412-5.312-8.552-5.312-8.552-1.042-2.38-3.15-7.743-3.15-12.116l-.1-2.814c0-.122.01-.158.016-.158H42v24.09c2-2.203 4.437-2.956 6.763-2.956 3.778 0 7.237 2.204 7.237 7.083V92h-9V70.237c0-1.976-.926-2.903-2.44-2.903-1.693 0-2.56 1.1-2.56 2.903V92h-9V39H2v70h6V61h8v3.712c2-3.132 4.684-4.578 7.24-4.578 4.536 0 7.76 3.48 7.76 9.81V84.23c0 5.35-3.57 8.89-7.697 8.89-2.38 0-4.303-1.097-6.303-3.658V109h41V61h8v3.712c2-3.132 4.686-4.578 7.238-4.578 4.536 0 7.762 3.48 7.762 9.81V84.23c0 5.35-3.572 8.89-7.7 8.89-2.378 0-4.3-1.097-6.3-3.658V109h9.252l2.712-2.917c1.212-1.52 2.643-3.18 4.337-5.13l.848-.982z"/><path d="M22 82.433v-11.27c0-2.497-.756-3.83-2.495-3.83-1.744 0-2.505 1.333-2.505 3.83v11.27c0 2.5.76 3.662 2.505 3.662 1.74 0 2.495-1.162 2.495-3.662zM126.285 76.034c0-4.64-3.318-11.588-3.318-11.588-.52-1.21-2.276-3.446-3.406-5.446h.025c-.362 0-.612-.685-.612-.685-3.307-3.797-8.333-7.98-10.54-10.707-2.59-3.196-2.663-6.16-2.8-8.496-.376-6.302 2.174-10.088 4.902-13.81 4.126-5.618 5.613-6.66 8.785-10.332 2.03-2.348 3.7-4.24 5.073-5.97H93.63c-1.83 2.338-5.547 6.842-7.67 10.838-2.8 5.29-5.11 9.258-5.335 18.994l.098 3.14c0 4.64 3.326 11.58 3.326 11.58.518 1.212 2.273 3.448 3.395 5.448h-.026c.37 0 .613.685.613.685 3.315 3.797 8.332 7.98 10.547 10.707 2.59 3.2 2.656 6.164 2.792 8.493.38 6.3-2.175 10.088-4.903 13.81-4.122 5.624-5.61 6.662-8.783 10.34-2.026 2.344-3.69 4.237-5.065 5.965H114.4c1.867-2.4 4.515-6.817 6.65-10.837 2.802-5.288 5.113-9.26 5.336-18.99l-.1-3.14z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
icons/phpstorm/phpstorm.eps Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#205081" d="M64 .73C29.114.73.73 29.113.73 64S29.114 127.27 64 127.27c34.888 0 63.27-28.384 63.27-63.27S98.887.73 64 .73zM67.335 120.9v-10.988l27.44-13.9a1.955 1.955 0 0 0 1.073-1.747v-6.29a5.98 5.98 0 0 0 3.99-6.258 5.978 5.978 0 1 0-11.892 1.225 5.97 5.97 0 0 0 3.99 5.03v5.09l-24.6 12.46v-10.22l10.843-5.017a1.957 1.957 0 0 0 1.135-1.773l.02-17.026 20.07-11.276c.617-.346 1-1 1-1.706V53.76a5.974 5.974 0 0 0-2.57-11.59 5.975 5.975 0 0 0-1.344 11.59v3.606L76.42 68.636c-.617.35-1 1-1 1.706l-.02 16.92-8.068 3.73V54.2l16.884-8.257a1.95 1.95 0 0 0 1.097-1.755v-6.29a5.978 5.978 0 0 0 3.99-6.26 5.976 5.976 0 0 0-6.56-5.33 5.975 5.975 0 0 0-5.332 6.56 5.964 5.964 0 0 0 3.99 5.027v5.07l-14.068 6.877V28.598a5.977 5.977 0 1 0-7.902-5.03 5.97 5.97 0 0 0 3.988 5.028V63.24l-9.943-5.224V42.28a1.95 1.95 0 0 0-.767-1.552l-6.802-5.21a5.978 5.978 0 1 0-2.61 2.928l6.265 4.802V59.2c0 .728.404 1.395 1.048 1.733l12.81 6.73v12.724l-21.37-9.884.292-7.742a1.956 1.956 0 0 0-1.063-1.815l-9.797-5.025c.147-.63.2-1.292.13-1.97a5.978 5.978 0 0 0-11.892 1.227 5.977 5.977 0 0 0 6.56 5.33 5.91 5.91 0 0 0 3.1-1.268l9.004 4.616-.295 7.8c-.03.79.417 1.52 1.133 1.85L63.42 84.7v9.084a1.98 1.98 0 0 0 0 .516v26.693a57.53 57.53 0 0 1-6.093-.387V97.66c0-.766-.445-1.46-1.14-1.778l-15.182-6.987a5.974 5.974 0 0 0-6.563-6.527 5.976 5.976 0 1 0 4.924 10.08l14.047 6.463v21.092C27.022 115.028 6.992 91.815 6.992 64c0-31.434 25.574-57.01 57.01-57.01 31.433 0 57.006 25.576 57.006 57.01 0 30.315-23.787 55.17-53.674 56.902z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#231F20"><path d="M99.438 45.906c-1.593 7.332-6.957 31.736-6.957 31.736h10.766c.645-3.008 1.146-5.777 1.88-8.835 1.297-5.42 2.752-7.566 6.6-7.566 1.697 0 3.453.577 3.453 2.895 0 1.054-2.42 11.405-2.845 13.507h10.714s3.322-16.116 3.35-16.3c.112-.542.355-2.133.355-2.133 0-3.85-5.01-5.665-7.617-5.74-1.886-.053-.465-.032-2.387 0-3.085.053-7.185 1.767-8.987 3.606l-.203.152.102-.254 2.437-10.866a.344.344 0 0 0-.103-.203h-10.56zm-50.98 7.26c-1.056-.016-2.795-.015-5.586.052-5.58.133-13.913 1.852-13.913 9.85 0 4.524 4.2 4.918 7.92 5.282 2.91.287 5.792.627 8.632.914.818.076 1.625.26 1.625 1.168 0 1.54-1.27 2.027-3.047 2.183-1.776.157-2.183 0-2.183 0-1.12 0-3.036-.677-2.793-2.285H26.47v1.88c.005 6.05 9.77 6.073 11.578 6.295h3.148l4.824-.152c6.44-.425 13.41-2.355 13.71-10.054.208-5.312-6.58-5.16-9.546-5.485h-.812c-.152 0-4.763-.468-7.058-.71-.35-.04-1.93-.273-1.93-1.22 0-1.88 3.457-1.828 4.215-1.828 1.218 0 3.854-.052 3.757 2.03H60.29c.024-.443.203-.842.203-1.32 0-5.354-6.87-6.37-10.612-6.55 0 0-.366-.033-1.422-.05zm32.09 0c-.472-.017-1.118-.004-3.91.052-5.59.112-13.963 1.902-13.963 9.902 0 4.523 4.202 4.917 7.92 5.28 2.91.288 5.792.628 8.633.915.818.076 1.625.26 1.625 1.168 0 1.54-1.584 2.09-3.047 2.183-1.464.093-2.183 0-2.183 0-1.122 0-3.036-.627-2.793-2.234H60.187v1.88c-.01 5.72 9.73 6.095 11.577 6.194l3.148.102 4.824-.152c6.44-.423 13.385-2.357 13.71-10.054.214-5.076-6.34-5.007-9.445-5.433l-.913-.103c-.152 0-4.763-.418-7.058-.66-.35-.038-1.88-.323-1.88-1.27 0-1.878 3.407-1.827 4.164-1.827 1.22 0 3.855-.052 3.758 2.03h11.933c.024-.443.203-.842.203-1.32 0-5.355-6.904-6.39-10.612-6.498-2.27-.07-2.574-.137-3.047-.155zM19.777 45.246c0-1.958-1.387-3.453-3.453-3.453-1.938 0-3.504 1.495-3.504 3.453 0 1.835 1.49 3.504 3.453 3.504 1.856 0 3.504-1.462 3.504-3.504zM29.273 37.07c0-1.49-.975-3.4-3.047-3.4-1.885 0-2.844 1.655-2.844 3.147 0 1.443 1.02 3.554 3.047 3.554 1.884 0 2.843-1.856 2.843-3.3zM20.787 92.367c-1.728 0-4.008 2.258-4.008 3.96 0 .866.404 1.32 1.346 1.32 1.232 0 2.847-1.043 3.613-2.59.15-.303.26-.816.26-.913v-.863c0-.72-.707-.913-1.213-.913zM13.43 88.153c-1.91 0-4.57 1.992-4.57 4.215 0 1.1.684 1.625 1.676 1.625 1.836 0 4.722-1.925 4.722-4.265 0-1.154-.807-1.575-1.828-1.575zM8.15 60.885c1.805 0 4.315-1.247 4.315-3.808 0-1.934-1.594-3.148-3.35-3.148-1.91 0-4.368 1.325-4.368 3.807 0 1.91 1.543 3.148 3.402 3.148zM10.333 81.755c0-1.492-1.104-2.082-2.336-2.082-1.8 0-4.925 1.73-4.925 4.215 0 1.402.955 2.03 2.285 2.03 1.703 0 4.976-1.543 4.976-4.163zM9.114 70.177c0-1.777-1.45-2.59-2.996-2.59-.098 0-.17-.03-.56 0-2.232.187-4.315 2.11-4.315 4.062 0 1.825 1.66 2.59 3.097 2.59 1.86 0 4.774-1.427 4.774-4.063zM28.867 93.027c-1.62 0-3.504 2.164-3.504 3.656 0 .22.004.65.406.914.42.276 1.172.3 2.08-.305 1.22-.813 2.032-2.252 2.032-3.2 0-.52-.333-1.065-1.015-1.065zM51.87 34.836c-1.36 0-1.83 2.11-1.83 2.793 0 .676.235 2.182 1.423 2.182 1.394 0 1.828-2.11 1.828-2.793 0-.574-.307-2.183-1.42-2.184zM56.286 40.422c-1.256 0-1.726 2.063-1.726 2.69 0 .526.2 1.778 1.168 1.778 1.222 0 1.676-2.012 1.676-2.64 0-.417-.185-1.828-1.118-1.828zM45.217 31.028c-1.58 0-2.082 1.977-2.082 2.894 0 .604.372 2.756 1.88 2.742 1.506-.015 2.08-1.973 2.08-2.945 0-.756-.362-2.692-1.878-2.692zM43.084 86.782c-1.433 0-2.437 2.19-2.437 3.047 0 .447.114.913.762.913 1.417 0 2.436-2.153 2.436-3.047 0-.418-.153-.914-.762-.914zM36.382 30.216c-1.727 0-2.387 2.05-2.387 3.148 0 1.153.85 3.148 2.54 3.148 1.712 0 2.366-2.047 2.335-3.097-.04-1.344-.604-3.2-2.488-3.2zM36.382 90.895c-1.57 0-2.894 2.25-2.894 3.402 0 .58.264.914.863.914 1.42 0 2.895-2.17 2.895-3.3 0-.496-.102-1.015-.863-1.015z"/></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="#231F20"><path d="M34.27 109.182c-3.572 0-8.55 3.725-8.55 7.884 0 2.055 1.28 3.04 3.135 3.04 3.434 0 8.834-3.6 8.834-7.98-.002-2.156-1.512-2.944-3.42-2.944zM46.142 28.917c0-3.662-2.594-6.46-6.46-6.46-3.625 0-6.553 2.798-6.553 6.46 0 3.433 2.786 6.554 6.458 6.554 3.47 0 6.554-2.733 6.554-6.553zM63.905 13.624c0-2.79-1.825-6.364-5.7-6.364-3.524 0-5.318 3.098-5.318 5.89 0 2.698 1.908 6.648 5.7 6.648 3.524 0 5.318-3.474 5.318-6.174zM48.38 117.066c-3.23 0-7.673 4.224-7.673 7.41 0 1.618.67 2.47 2.432 2.47 2.303 0 5.63-1.953 7.064-4.845.284-.568.795-1.527.795-1.71v-1.614c-1-1.347-1.673-1.71-2.62-1.71zM28.475 97.213c0-2.79-2.066-3.894-4.37-3.894-3.368 0-9.213 3.236-9.213 7.883 0 2.624 1.787 3.8 4.274 3.8 3.185 0 9.31-2.888 9.31-7.79zM24.39 58.173c3.38 0 8.074-2.332 8.074-7.124 0-3.618-2.983-5.89-6.27-5.89-3.57 0-8.168 2.48-8.168 7.124 0 3.572 2.885 5.89 6.364 5.89zM26.195 75.556c0-3.325-2.713-4.844-5.604-4.844-.182 0-.32-.056-1.044 0-4.177.35-8.074 3.946-8.074 7.6 0 3.414 3.104 4.843 5.794 4.843 3.48 0 8.93-2.67 8.93-7.6zM106.174 9.445c-2.543 0-3.42 3.948-3.42 5.224 0 1.266.438 4.083 2.66 4.083 2.607 0 3.42-3.948 3.42-5.224 0-1.074-.576-4.085-2.66-4.085zM93.73 2.32c-2.955 0-3.893 3.7-3.893 5.415 0 1.13.696 5.156 3.515 5.13 2.82-.03 3.894-3.693 3.894-5.51 0-1.413-.68-5.034-3.515-5.034zM114.438 19.893c-2.35 0-3.23 3.86-3.23 5.034 0 .982.376 3.325 2.185 3.325 2.285 0 3.135-3.765 3.135-4.94 0-.78-.345-3.42-2.09-3.42zM89.742 106.617c-2.68 0-4.56 4.094-4.56 5.7 0 .836.214 1.71 1.426 1.71 2.652 0 4.56-4.03 4.56-5.7-.002-.782-.288-1.71-1.426-1.71zM63.145 118.3c-3.03 0-6.554 4.048-6.554 6.84 0 .41.008 1.213.76 1.71.788.515 2.196.563 3.895-.57 2.28-1.522 3.8-4.213 3.8-5.985 0-.973-.623-1.994-1.9-1.995zM77.203.8c-3.23 0-4.464 3.834-4.464 5.89 0 2.157 1.59 5.89 4.748 5.89 3.205 0 4.43-3.83 4.37-5.795C81.782 4.27 80.727.8 77.202.8zM77.203 114.31c-2.937 0-5.414 4.21-5.414 6.365 0 1.085.494 1.71 1.614 1.71 2.653 0 5.414-4.064 5.414-6.174 0-.927-.19-1.9-1.615-1.9z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
icons/ssh/ssh.eps Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "devicon", "name": "devicon",
"version": "2.0.0", "version": "2.1.0",
"description": "Programming related icons collection", "description": "Programming related icons collection",
"main": "devicon.min.css", "main": "devicon.min.css",
"scripts": { "scripts": {