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

Merge branch 'develop' into thomas/feature/websiteUpgrade

This commit is contained in:
Clemens Bastian
2022-01-17 11:33:08 +01:00
committed by GitHub
58 changed files with 658 additions and 119 deletions

View File

@@ -1,26 +1,37 @@
name: Bug Report
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
title: '[BUG] <bug name>'
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Bug description
description: Short description of the bug that you found. Provide images/code if applicable.
validations:
required: true
- type: textarea
id: howtoreplicate
attributes:
label: Possible fixes or solutions
description: List any possible fixes/suggestions that you have in mind that could solve this issue.
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false
name: Bug Report
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
title: '[BUG] <bug name>'
labels: [bug]
body:
- type: markdown
attributes:
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
- type: checkboxes
attributes:
label: I have searched through the issues and didn't find my problem.
options:
- label: Confirm
required: true
- type: textarea
id: description
attributes:
label: Bug description
description: Short description of the bug that you found. Provide images/code if applicable.
validations:
required: true
- type: textarea
id: howtoreplicate
attributes:
label: Possible fixes or solutions
description: List any possible fixes/suggestions that you have in mind that could solve this issue.
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this bug?

View File

@@ -1,26 +1,35 @@
name: Feature Request
description: Requesting a new feature or changes to an existing feature
title: '[FEATURE REQUEST] <feature name>'
labels: [enhancement]
body:
- type: textarea
id: currentproblem
attributes:
label: Problem
description: Tell us about the problem.
validations:
required: true
- type: textarea
id: possiblesolution
attributes:
label: Possible Solution
description: If you have an idea, please tell us what might solve the above problem.
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this feature request?
validations:
required: false
name: Feature Request
description: Requesting a new feature or changes to an existing feature
title: '[FEATURE REQUEST] <feature name>'
labels: [enhancement]
body:
- type: markdown
attributes:
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
- type: checkboxes
attributes:
label: I have searched through the issues and didn't find my problem.
options:
- label: Confirm
required: true
- type: textarea
id: currentproblem
attributes:
label: Problem
description: Tell us about the problem and its negative impacts.
validations:
required: true
- type: textarea
id: possiblesolution
attributes:
label: Possible Solution
description: If you have an idea, please tell us what might solve the above problem and the benefits it provides.
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this feature request?

View File

@@ -1,26 +1,37 @@
name: Icon Request
description: Requesting a new icon or changes to an existing icon
title: '[ICON REQUEST]: <icon name>'
labels: ["request:icon"]
body:
- type: input
id: about
attributes:
label: About the icon
description: Short description of why you think this icon belongs in our project.
validations:
required: true
- type: textarea
id: links
attributes:
label: Links and sources
description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.).
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this icon?
validations:
required: false
name: Icon Request
description: Requesting a new icon or changes to an existing icon
title: '[ICON REQUEST]: <icon name>'
labels: ["request:icon"]
body:
- type: markdown
attributes:
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
- type: checkboxes
attributes:
label: I have searched through the issues and didn't find my problem.
options:
- label: Confirm
required: true
- type: input
id: about
attributes:
label: About the icon
description: Short description of why you think this icon belongs in our project.
validations:
required: true
- type: textarea
id: links
attributes:
label: Links and sources
description: Provide links to the icon's official website/repository/anywhere that shows what the technology is about, and its official logo. If available, also provide some resources where the icon/SVG can be found (Font Awesome, Icomoon, etc.).
validations:
required: true
- type: textarea
id: extrainformation
attributes:
label: Additional information
description: Is there anything else we should know about this icon?

View File

@@ -1,22 +1,29 @@
name: Other
description: Use this for any other issues. Do not create blank issues
title: "[OTHER] <description>"
labels: ["awaiting triage"]
body:
- type: markdown
attributes:
value: "# Other issue"
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false
name: Other
description: Use this for any other issues. Do not create blank issues
title: "[OTHER] <description>"
labels: ["awaiting triage"]
body:
- type: markdown
attributes:
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
- type: checkboxes
attributes:
label: I have searched through the issues and didn't find my problem.
options:
- label: Confirm
required: true
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?

View File

@@ -1,17 +1,17 @@
## Double check these details before you open a PR
<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [] PR does not match another non-stale PR currently opened
- [] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
- [] PR's base is the `develop` branch.
- [] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
- [] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
- [] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->
**This PR closes NONE**
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
## Link to prove your SVG is correct and up-to-date.
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->
## Double check these details before you open a PR
<!-- Tick the checkboxes to ensure you've done everything correctly -->
- [ ] PR does not match another non-stale PR currently opened
- [ ] PR name matches the format *new icon: <i>Icon name</i> (<i>versions separated by comma</i>)*. More details [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#overview)
- [ ] PR's base is the `develop` branch.
- [ ] Your icons are inside a folder as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#organizational-guidelines)
- [ ] SVG matches the standards laid out [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#svgStandards)
- [ ] A new object is added in the `devicon.json` file as seen [here](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#-updating-the-deviconjson-)
<!-- Refer to the [contributing](https://github.com/devicons/devicon/blob/develop/CONTRIBUTING.md#contributing-to-devicon) guidelines for more details. -->
**This PR closes NONE**
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
## Link to prove your SVG is correct and up-to-date.
<!-- Link to an official page/wiki goes here. Anything that proves your SVGs are the correct ones. -->

View File

@@ -1,4 +1,7 @@
<h1>Contributing to Devicon</h1>
<h2>This guide has been converted to a <a href="https://github.com/devicons/devicon/wiki">Wiki</a>! This document will eventually be removed, please use the Wiki instead.</h2>
<br>
<p>
First of all, thanks for taking the time to contribute! This project can only grow and live by your countless contributions. To keep this project maintainable, we have developed some guidelines for our contributors.
</p>

View File

@@ -156,12 +156,12 @@ Add css rules in your stylesheet
<h2 id="request-icon">Requesting icon</h2>
<p>
When you want to request a icon please feel feel to create a issue. See our <a href="/CONTRIBUTING.md#requestingIcon">contribution guidelines</a> for more information.
When you want to request an icon please feel free to create an issue. See our <a href="https://github.com/devicons/devicon/wiki/Requesting-an-Icon">Wiki</a> for more information.
</p>
<h2 id="contribute">Contributing</h2>
<p>
We are happy for every contribution, whether it's new icons, features, or maintainers. Please have a look at our <a href="CONTRIBUTING.md">contribution guidelines</a> to see how you can contribute to this project.
We are happy with every contribution, whether it's new icons, features, or maintainers. Please have a look at our <a href="https://github.com/devicons/devicon/wiki">Wiki</a> to see how you can contribute to this project.
</p>
<h2 id="discord-server">Discord server</h2>

View File

@@ -92,6 +92,30 @@
"color": "#A4C439",
"aliases": []
},
{
"name": "androidstudio",
"tags": [
"application",
"editor",
"ide",
"android",
"mobile"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#4285F4",
"aliases": []
},
{
"name": "aarch64",
"tags": [
@@ -133,6 +157,29 @@
"color": "#c4473a",
"aliases": []
},
{
"name": "ansible",
"tags": [
"automation",
"provisioning",
"deployment",
"continuous-delivery"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#1A1918",
"aliases": []
},
{
"name": "apache",
"tags": [
@@ -1350,6 +1397,36 @@
"color": "#a90533",
"aliases": []
},
{
"name": "eslint",
"tags": [
"linter",
"javascript",
"code-quality",
"coding-style"
],
"versions": {
"svg": [
"original",
"original-wordmark"
],
"font": [
"original",
"original-wordmark"
]
},
"color": "#4b32c3",
"aliases": [
{
"base": "original",
"alias": "plain"
},
{
"base": "original-wordmark",
"alias": "plain-wordmark"
}
]
},
{
"name": "express",
"tags": [
@@ -1819,6 +1896,38 @@
"color": "#02303a",
"aliases": []
},
{
"name": "grafana",
"tags": [
"monitoring",
"analytics",
"metrics",
"logs",
"visualization",
"web-application"
],
"versions": {
"svg": [
"original",
"original-wordmark"
],
"font": [
"original",
"original-wordmark"
]
},
"color": "#E78040",
"aliases": [
{
"base": "original",
"alias": "plain"
},
{
"base": "original-wordmark",
"alias": "plain-wordmark"
}
]
},
{
"name": "grails",
"tags": [
@@ -2047,6 +2156,31 @@
"color": "#e54d26",
"aliases": []
},
{
"name": "hugo",
"tags": [
"framework",
"ssg",
"static-site-generator",
"go",
"html",
"css"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#FF4088",
"aliases": []
},
{
"name": "ie10",
"tags": [
@@ -2068,6 +2202,29 @@
}
]
},
{
"name": "ifttt",
"tags": [
"automation",
"applets",
"programming"
],
"versions": {
"svg": [
"original"
],
"font": [
"original"
]
},
"color": "#000",
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "illustrator",
"tags": [
@@ -2526,6 +2683,31 @@
"color": "#fd4f31",
"aliases": []
},
{
"name": "latex",
"tags": [
"latex3",
"latex2e",
"markup",
"tex",
"typesetting-system"
],
"versions": {
"svg": [
"original"
],
"font": [
"original"
]
},
"color": "#000000",
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "less",
"tags": [
@@ -2689,6 +2871,35 @@
}
]
},
{
"name": "maya",
"tags": [
"mel",
"pymel",
"python",
"3d",
"programming",
"vfx",
"graphic",
"graphics",
"game",
"animation"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#149B9A",
"aliases": []
},
{
"name": "meteor",
"tags": [
@@ -3496,6 +3707,33 @@
"color": "#ffd845",
"aliases": []
},
{
"name": "pytorch",
"tags": [
"programming",
"framework",
"machine-learning",
"python"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain-wordmark"
],
"font": [
"original",
"plain-wordmark"
]
},
"color": "#EE4C2C",
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "raspberrypi",
"tags": ["arm", "computer"],
@@ -3843,6 +4081,28 @@
"color": "#de3423",
"aliases": []
},
{
"name": "selenium",
"tags": [
"webdrive",
"automation"
],
"versions": {
"svg": [
"original"
],
"font": [
"original"
]
},
"color": "#CF0A2C",
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "sequelize",
"tags": [
@@ -3892,6 +4152,35 @@
"color": "#179eff",
"aliases": []
},
{
"name": "shotgrid",
"tags": [
"web-application",
"autodesk",
"project-management",
"pipeline",
"production-tool",
"production-tracking"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain"
],
"font": [
"plain",
"original-wordmark"
]
},
"color": "#000000",
"aliases": [
{
"base": "original-wordmark",
"alias": "plain-wordmark"
}
]
},
{
"name": "sketch",
"tags": [
@@ -4848,6 +5137,64 @@
"color": "#494949",
"aliases": []
},
{
"name": "xamarin",
"tags": [
"application",
"programming",
"editor",
"ide",
"ios",
"mobile",
"apple",
"android",
"windows"
],
"versions": {
"svg": [
"original",
"original-wordmark"
],
"font": [
"original",
"original-wordmark"
]
},
"color": "#3498DB",
"aliases": [
{
"base":"original",
"alias":"plain"
},
{
"base":"original-wordmark",
"alias":"plain-wordmark"
}
]
},
{
"name": "xcode",
"tags": [
"application",
"editor",
"ide",
"ios",
"iphone",
"mobile",
"apple"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#069CEC",
"aliases": []
},
{
"name": "xd",
"tags": ["design", "editor", "ui"],

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
docs/wiki/issue_form.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
docs/wiki/svg_standards.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M7.6 50c1.4 0 2.8.6 3.7 1.8v-1.5h2.5v11.5h-1.7c-.4 0-.8-.3-.8-.8v-.8c-.9 1.1-2.3 1.8-3.7 1.7C4.5 61.8 2 59.2 2 56v-.1c-.1-3.1 2.3-5.8 5.6-5.9m.4 2.3c-1.9 0-3.5 1.6-3.4 3.5v.2c-.2 1.9 1.3 3.6 3.2 3.7 1.9.2 3.6-1.3 3.7-3.2V56c.1-1.9-1.3-3.5-3.2-3.7H8m8.6-2.1h2.5v1.5c.8-1.2 2.1-1.9 3.5-1.8 2.7 0 4.4 1.9 4.4 4.8v6.9h-1.7c-.4 0-.8-.3-.8-.8v-5.7c0-1.8-.9-2.9-2.4-2.9-1.7 0-3 1.3-3 3.8v5.7h-1.7c-.4 0-.8-.4-.8-.8V50.2zm18-.3c1.4 0 2.8.6 3.7 1.7v-7.3h2.5v17.3h-1.6c-.4 0-.8-.3-.8-.8V60c-.9 1.1-2.3 1.8-3.7 1.8-3.2-.1-5.6-2.8-5.5-5.9v-.1c-.2-3 2.2-5.7 5.4-5.9m.5 2.3c-1.9 0-3.5 1.6-3.4 3.5v.2c-.2 1.9 1.3 3.6 3.2 3.7 1.9.2 3.6-1.3 3.7-3.2v-.5c.1-1.9-1.3-3.5-3.2-3.7h-.3m8.7-2.1h2.5v2.1c.4-1.3 1.7-2.2 3-2.2.3 0 .7 0 1 .1v2.6c-.4-.1-.8-.2-1.3-.2-1.4 0-2.8 1.2-2.8 3.5v5.6h-1.8c-.4 0-.8-.3-.8-.8l.2-10.7zM57.2 62c-3.3 0-5.9-2.7-5.9-6s2.7-5.9 6-5.9 5.9 2.7 5.9 6c0 3.2-2.7 5.9-5.9 5.9h-.1m0-2.4c1.9 0 3.5-1.5 3.5-3.5V56c0-1.9-1.6-3.5-3.5-3.5s-3.5 1.6-3.5 3.5c-.1 1.9 1.4 3.5 3.3 3.6h.2m9.3-11.9c-.9 0-1.7-.8-1.7-1.7 0-.9.8-1.7 1.7-1.7.9 0 1.7.8 1.7 1.7 0 .9-.7 1.7-1.7 1.7m-1.2 2.5h2.5v11.5h-1.7c-.2 0-.4-.1-.6-.2-.1-.2-.2-.4-.2-.6V50.2zm10.2-.2c1.5 0 2.9.6 3.8 1.8v-7.4h2.5v17.3H80c-.4 0-.8-.3-.8-.8v-.8c-.9 1.1-2.2 1.8-3.7 1.8-3.2-.1-5.7-2.7-5.6-5.9v-.1c-.2-3.1 2.3-5.8 5.6-5.9-.1-.1-.1-.1 0 0m.4 2.2c-1.9 0-3.4 1.6-3.4 3.5v.2c-.2 1.9 1.3 3.6 3.2 3.7s3.6-1.3 3.7-3.2v-.5c.1-1.9-1.3-3.5-3.2-3.7h-.3M29.8 79.7v-5.6h-2.4v-2.3h2.4v-3.2h2.5v3.2h3.3v2.3h-3.3v5.2c0 1.5.6 2 2 2 .5 0 .9-.1 1.4-.2v2.3c-.6.2-1.3.3-1.9.3-2 .2-3.8-1.2-4-3.2-.1-.4-.1-.6 0-.8zm39.7-2.1c0-3.4 2.7-6.1 6.1-6.1 3.4 0 6.1 2.7 6.1 6.1 0 3.4-2.7 6.1-6.1 6.1-3.3 0-6.1-2.6-6.1-5.9v-.2zm9.6 0c-.1-2-1.7-3.6-3.7-3.5-2 .1-3.6 1.7-3.5 3.7s1.7 3.6 3.7 3.5c1.9-.1 3.4-1.6 3.5-3.5v-.2zm-59.3 2.3c.2 1.1 1.3 1.9 2.4 1.7 1.1 0 1.9-.5 1.9-1.2s-.5-1.2-1.7-1.5l-1.9-.5c-1.7-.3-3-1.8-3-3.5 0-2 1.7-3.3 4.3-3.3s4.2 1.4 4.5 3.5h-2.5c-.2-.9-1-1.5-1.9-1.4-1 0-1.7.4-1.7 1.2s.5 1.1 1.6 1.4l2 .5c2.1.5 3.1 1.7 3.1 3.5 0 2.2-1.9 3.4-4.6 3.4-1.3 0-2.5-.3-3.5-1.1-.9-.6-1.5-1.6-1.5-2.7h2.5zm25.4 1.9c-.7 1.2-2 1.9-3.4 1.8-2.7 0-4.3-1.9-4.3-4.9v-7h2.6v6.5c0 1.9.8 3 2.3 3 1.7 0 2.8-1.4 2.8-3.8v-5.7h2.6v11.6h-2.6v-1.5zm14 0c-.9 1.1-2.2 1.8-3.6 1.8-3.2-.1-5.7-2.7-5.6-5.8v-.2c-.2-3.1 2.3-5.8 5.4-6h.2c1.4 0 2.8.6 3.7 1.8v-7.3h2.5v17.3h-2.6v-1.6zm-5.7-1.6c.6.7 1.5 1.1 2.5 1.1.9 0 1.8-.4 2.5-1.1 1.3-1.5 1.3-3.8 0-5.3-.6-.7-1.5-1.1-2.5-1.1-.9 0-1.9.3-2.5 1.1-1.3 1.6-1.3 3.8 0 5.3zm12.4-14.3c.9.1 1.6.9 1.6 1.8-.1.8-.7 1.5-1.6 1.6-.6 0-1.2-.3-1.5-.8-.3-.5-.3-1.2 0-1.7s.9-.9 1.5-.9zm1.3 5.9v11.6h-2.5V71.8h2.5z"/><path fill="#073042" d="M105.7 49.3h-8.9c-1.8 0-3.3 1.5-3.3 3.3-.1 1.8 1.3 3.2 3.1 3.3h9.2l-.1-6.6z"/><path fill="#4285F4" d="M125.9 78.4H96.7c-1.8 0-3.3-1.5-3.3-3.3V52.5c0 1.8 1.4 3.3 3.3 3.3h24.4s4.8-.4 4.8 3.2v19.4z"/><path fill="#3870B2" d="M112.3 66.8c1.3-1 1.6-2.8.6-4.1-.5-.7-1.4-1.1-2.3-1.2h.6v-1.8c0-.2-.1-.4-.3-.5-.3-.2-.6-.1-.8.2-.1.1-.1.2-.1.3v1.9c-1.6.2-2.7 1.8-2.5 3.4.1.8.5 1.5 1.2 1.9l-5.4 11.5h3.5l2.5-5.3c.3-.6 1.1-.9 1.7-.6.3.1.5.3.6.6l2.6 5.3h3.6l-5.5-11.6zm-1.8-.5c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8c.5 0 .9.2 1.2.5.7.7.7 1.9 0 2.6-.2.3-.7.5-1.2.5z"/><path fill="#FFF" d="M103.7 50.9h12.5v2.3h-12.5v-2.3z"/><path fill="#073042" d="M109.5 62.7c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8-1.8-.8-1.8-1.8c0-.5.2-.9.5-1.3.4-.3.8-.5 1.3-.5zm.7-1.1v-1.9c0-.2-.1-.4-.3-.5-.3-.2-.6-.1-.8.2-.1.1-.1.2-.1.3v1.9c-1.6.2-2.7 1.8-2.5 3.4.1.8.5 1.5 1.2 1.9l-6.8 14.5c-.3.5-.2 1.1.1 1.6.5.7 1.5.9 2.2.4.2-.2.4-.4.6-.7l4.5-9.7c.3-.6 1.1-.9 1.7-.6.3.1.5.3.6.6l4.6 9.6c.4.8 1.3 1.1 2.1.7s1.1-1.3.7-2.1l-7-14.5c1.3-1 1.5-2.9.5-4.2-.1-.3-.6-.7-1.3-.9"/><path fill="#3DDC84" d="M114.4 52.9c-.5 0-.9-.4-.9-.8 0-.2.1-.5.3-.6.3-.3.9-.3 1.2 0 .2.2.2.4.3.6-.1.4-.4.8-.9.8m-9.4 0c-.5 0-.9-.4-.9-.8 0-.2.1-.5.3-.6.3-.4.8-.4 1.2-.1.4.3.4.9.1 1.2l-.1.1c-.2.1-.4.2-.6.2m9.7-5.1 1.7-2.9c.1-.2 0-.4-.1-.5-.1-.1-.3 0-.4.1l-1.8 3c-2.8-1.2-6-1.2-8.7 0l-1.7-3c-.1-.1-.2-.2-.3-.2-.1 0-.2.1-.3.2-.1.1-.1.2 0 .4l1.7 2.9c-3 1.6-4.9 4.7-5.2 8H120c-.4-3.4-2.3-6.4-5.3-8"/><path fill="#073042" d="M123 62.1h-1.3c-.1 0-.1.1-.1.2v21.2c0 .1.1.2.2.2h1.4c1.6 0 2.9-1.3 2.9-2.9V59.1c-.1 1.7-1.4 3-3.1 3z"/></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"><path fill="#073042" d="M51.3 17.7H23.2C17.6 17.7 13 22.3 13 28c-.2 5.5 4.2 10.1 9.7 10.3h28.9l-.3-20.6z"/><path fill="#4285F4" d="M115 109.3H23.2c-5.7 0-10.2-4.6-10.2-10.3V27.9c0 5.7 4.6 10.3 10.2 10.4h76.9s15-1.3 15 10v61z"/><path fill="#3870B2" d="M72.2 72.9C76.3 69.8 77.1 64 74 60c-1.7-2.2-4.3-3.6-7.1-3.7h.3c.5-.1 1.1-.1 1.6 0v-5.7c0-.7-.3-1.3-.9-1.6-.9-.5-2-.2-2.5.7-.2.3-.3.6-.2 1v5.8c-5 .8-8.5 5.5-7.7 10.6v.1c.4 2.4 1.7 4.6 3.7 6l-16.9 36.2h11l7.8-16.6c.9-2 3.3-2.9 5.4-1.9.8.4 1.5 1.1 1.9 1.9l8.1 16.6h11.2L72.2 72.9zm-5.7-1.6c-3.2 0-5.7-2.6-5.7-5.8 0-3.2 2.6-5.7 5.8-5.6 1.5 0 2.8.6 3.9 1.6 2.3 2.2 2.3 5.8.1 8.1-1 1-2.5 1.7-4.1 1.7z"/><path fill="#FFF" d="M45.2 22.7h39.4v7.2H45.2v-7.2z"/><path fill="#073042" d="M63.5 59.8c3.1 0 5.7 2.6 5.6 5.8 0 3.1-2.6 5.7-5.8 5.6-3.1 0-5.6-2.6-5.6-5.7 0-1.5.6-2.9 1.7-4s2.6-1.7 4.1-1.7zm2.2-3.3v-6c0-.7-.3-1.3-.9-1.6-.9-.5-2-.2-2.5.7-.2.3-.3.6-.2 1v5.8c-5 .8-8.5 5.5-7.7 10.6v.1c.4 2.4 1.7 4.6 3.7 6l-21.3 45.7c-.8 1.6-.7 3.6.4 5.1 1.6 2.3 4.7 2.9 7 1.3.8-.5 1.4-1.3 1.8-2.1l14.2-30.4c.9-2 3.3-2.9 5.4-1.9.8.4 1.5 1.1 1.9 1.9L82 122.8c1.2 2.5 4.2 3.5 6.7 2.3 2.5-1.2 3.5-4.2 2.3-6.7L69.1 72.9c4-3.2 4.7-9.1 1.5-13.1-1.2-1.6-2.9-2.7-4.9-3.3"/><path fill="#3DDC84" d="M78.8 29.1c-1.5 0-2.7-1.1-2.7-2.6 0-.7.3-1.5.8-2 1.1-1 2.7-1 3.8 0 .5.5.8 1.2.8 1.9-.1 1.5-1.2 2.6-2.7 2.7M49.2 29c-1.5 0-2.7-1.2-2.7-2.6 0-.7.3-1.4.8-1.9.9-1.1 2.6-1.3 3.7-.4h.1c1.1 1 1.2 2.7.2 3.8l-.3.4c-.5.5-1.2.8-1.9.8m30.5-16.2 5.3-9.2c.3-.5.1-1.1-.3-1.5-.5-.2-1-.1-1.3.3L77.8 12C69 8.1 59 8.1 50.3 12l-5.4-9.4c-.2-.3-.6-.6-1-.6s-.8.2-1 .6c-.2.3-.2.8 0 1.1l5.4 9.2C38.9 18 32.8 27.6 31.9 38.2h64.2c-.8-10.7-7-20.2-16.4-25.3"/><path fill="#073042" d="M105.6 58.1h-4.2c-.2.1-.4.3-.4.6v66.5c0 .3.2.5.5.5h4.4c5.1 0 9.2-4.2 9.2-9.2V48.8c0 5.1-4.1 9.2-9.2 9.2h-.3z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#4285F4" d="M7.6 50c1.4 0 2.8.6 3.7 1.8v-1.5h2.5v11.6h-1.7c-.4 0-.8-.3-.8-.8v-.8c-.9 1.1-2.2 1.8-3.7 1.8C4.4 62 2 59.4 2 56.2v-.1c-.1-3.3 2.3-6 5.6-6.1m.4 2.3c-1.9 0-3.5 1.6-3.4 3.5v.2c-.2 1.9 1.3 3.6 3.2 3.7 1.9.2 3.6-1.3 3.7-3.2V56c.1-1.9-1.3-3.5-3.2-3.7H8m8.6-2.1h2.5v1.5c.8-1.2 2.1-1.9 3.5-1.8 2.7 0 4.4 1.9 4.4 4.8v7h-1.7c-.4 0-.8-.3-.8-.8v-5.7c0-1.8-.9-2.9-2.4-2.9-1.7 0-3 1.3-3 3.8v5.7h-1.7c-.4 0-.8-.4-.8-.8V50.2zm18-.3c1.4 0 2.8.6 3.7 1.7v-7.3h2.5v17.3h-1.6c-.4 0-.8-.3-.8-.8V60c-.9 1.1-2.3 1.8-3.7 1.8-3.2-.1-5.7-2.8-5.5-5.9v-.1c-.2-3.1 2.2-5.7 5.4-5.9m.6 2.3c-1.9 0-3.5 1.6-3.4 3.5v.2c-.2 1.9 1.3 3.6 3.2 3.7 1.9.2 3.6-1.3 3.7-3.2v-.5c.1-1.9-1.3-3.5-3.2-3.7h-.3m8.6-2.1h2.5v2.1c.4-1.3 1.7-2.2 3-2.2.3 0 .7 0 1 .1v2.6c-.4-.1-.8-.2-1.3-.2-1.4 0-2.8 1.2-2.8 3.5v5.6h-1.8c-.4 0-.8-.3-.8-.8l.2-10.7zM57.2 62c-3.3 0-5.9-2.7-5.9-6s2.7-5.9 6-5.9 5.9 2.7 5.9 6c0 3.2-2.7 5.9-5.9 5.9h-.1m0-2.4c1.9 0 3.5-1.5 3.5-3.5V56c0-1.9-1.6-3.5-3.5-3.5s-3.5 1.6-3.5 3.5c-.1 1.9 1.4 3.5 3.3 3.6h.2m9.4-11.9c-.9 0-1.7-.8-1.7-1.7 0-.9.8-1.7 1.7-1.7.9 0 1.7.8 1.7 1.7 0 .9-.8 1.7-1.7 1.7m-1.3 2.5h2.5v11.5h-1.7c-.2 0-.4-.1-.6-.2-.1-.2-.2-.4-.2-.6V50.2zm10.2-.2c1.5 0 2.9.6 3.8 1.8v-7.4h2.5v17.3H80c-.4 0-.8-.3-.8-.8v-.8c-.9 1.1-2.2 1.8-3.7 1.8-3.2-.1-5.7-2.7-5.6-5.9v-.1c-.1-3.2 2.3-5.8 5.6-5.9-.1-.1-.1-.1 0 0m.4 2.2c-1.9 0-3.4 1.6-3.4 3.5v.2c-.2 1.9 1.3 3.6 3.2 3.7 1.9.2 3.6-1.3 3.7-3.2v-.5c.1-1.9-1.3-3.5-3.2-3.7h-.3M29.8 79.7v-5.6h-2.4v-2.3h2.4v-3.2h2.6v3.2h3.3v2.3h-3.3v5.2c0 1.5.6 2 2 2 .5 0 .9-.1 1.4-.2v2.3c-.6.2-1.3.3-1.9.3-2 .2-3.8-1.2-4-3.2-.1-.4-.1-.6-.1-.8zm39.7-2.1c0-3.4 2.7-6.1 6.1-6.1 3.4 0 6.1 2.7 6.1 6.1 0 3.4-2.7 6.1-6.1 6.1-3.3 0-6.1-2.6-6.1-5.9v-.2zm9.6 0c-.1-2-1.7-3.6-3.7-3.5-2 .1-3.6 1.7-3.5 3.7.1 2 1.7 3.6 3.7 3.5 1.9-.1 3.5-1.6 3.5-3.5v-.2zm-59.3 2.3c.2 1.1 1.3 1.9 2.4 1.7 1.1 0 1.9-.5 1.9-1.2s-.5-1.2-1.7-1.5l-1.9-.5c-1.7-.3-3-1.8-3-3.5 0-2 1.7-3.3 4.3-3.3s4.2 1.4 4.5 3.5h-2.5c-.2-.9-1-1.5-1.9-1.4-1 0-1.7.4-1.7 1.2 0 .7.5 1.1 1.6 1.4l2 .5c2.1.5 3.1 1.7 3.1 3.5 0 2.2-1.9 3.4-4.6 3.4-1.3 0-2.5-.3-3.5-1.1-.9-.6-1.5-1.6-1.5-2.7h2.5zm25.4 1.9c-.7 1.2-2 1.9-3.4 1.8-2.7 0-4.3-1.9-4.3-4.9v-7h2.6v6.5c0 1.9.8 3 2.3 3 1.7 0 2.8-1.4 2.8-3.8v-5.7h2.6v11.6h-2.6v-1.5zm14 0c-.9 1.1-2.2 1.8-3.6 1.8-3.2-.1-5.7-2.7-5.6-5.8v-.2c-.2-3.1 2.3-5.8 5.4-6h.2c1.4 0 2.8.6 3.7 1.8v-7.3h2.5v17.3h-2.6v-1.6zm-5.7-1.5c.6.7 1.5 1.1 2.5 1.1.9 0 1.8-.4 2.5-1.1 1.3-1.5 1.3-3.8 0-5.3-.6-.7-1.5-1.1-2.5-1.1-.9 0-1.9.3-2.5 1.1-1.3 1.5-1.3 3.7 0 5.3zm12.4-14.4c.9.1 1.6.9 1.6 1.8-.1.8-.7 1.5-1.6 1.6-.6 0-1.2-.3-1.5-.8-.3-.5-.3-1.2 0-1.7.4-.5.9-.9 1.5-.9zm1.3 5.9v11.6h-2.5V71.8h2.5zM97.3 49.3h4.3c-1.6 1.6-2.5 3.5-2.8 5.8h-1.7c-1.8 0-3.1-1.4-3.1-3 .1-1.6 1.5-2.8 3.3-2.8zM110.1 73.8c.3.7 2.2 4.6 2.2 4.6h-5.4s1.8-3.6 2.1-4.6c.3-.7.8-.7 1.1 0z"/><path fill="#4285F4" d="M125.9 58.9c-.3 1.4-1.8 2.4-3.5 2.4h-1.6c-.1 0-.2.1-.1.2v16.9h-2.9l-5.6-11.5c.6-.6.9-1.5.9-2.4 0-1.5-.9-2.9-2.2-3.4v-1.6c0-.7-.6-1.2-1.2-1.2h-.1c-.7 0-1.2.6-1.2 1.2V61c-1.5.5-2.5 1.9-2.5 3.5 0 1 .4 1.8 1 2.5l-5.4 11.4h-4.7c-1.8 0-3.3-1.5-3.3-3.3v-22s0-.2 0 0c.3 1.5 1.6 2.7 3.2 2.7h24.5s4.6-.4 4.7 3.1z"/><path fill="#4285F4" d="M109.5 62.7c1 0 1.8.8 1.8 1.8s-.8 1.8-1.8 1.8-1.8-.8-1.8-1.8c0-.5.2-.9.5-1.3.4-.3.8-.5 1.3-.5zm.7-1.1v-1.9c0-.2-.1-.4-.3-.5-.3-.2-.6-.1-.8.2-.1.1-.1.2-.1.3v1.9c-1.6.2-2.7 1.8-2.5 3.4.1.8.5 1.5 1.2 1.9L101 81.4c-.3.5-.2 1.1.1 1.6.5.7 1.5.9 2.2.4.2-.2.4-.4.6-.7l4.5-9.7c.3-.6 1.1-.9 1.7-.6.3.1.5.3.6.6l4.6 9.6c.4.8 1.3 1.1 2.1.7s1.1-1.3.7-2.1l-7-14.5c1.3-1 1.5-2.9.5-4.2-.2-.3-.7-.7-1.4-.9M114.7 47.8l1.7-2.9c.1-.2 0-.4-.1-.5-.1-.1-.3 0-.4.1l-1.8 3c-2.8-1.3-6-1.3-8.7 0l-1.7-3c-.1-.1-.2-.2-.3-.2-.1 0-.2.1-.3.2-.1.1-.1.3 0 .4l1.7 2.9c-2.8 1.5-4.7 4.2-5.1 7.3H120c-.6-3.1-2.5-5.8-5.3-7.3zm-9.1 4.7-.1.1c-.2.2-.4.2-.6.2-.5 0-.8-.4-.9-.8 0-.2.1-.4.3-.6.3-.4.8-.4 1.2-.1.4.3.5.9.1 1.2zm8.8.4c-.5 0-.9-.3-.9-.8 0-.2.1-.4.3-.6.3-.3.9-.3 1.2 0 .2.2.2.4.3.6-.1.4-.5.8-.9.8zM123 62.1h-1.3c-.1 0-.1.1-.1.2v21.2c0 .1.1.2.2.2h1.4c1.6 0 2.9-1.3 2.9-2.9V60.6c0-.8-.1-.2-.2-.1-.6.9-1.7 1.6-2.9 1.6z"/><circle fill="#4285F4" cx="109.5" cy="64.5" r="1"/></svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#4285F4" d="m25.1 17.7 13.4.1c-4.9 4.9-7.8 11.2-8.8 18.3l-5.1-.1c-5.5-.2-9.8-4.3-9.7-9.3 0-5.1 4.5-9 10.2-9zM65.3 94.9c.9 2.2 6.9 14.4 6.9 14.4H55.1s5.5-11.5 6.7-14.4c1-2.2 2.5-2.3 3.5 0z"/><path fill="#4285F4" d="M114.9 47.9c-1.1 4.3-5.5 7.5-10.9 7.5h-5c-.3.1-.5.3-.4.6v53.3h-9.1L72 73.1c1.8-2 2.9-4.7 2.9-7.6 0-4.8-2.8-9.1-7-10.8v-4.9c0-2.1-1.8-3.6-3.9-3.6h-.2c-2.1 0-3.9 1.8-3.9 3.9v4.6c-4.6 1.5-8 5.8-8 11 0 3 1.2 5.8 3.1 7.8l-17 35.9H23.1c-5.7 0-10.2-4.6-10.2-10.3V29.7s0-.6.1 0c.8 4.8 5 8.5 10.1 8.6H100c-.1 0 14.6-1.3 14.9 9.6z"/><path fill="#4285F4" d="M63.3 59.8c3.1 0 5.7 2.6 5.6 5.8 0 3.1-2.6 5.7-5.8 5.6-3.1 0-5.6-2.6-5.6-5.7 0-1.5.6-2.9 1.7-4 1.2-1.1 2.6-1.7 4.1-1.7zm2.3-3.3v-6c0-.7-.3-1.3-.9-1.6-.9-.5-2-.2-2.5.7-.2.3-.3.6-.2 1v5.8c-5 .8-8.5 5.5-7.7 10.6v.1c.4 2.4 1.7 4.6 3.7 6l-21.3 45.7c-.8 1.6-.7 3.6.4 5.1 1.6 2.3 4.7 2.9 7 1.3.8-.5 1.4-1.3 1.8-2.1L60 92.5c.9-2 3.3-2.9 5.4-1.9.8.4 1.5 1.1 1.9 1.9l14.5 30.3c1.2 2.5 4.2 3.5 6.7 2.3s3.5-4.2 2.3-6.7L69 72.9c4-3.2 4.7-9.1 1.5-13.1-1.2-1.6-2.9-2.7-4.9-3.3M79.6 12.9h-.1l5.3-9.2c.3-.5.1-1.1-.3-1.5-.5-.2-1-.1-1.3.3L77.6 12c-8.7-3.9-18.7-3.9-27.5 0l-5.4-9.4c-.2-.3-.6-.6-1-.6s-.8.2-1 .6c-.2.4-.2.8 0 1.1l5.4 9.2c-8.8 4.9-14.6 13.3-16 23.1h63.8c-1.5-9.8-7.5-18.2-16.3-23.1zM51.2 28l-.4.4c-.5.5-1.2.8-1.9.8h.1c-1.5 0-2.7-1.2-2.7-2.6v-.1c0-.7.3-1.4.8-1.9.9-1.1 2.6-1.3 3.7-.4 1.3.9 1.4 2.6.4 3.8zm27.4 1c-1.5.1-2.7-1.1-2.7-2.6v-.1c0-.7.3-1.4.8-1.9 1-1 2.7-1 3.8 0 .5.5.8 1.2.8 1.9 0 1.6-1.2 2.7-2.7 2.7zM105.7 58h-4.2c-.2.1-.4.3-.4.6v66.5c0 .3.2.5.5.5h4.4c5.1 0 9.2-4.2 9.2-9.2 0 0-.1-61.1 0-63.4.1-2.4-.5-.7-.7-.2-1.5 3.2-4.8 5.3-8.6 5.3h-.2z"/><circle fill="#4285F4" cx="63.3" cy="65.5" r="3.2"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1A1918" d="M40.1 125.86c-.2 0-.4-.1-.6-.3l-6.9-9v9.2H31v-11.3c0-.5.4-.8.8-.8.2 0 .5.1.6.3l6.9 9v-9.2h1.6v11.3c0 .5-.4.8-.8.8M53 125.96c-1.6 0-3.2-.3-4.7-.9l.4-1.3c1.4.5 2.9.8 4.4.8 2 0 3-.7 3-1.7 0-.9-.8-1.4-3.6-2.7-2.8-1.3-3.8-2.1-3.8-3.8 0-2 1.6-2.9 4.5-2.9 1.2 0 3.1.3 4.2.6l-.2 1.3c-1.2-.3-2.7-.5-3.9-.5-2.1 0-2.9.4-2.9 1.4 0 1 .6 1.4 3.5 2.7 3.1 1.4 3.9 2.1 3.9 3.6-.1 2.4-2.2 3.4-4.8 3.4M65.1 113.76h1.6v12h-1.6v-12zM80.5 120.36h-4v4.1h4c1.4 0 2.2-.9 2.2-2.1 0-1.1-.9-2-2.2-2m-.8-5.2h-3.2v3.8h3.2c1.3 0 2.2-.8 2.2-2 0-1.1-.8-1.8-2.2-1.8m.8 10.6h-4.8c-.5 0-.8-.4-.8-.8v-10.4c0-.4.4-.8.8-.8h4c2.5 0 3.9 1.2 3.9 3.1 0 1-.6 2-1.5 2.5 1.4.4 2.3 1.6 2.3 2.9-.1 2-1.7 3.5-3.9 3.5M92.1 125.76c-.4 0-.8-.4-.8-.8v-11.2h1.6v10.6h6.4v1.5l-7.2-.1zM110.4 125.96c-3.3 0-5.3-1.2-5.3-3.7 0-1.2.7-2.3 1.9-2.8-1-.7-1.6-1.6-1.6-2.6 0-2.2 1.7-3.3 5-3.3 1.1 0 2.6.1 3.9.4l-.2 1.3c-1.4-.2-2.6-.3-3.8-.3-2.1 0-3.2.6-3.2 2 0 1.1 1 2 2.4 2h2.8c.4 0 .7.3.7.7 0 .4-.3.7-.7.7h-3c-1.6 0-2.6.8-2.6 2 0 1.8 1.6 2.3 3.6 2.3 1.1 0 2.6-.1 3.8-.4l.2 1.3c-1 .2-2.6.4-3.9.4M19 116.06l2.8 7.1-4.3-3.4 1.5-3.7zm5 8.7-4.4-10.7c-.1-.3-.4-.5-.7-.5s-.6.2-.7.5l-4.8 11.7H15l1.9-4.8 5.7 4.6c.2.2.4.3.6.3.4 0 .8-.3.8-.8.1 0 .1-.2 0-.3z"/><path fill="#1A1918" d="M114.5 52.4c0 27.8-22.6 50.4-50.4 50.4-27.8 0-50.4-22.6-50.4-50.4C13.7 24.6 36.3 2 64.1 2c27.8 0 50.4 22.6 50.4 50.4"/><path fill="#FFF" d="M64.9 32.8 78 65 58.3 49.5l6.6-16.7zm23.2 39.6-20-48.3c-.6-1.4-1.7-2.1-3.1-2.1-1.4 0-2.6.7-3.2 2.1l-22 53h7.5L56 55.2l26 21c1 .8 1.8 1.2 2.8 1.2 2 0 3.7-1.5 3.7-3.6 0-.3-.2-.8-.4-1.4z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1A1918" d="M126 64c0 34.2-27.8 62-62 62S2 98.2 2 64 29.8 2 64 2s62 27.8 62 62"/><path fill="#FFF" d="m65 39.9 16 39.6-24.1-19.1L65 39.9zm28.5 48.7L68.9 29.2c-.7-1.7-2.1-2.6-3.8-2.6-1.7 0-3.2.9-3.9 2.6L34 94.3h9.3L54 67.5l32 25.9c1.3 1 2.2 1.5 3.4 1.5 2.4 0 4.5-1.8 4.5-4.4.1-.5-.1-1.2-.4-1.9z"/></svg>

After

Width:  |  Height:  |  Size: 377 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1A1918" d="M40.1 125.86c-.2 0-.4-.1-.6-.3l-6.9-9v9.2H31v-11.3c0-.5.4-.8.8-.8.2 0 .5.1.6.3l6.9 9v-9.2h1.6v11.3c0 .5-.4.8-.8.8zM53 125.96c-1.6 0-3.2-.3-4.7-.9l.4-1.3c1.4.5 2.9.8 4.4.8 2 0 3-.7 3-1.7 0-.9-.8-1.4-3.6-2.7-2.8-1.3-3.8-2.1-3.8-3.8 0-2 1.6-2.9 4.5-2.9 1.2 0 3.1.3 4.2.6l-.2 1.3c-1.2-.3-2.7-.5-3.9-.5-2.1 0-2.9.4-2.9 1.4 0 1 .6 1.4 3.5 2.7 3.1 1.4 3.9 2.1 3.9 3.6-.1 2.4-2.2 3.4-4.8 3.4zM65.1 113.76h1.6v12h-1.6v-12zM82 119.46c.9-.6 1.5-1.5 1.5-2.5 0-1.9-1.5-3.1-3.9-3.1h-4c-.5 0-.8.4-.8.8v10.4c0 .5.4.8.8.8h4.8c2.3 0 3.8-1.5 3.8-3.5.1-1.4-.8-2.5-2.2-2.9zm-5.5-4.3h3.2c1.4 0 2.2.7 2.2 1.9s-.9 2-2.2 2h-3.2v-3.9zm4 9.3h-4v-4.1h4c1.3 0 2.2.9 2.2 2 0 1.2-.9 2.1-2.2 2.1zM92.1 125.76c-.4 0-.8-.4-.8-.8v-11.2h1.6v10.6h6.4v1.5l-7.2-.1zM110.4 125.96c-3.3 0-5.3-1.2-5.3-3.7 0-1.2.7-2.3 1.9-2.8-1-.7-1.6-1.6-1.6-2.6 0-2.2 1.7-3.3 5-3.3 1.1 0 2.6.1 3.9.4l-.2 1.3c-1.4-.2-2.6-.3-3.8-.3-2.1 0-3.2.6-3.2 2 0 1.1 1 2 2.4 2h2.8c.4 0 .7.3.7.7 0 .4-.3.7-.7.7h-3c-1.6 0-2.6.8-2.6 2 0 1.8 1.6 2.3 3.6 2.3 1.1 0 2.6-.1 3.8-.4l.2 1.3c-1 .2-2.6.4-3.9.4zM24 124.76l-4.4-10.7c-.1-.3-.4-.5-.7-.5-.3 0-.6.2-.7.5l-4.8 11.7H15l1.9-4.8 5.7 4.6c.2.2.4.3.6.3.4 0 .8-.3.8-.8.1 0 .1-.2 0-.3zm-6.5-5.1 1.4-3.7 2.8 7.1-4.2-3.4z"/><path fill="#1A1918" d="M64.1 2C36.3 2 13.7 24.6 13.7 52.4c0 27.8 22.6 50.4 50.4 50.4 27.8 0 50.4-22.6 50.4-50.4C114.5 24.6 91.9 2 64.1 2zm20.7 75.5c-1 0-1.7-.4-2.8-1.2l-26-21-8.7 21.8h-7.5l22-53c.6-1.4 1.8-2.1 3.2-2.1s2.5.7 3.1 2.1l20.1 48.3c.2.6.4 1.1.4 1.5-.1 2.1-1.9 3.6-3.8 3.6z"/><path fill="#1A1918" d="M64.9 32.8 78 65 58.3 49.5z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1A1918" d="M64 2C29.8 2 2 29.8 2 64s27.8 62 62 62 62-27.8 62-62S98.2 2 64 2zm25.4 92.8c-1.2 0-2.1-.5-3.4-1.5L54 67.5 43.3 94.3H34l27.1-65.1c.7-1.7 2.2-2.6 3.9-2.6 1.7 0 3.1.9 3.8 2.6l24.7 59.4c.3.7.4 1.4.4 1.8.1 2.6-2 4.4-4.5 4.4z"/><path fill="#1A1918" d="m65 39.9 16.1 39.6-24.3-19.1z"/></svg>

After

Width:  |  Height:  |  Size: 371 B

BIN
icons/ansible/ansible.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="#8080F2" d="m13 55.2 6.9-4c.2-.1.4-.1.6 0l6.9 4c.2.1.3.3.3.5v8c0 .2-.1.4-.3.5l-6.9 4c-.2.1-.4.1-.6 0l-6.9-4c-.2-.1-.3-.3-.3-.5v-8c0-.2.1-.4.3-.5"/><path fill="#4B32C3" d="m38.1 58.9-8.2-14.3c-.3-.5-.9-.9-1.4-.9H11.9c-.6 0-1.2.4-1.5.9L2.2 58.8c-.3.5-.3 1.2 0 1.7l8.2 14.2c.3.5.9.8 1.5.8h16.5c.6 0 1.2-.3 1.4-.8L38 60.5c.4-.5.4-1.1.1-1.6m-6.9 6.9c0 .2-.1.4-.3.5l-10.5 6.1c-.2.1-.4.1-.6 0L9.4 66.3c-.2-.1-.4-.3-.4-.5V53.7c0-.2.1-.4.3-.5l10.5-6.1c.2-.1.4-.1.6 0l10.5 6.1c.2.1.3.3.3.5v12.1z"/><path fill="#666" d="M47.5 49h12.8v2.4h-10v7h8.4v2.4h-8.4v8.1h10.3v2.4H47.5V49zM62 68.4l1.6-1.8c1.6 1.7 3.9 2.7 6.2 2.7 2.9 0 4.6-1.5 4.6-3.6 0-2.3-1.6-3-3.7-3.9l-3.2-1.4c-2.1-.9-4.5-2.5-4.5-5.7 0-3.4 2.9-5.9 7-5.9 2.7 0 5 1.1 6.6 2.7l-1.5 1.8c-1.4-1.2-3.1-2-5.1-2-2.5 0-4.1 1.3-4.1 3.3 0 2.1 1.9 2.9 3.7 3.7l3.2 1.4c2.6 1.1 4.6 2.6 4.6 5.9 0 3.5-2.8 6.3-7.6 6.3-3.2-.2-5.9-1.5-7.8-3.5zM79.9 49h2.8v19.8h9.7v2.4H79.9V49zM93.9 49.6c0-1.1.8-1.8 1.9-1.8s1.9.7 1.9 1.8-.8 1.8-1.9 1.8-1.9-.7-1.9-1.8zm.5 5.2h2.8v16.5h-2.8V54.8zM101 54.8h2.3l.2 2.4h.1c1.6-1.6 3.3-2.8 5.5-2.8 3.5 0 5 2.2 5 6.4v10.4h-2.8v-10c0-3.1-1-4.4-3.1-4.4-1.7 0-2.8.9-4.5 2.5v11.9H101V54.8zM118.2 66.1v-9h-2.4V55l2.6-.2.3-5.3h2.3v5.3h4.4v2.3H121v9.1c0 2 .6 3.2 2.5 3.2.6 0 1.2-.1 1.9-.4l.6 2c-.9.4-2 .7-3.1.7-3.5-.1-4.7-2.3-4.7-5.6z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#8080F2" d="M39.5 49.2 63 35.6c.6-.3 1.3-.3 1.9 0l23.6 13.6c.6.3 1 1 1 1.6V78c0 .7-.4 1.3-1 1.7L65 93.3c-.6.3-1.3.3-1.9 0L39.5 79.7c-.6-.3-1-1-1-1.7V50.8c0-.6.4-1.3 1-1.6"/><path fill="#4B32C3" d="m125.2 61.6-28.1-49c-1-1.8-2.9-3.1-5-3.1H35.9c-2 0-3.9 1.3-5 3.1L2.8 61.5c-1 1.8-1 4 0 5.8l28.1 48.6c1 1.8 2.9 2.7 5 2.7h56.3c2 0 3.9-.9 5-2.6l28.1-48.6c1-2 1-4.1-.1-5.8m-23.3 23.5c0 .7-.4 1.4-1.1 1.7L65 107.5c-.6.4-1.4.4-2 0L27.1 86.9c-.6-.4-1.1-1-1.1-1.7V43.7c0-.7.4-1.4 1.1-1.7L63 21.3c.6-.4 1.4-.4 2 0L100.9 42c.6.4 1.1 1 1.1 1.7v41.4z"/></svg>

After

Width:  |  Height:  |  Size: 620 B

BIN
icons/eslint/eslint.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="#565656" d="M27.8 114c-.3 6.7-5.6 12-12.3 12-7 0-12.2-5.6-12.2-12.5S8.9 101 15.8 101c3.1 0 6.1 1.4 8.7 3.7l-2 2.5c-2-1.7-4.3-2.9-6.7-2.9-5 0-9.2 4.1-9.2 9.2 0 5.2 3.9 9.2 8.9 9.2 4.4 0 7.9-3.2 8.7-7.5H14.1v-3h13.7v1.8zM39.3 112.3h-1.9c-2 0-3.7 1.7-3.7 3.7v9.7h-3.3V109h2.7v1.4c.9-.9 2.3-1.4 3.9-1.4h3.6l-1.3 3.3zM57.6 125.7h-2.9v-2.1c-2.2 2.1-5.6 3.2-9.1 1.6-2.6-1.1-4.5-3.5-5-6.3-1-5.4 3.2-10.1 8.4-10.1 2.2 0 4.3.9 5.7 2.4v-2.1h2.9v16.6zm-3.4-7c.8-3.4-1.8-6.5-5.1-6.5-2.9 0-5.2 2.4-5.2 5.2 0 3.2 2.8 5.7 6.1 5.2 1.9-.3 3.7-2 4.2-3.9zM64.2 108.2v.9h5.3v2.9h-5.3v13.7H61v-17.5c0-3.7 2.6-5.8 6-5.8h4l-1.4 3.2H67c-1.6 0-2.8 1.2-2.8 2.6zM87.2 125.7h-2.8v-2.1c-2.2 2.1-5.6 3.2-9.1 1.6-2.6-1.1-4.5-3.5-5-6.3-1-5.4 3.2-10.1 8.4-10.1 2.2 0 4.3.9 5.7 2.4v-2.1h2.9l-.1 16.6zm-3.4-7c.8-3.4-1.8-6.5-5.1-6.5-2.9 0-5.2 2.4-5.2 5.2 0 3.2 2.8 5.7 6.1 5.2 2.1-.3 3.7-2 4.2-3.9zM105 116v9.8h-3.3v-9.9c0-2-1.7-3.7-3.7-3.7-2.1 0-3.7 1.7-3.7 3.7v9.9H91v-16.7h2.7v1.4c1.2-1.1 2.8-1.7 4.4-1.7 3.8.1 6.9 3.2 6.9 7.2zM124.6 125.7h-2.8v-2.1c-2.2 2.1-5.6 3.2-9.1 1.6-2.6-1.1-4.5-3.5-5-6.3-1-5.4 3.2-10.1 8.4-10.1 2.2 0 4.3.9 5.7 2.4v-2.1h2.9l-.1 16.6zm-3.4-7c.8-3.4-1.8-6.5-5.1-6.5-2.9 0-5.2 2.4-5.2 5.2 0 3.2 2.8 5.7 6.1 5.2 2.1-.3 3.7-2 4.2-3.9z"/><linearGradient id="grafana_gradient_2" gradientUnits="userSpaceOnUse" x1="45.842" y1="65.063" x2="45.842" y2="2.545" gradientTransform="translate(-.23 28.462) scale(1.4011)"><stop offset="0" stop-color="#fcee1f"/><stop offset="1" stop-color="#f15b2a"/></linearGradient><path fill="url(#grafana_gradient_2)" d="M108 44.5c-.2-1.6-.4-3.5-.9-5.5s-1.4-4.3-2.5-6.6c-1.2-2.3-2.6-4.8-4.6-7.1-.8-.9-1.6-1.8-2.5-2.7 1.4-5.4-1.6-10-1.6-10-5.2-.3-8.4 1.6-9.6 2.5l-.6-.3c-.9-.3-1.8-.7-2.7-1-.9-.3-1.9-.6-2.8-.8-.9-.3-2-.4-3-.6-.2 0-.3-.1-.5-.1C74.4 5.1 68 2 68 2c-7.4 4.8-8.9 11.2-8.9 11.2s0 .2-.1.3c-.4.1-.8.3-1.2.3-.5.2-1.1.3-1.6.6s-1.1.4-1.6.7c-1.1.5-2.1 1-3.2 1.6-1 .6-2 1.2-3 1.9-.2-.1-.3-.2-.3-.2-10-3.8-18.8.8-18.8.8-.8 10.6 4 17.3 4.9 18.5-.3.7-.4 1.3-.7 2-.8 2.4-1.3 4.9-1.6 7.4-.1.3-.1.8-.2 1.1C22.6 52.7 19.8 62 19.8 62c7.7 8.9 16.7 9.4 16.7 9.4 1.1 2 2.5 4 3.9 5.8.6.8 1.3 1.4 2 2.2-2.8 8 .4 14.7.4 14.7 8.6.3 14.2-3.7 15.4-4.7.9.3 1.7.5 2.6.8 2.6.7 5.4 1.1 8 1.2H72.2c4 5.8 11.2 6.6 11.2 6.6 5-5.4 5.4-10.6 5.4-11.8V85.6c1-.8 2-1.5 3.1-2.4 2-1.8 3.7-3.9 5.3-6.1.2-.2.3-.4.4-.6 5.7.3 9.7-3.6 9.7-3.6-.9-6-4.3-8.9-5-9.4l-.1-.1-.1-.1-.1-.1c0-.3.1-.7.1-1.1.1-.7.1-1.3.1-2v-2.5c0-.2 0-.3-.1-.5l-.1-.5-.1-.5c-.1-.7-.3-1.3-.3-2-.6-2.6-1.6-5-2.9-7.2-1.4-2.2-3-4.1-4.9-5.8-1.9-1.6-3.9-3-6.1-3.9-2.2-1-4.4-1.6-6.7-1.9-1.1-.2-2.3-.2-3.4-.2H75.9c-.6.1-1.2.2-1.7.3-2.3.4-4.4 1.3-6.3 2.4-1.9 1.1-3.5 2.6-4.9 4.2-1.4 1.6-2.4 3.3-3.1 5.2-.7 1.8-1.1 3.7-1.2 5.5v2c0 .3 0 .4.1.7.1.9.3 1.8.5 2.6.5 1.7 1.3 3.2 2.3 4.6 1 1.4 2.1 2.4 3.4 3.2 1.3.9 2.6 1.4 3.9 1.9s2.6.6 3.8.5H74.6c.2 0 .3-.1.4-.1.2 0 .3-.1.4-.1l.9-.3 1.5-.6c.5-.3.9-.5 1.3-.8.1-.1.3-.2.3-.3.4-.3.5-.9.2-1.4-.3-.3-.9-.4-1.3-.3 0 .7-.1.7-.3.8-.3.2-.8.3-1.1.4-.4.1-.9.3-1.3.3-.3 0-.4.1-.7.1H73.6s-.1 0 0 0h-.4c-.1 0-.3 0-.3-.1-.9-.2-2-.4-2.9-.9-.9-.4-1.9-1-2.6-1.8-.9-.8-1.5-1.6-2.1-2.6-.6-1-.9-2.1-1.1-3.2-.1-.6-.2-1.2-.1-1.8V55c0 .1 0 0 0 0v-.4c0-.3.1-.6.2-.9.4-2.6 1.7-5 3.7-6.9.5-.5 1-.9 1.6-1.3.6-.4 1.2-.8 1.8-1 .6-.3 1.3-.5 2-.7s1.4-.3 2-.3c.3 0 .7-.1 1-.1h.8c.1 0 0 0 0 0H77h.3c.8.1 1.5.2 2.2.3 1.4.3 2.9.9 4.3 1.6 2.7 1.5 5 3.8 6.4 6.6.7 1.4 1.2 2.9 1.4 4.5.1.4.1.8.2 1.2V60c0 .4-.1.9-.1 1.3-.1.4-.1.9-.2 1.3s-.2.9-.3 1.3c-.2.9-.5 1.6-.8 2.5-.6 1.6-1.4 3.2-2.5 4.5-2 2.8-4.9 5.1-8 6.6-1.6.7-3.2 1.3-4.9 1.5-.9.2-1.7.3-2.6.3H71c.1 0 0 0 0 0h-.1c-.4 0-.9 0-1.4-.1-1.9-.2-3.7-.5-5.5-1-1.8-.5-3.5-1.2-5.1-2-3.2-1.7-6.1-4.2-8.4-7-1.1-1.4-2.1-3-3-4.6-.9-1.6-1.4-3.3-2-5-.5-1.7-.8-3.5-.9-5.3v-3c0-.9.1-1.8.3-2.7.1-.9.3-1.8.4-2.7s.4-1.8.7-2.7c.5-1.8 1.1-3.5 1.9-5.1 1.5-3.2 3.5-6.1 5.8-8.4.6-.6 1.2-1.1 1.9-1.6.3-.3.9-.8 1.5-1.2.7-.4 1.4-.9 2.1-1.2.3-.2.7-.3 1.1-.5.2-.1.3-.2.6-.3.2-.1.3-.2.6-.3.8-.3 1.5-.6 2.3-.9.2-.1.4-.1.6-.2s.4-.1.6-.2l1.2-.3c.2-.1.4-.1.6-.2.2 0 .4-.1.6-.1.2 0 .4-.1.6-.1l.3-.1.3-.1c.2 0 .4-.1.6-.1.3 0 .4-.1.7-.1.2 0 .5-.1.7-.1.2 0 .3 0 .4-.1h1c.3 0 .4 0 .7-.1h.3s.1 0 0 0H76.2c1.5.1 3.1.3 4.5.5 2.9.5 5.7 1.4 8.2 2.7 2.5 1.2 4.8 2.7 6.6 4.3.1.1.3.2.3.3.1.1.3.2.3.3.3.2.4.4.7.6.3.2.4.4.7.6.2.3.4.4.6.7.9.9 1.6 1.8 2.3 2.6 1.4 1.8 2.5 3.6 3.3 5.3.1.1.1.2.2.3.1.1.1.2.2.3l.3.6.3.6.3.6c.3.8.6 1.5.9 2.3.4 1.2.7 2.2.9 3.1.1.3.4.6.8.6s.7-.3.7-.8c-.2-.5-.2-1.6-.3-2.9z"/></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"><linearGradient id="grafana_gradient_1" gradientUnits="userSpaceOnUse" x1="45.842" y1="89.57" x2="45.842" y2="8.802" gradientTransform="translate(-.23 28.462) scale(1.4011)"><stop offset="0" stop-color="#fcee1f"/><stop offset="1" stop-color="#f15b2a"/></linearGradient><path fill="url(#grafana_gradient_1)" d="M120.8 56.9c-.2-2.1-.6-4.5-1.2-7.2s-1.8-5.5-3.2-8.6c-1.5-3-3.4-6.2-5.9-9.1-1-1.2-2.1-2.3-3.2-3.5 1.8-6.9-2.1-13-2.1-13-6.7-.4-10.9 2.1-12.4 3.2-.2-.1-.6-.2-.8-.3-1.1-.4-2.3-.9-3.5-1.3-1.2-.3-2.4-.8-3.6-1-1.2-.3-2.5-.6-3.9-.8-.2 0-.4-.1-.7-.1C77.5 6 69.1 2 69.1 2c-9.6 6.2-11.4 14.4-11.4 14.4s0 .2-.1.4c-.6.1-1 .3-1.5.4-.7.2-1.4.4-2.1.8l-2.1.9c-1.4.7-2.8 1.3-4.2 2.1-1.3.8-2.6 1.5-3.9 2.4-.2-.1-.3-.2-.3-.2-12.9-5-24.3 1-24.3 1-1 13.8 5.2 22.3 6.4 23.9-.3.9-.6 1.7-.9 2.5-1 3.1-1.7 6.3-2.1 9.6-.1.4-.1 1-.2 1.4C10.5 67.5 7 79.6 7 79.6 16.9 91 28.5 91.7 28.5 91.7c1.4 2.6 3.2 5.2 5.1 7.5.8 1 1.7 1.9 2.5 2.9-3.6 10.3.6 19 .6 19 11.1.4 18.4-4.8 19.9-6.1 1.1.3 2.2.7 3.3 1 3.4.9 6.9 1.4 10.3 1.5h4.5c5.2 7.5 14.4 8.5 14.4 8.5 6.5-6.9 6.9-13.6 6.9-15.2V110.2c1.3-1 2.6-2 4-3.1 2.6-2.3 4.8-5.1 6.8-7.9.2-.2.3-.6.6-.8 7.4.4 12.5-4.6 12.5-4.6-1.2-7.7-5.6-11.4-6.5-12.1l-.1-.1-.1-.1-.1-.1c0-.4.1-.9.1-1.4.1-.9.1-1.7.1-2.5v-3.3c0-.2 0-.4-.1-.7l-.1-.7-.1-.7c-.1-.9-.3-1.7-.4-2.5-.8-3.3-2.1-6.5-3.7-9.2-1.8-2.9-3.9-5.3-6.3-7.5-2.4-2.1-5.1-3.9-7.9-5.1-2.9-1.3-5.7-2.1-8.7-2.4-1.4-.2-3-.2-4.4-.2h-2.3c-.8.1-1.5.2-2.2.3-3 .6-5.7 1.7-8.1 3.1-2.4 1.4-4.5 3.3-6.3 5.4-1.8 2.1-3.1 4.3-4 6.7-.9 2.3-1.4 4.8-1.5 7.2v2.6c0 .3 0 .6.1.9.1 1.2.3 2.3.7 3.4.7 2.2 1.7 4.2 3 5.9s2.8 3.1 4.4 4.2c1.7 1.1 3.3 1.9 5.1 2.4s3.4.8 5 .7h2.3c.2 0 .4-.1.6-.1.2 0 .3-.1.6-.1.3-.1.8-.2 1.1-.3.7-.2 1.3-.6 2-.8.7-.3 1.2-.7 1.7-1 .1-.1.3-.2.4-.3.6-.4.7-1.2.2-1.8-.4-.4-1.1-.6-1.7-.3-.1.1-.2.1-.4.2-.4.2-1 .4-1.4.6-.6.1-1.1.3-1.7.4-.3 0-.6.1-.9.1H76.5s-.1 0 0 0h-.7c-.1 0-.3 0-.4-.1-1.2-.2-2.5-.6-3.7-1.1-1.2-.6-2.4-1.3-3.4-2.3-1.1-1-2-2.1-2.8-3.4-.8-1.3-1.2-2.8-1.4-4.2-.1-.8-.2-1.5-.1-2.3v-.7c0 .1 0 0 0 0V70c0-.4.1-.8.2-1.2.6-3.3 2.2-6.5 4.7-8.9.7-.7 1.3-1.2 2.1-1.7.8-.6 1.5-1 2.3-1.3.8-.3 1.7-.7 2.5-.9.9-.2 1.8-.4 2.6-.4.4 0 .9-.1 1.3-.1h.8c.1 0 0 0 0 0h.4c1 .1 2 .2 2.9.4 1.9.4 3.7 1.1 5.5 2.1 3.5 2 6.5 5 8.3 8.6.9 1.8 1.5 3.7 1.9 5.8.1.6.1 1 .2 1.5v2.7c0 .6-.1 1.1-.1 1.7-.1.6-.1 1.1-.2 1.7s-.2 1.1-.3 1.7c-.2 1.1-.7 2.1-1 3.2-.8 2.1-1.9 4.1-3.2 5.8-2.6 3.6-6.3 6.6-10.3 8.5-2.1.9-4.2 1.7-6.4 2-1.1.2-2.2.3-3.3.3H73.3c.1 0 0 0 0 0h-.1c-.6 0-1.2 0-1.8-.1-2.4-.2-4.7-.7-7-1.3-2.3-.7-4.5-1.5-6.6-2.6-4.2-2.2-7.9-5.4-10.9-9-1.4-1.9-2.8-3.9-3.9-5.9s-1.9-4.3-2.5-6.5c-.7-2.2-1-4.5-1.1-6.8V65.8c0-1.1.1-2.3.3-3.5.1-1.2.3-2.3.6-3.5.2-1.2.6-2.3.9-3.5.7-2.3 1.4-4.5 2.4-6.6 2-4.2 4.5-7.9 7.5-10.9.8-.8 1.5-1.4 2.4-2.1.3-.3 1.1-1 2-1.5s1.8-1.1 2.8-1.5c.4-.2.9-.4 1.4-.7.2-.1.4-.2.8-.3.2-.1.4-.2.8-.3 1-.4 2-.8 3-1.1.2-.1.6-.1.8-.2.2-.1.6-.1.8-.2.6-.1 1-.2 1.5-.4.2-.1.6-.1.8-.2.2 0 .6-.1.8-.1.2 0 .6-.1.8-.1l.4-.1.4-.1c.2 0 .6-.1.8-.1.3 0 .6-.1.9-.1.2 0 .7-.1.9-.1.2 0 .3 0 .6-.1h.7c.3 0 .6 0 .9-.1h.4s.1 0 0 0h4.1c2 .1 4 .3 5.8.7 3.7.7 7.4 1.9 10.6 3.5 3.2 1.5 6.2 3.5 8.6 5.6.1.1.3.2.4.4.1.1.3.2.4.4.3.2.6.6.9.8.3.2.6.6.9.8.2.3.6.6.8.9 1.1 1.1 2.1 2.3 3 3.4 1.8 2.3 3.2 4.6 4.3 6.8.1.1.1.2.2.4.1.1.1.2.2.4s.2.6.4.8c.1.2.2.6.3.8.1.2.2.6.3.8.4 1 .8 2 1.1 3 .6 1.5.9 2.9 1.2 4 .1.4.6.8 1 .8.6 0 .9-.4.9-1-.3-1.7-.3-3.1-.4-4.8z"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
icons/grafana/grafana.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="#EBB951" d="m113.7 49.8 9.3 5.3c1.1.6 1.8 1.8 1.8 3.1V70c0 1.2-.7 2.3-1.7 2.9l-10 5.5c-1.1.6-2.4.6-3.4 0l-8.8-5.1c-1.5-.8-2.4-2.4-2.4-4.1v-10c0-1.9 1-3.6 2.6-4.6l8.1-4.9c1.4-.7 3.1-.7 4.5.1z"/><path fill="#FCD804" d="M111.4 80.1c-.8 0-1.6-.2-2.3-.6l-8.8-5.1c-1.8-1-2.9-3-2.9-5.1v-10c0-2.3 1.2-4.4 3.1-5.5l8.1-4.9c1.7-1 3.9-1.1 5.7-.1l9.3 5.3c1.5.8 2.4 2.4 2.4 4.1V70c0 1.6-.9 3.1-2.3 3.9l-10 5.5c-.7.5-1.5.7-2.3.7zm.1-29.8c-.6 0-1.2.2-1.7.5l-8.1 4.9c-1.3.8-2 2.1-2 3.6v10c0 1.3.7 2.5 1.8 3.1l8.8 5.1c.7.4 1.6.4 2.3 0l10-5.5c.7-.4 1.1-1.1 1.1-1.9V58.2c0-.9-.5-1.7-1.2-2.1l-9.3-5.3c-.5-.3-1.1-.5-1.7-.5z"/><path fill="#33BA91" d="m81.6 49.6 9.8 5.6c1.1.6 1.7 1.7 1.7 3v11.6c0 1.4-.7 2.6-1.9 3.3l-9.8 5.4c-1.1.6-2.5.6-3.6 0L69 73.4c-1.4-.8-2.3-2.4-2.3-4v-9.9c0-2 1-3.8 2.8-4.9l8.2-4.9c1.1-.8 2.6-.8 3.9-.1z"/><path fill="#00A88A" d="M79.6 80c-.8 0-1.7-.2-2.4-.6l-8.8-5.1c-1.8-1-2.9-2.9-2.9-5v-9.9c0-2.4 1.3-4.6 3.3-5.8l8.2-4.9c.1-.1.2-.1.4-.2 1.5-.7 3.3-.7 4.8.1l9.8 5.6c1.4.8 2.3 2.3 2.3 3.9v11.6c0 1.8-1 3.4-2.5 4.2L82 79.3c-.8.5-1.6.7-2.4.7zm0-29.8c-.5 0-1 .1-1.5.4L70 55.5c-1.4.8-2.2 2.3-2.2 3.9v9.9c0 1.3.7 2.4 1.8 3.1l8.8 5.1c.8.4 1.7.5 2.5 0l9.8-5.4c.8-.5 1.3-1.3 1.3-2.3V58.1c0-.8-.4-1.6-1.2-2L81 50.6c-.5-.3-.9-.4-1.4-.4z"/><path fill="#0594CB" d="m49.7 49.5 9.7 5.7c1 .6 1.6 1.7 1.6 2.8l.1 11.5c0 1.5-.8 2.8-2 3.5l-9.6 5.3c-1.2.6-2.6.6-3.7 0L37 73.2c-1.4-.8-2.3-2.3-2.3-4V59.1c0-1.8.9-3.5 2.5-4.5l8.3-5.1c1.3-.8 2.9-.8 4.2 0z"/><path fill="#0083C0" d="M47.7 80c-.8 0-1.7-.2-2.4-.7l-8.8-5.1c-1.7-1-2.8-2.9-2.8-4.9V59.1c0-2.2 1.1-4.2 3-5.4l8.3-5.1c1.6-1 3.7-1 5.4-.1l9.7 5.7c1.3.8 2.2 2.3 2.2 3.8l.1 11.5c0 1.9-1 3.6-2.6 4.5l-9.6 5.3c-.8.5-1.6.7-2.5.7zm0-30c-.5 0-1.1.1-1.6.4l-8.3 5.1c-1.2.8-2 2.1-2 3.5v10.2c0 1.2.7 2.4 1.7 3l8.8 5.1c.8.5 1.8.5 2.6 0l9.6-5.3c.9-.5 1.5-1.5 1.5-2.5V58.1c0-.8-.4-1.5-1.1-1.9l-9.7-5.7c-.5-.3-1-.5-1.5-.5z"/><path fill="#FF4088" d="m18.2 49.7 9.5 5.5c1.1.7 1.8 1.9 1.8 3.2v11.3c0 1.4-.8 2.8-2 3.5l-9.4 5.3c-1.3.7-2.8.7-4 0l-8.7-5c-1.4-.8-2.2-2.2-2.2-3.8V59c0-1.6.8-3.1 2.2-3.9l8.5-5.3c1.3-.8 2.9-.8 4.3-.1z"/><path fill="#C9177E" d="M16.1 80.2c-.9 0-1.8-.2-2.6-.7l-8.7-5c-1.7-1-2.8-2.8-2.8-4.8V59c0-2 1-3.8 2.7-4.8l8.5-5.3c1.7-1 3.8-1.1 5.5-.1l9.5 5.5c1.5.9 2.4 2.4 2.4 4.1v11.3c0 1.8-1 3.6-2.6 4.5l-9.4 5.3c-.8.5-1.7.7-2.5.7zm0-29.9c-.6 0-1.1.2-1.6.5L5.9 56c-1 .6-1.6 1.7-1.6 2.9v10.8c0 1.2.6 2.3 1.6 2.8l8.7 5c.9.5 2 .5 2.9 0l9.4-5.3c.9-.5 1.5-1.5 1.5-2.5V58.4c0-.9-.5-1.7-1.3-2.2l-9.5-5.5c-.5-.3-1-.4-1.5-.4z"/><path fill="#FFF" d="M111.7 55.1c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9 8.9-4 8.9-8.9-4-8.9-8.9-8.9zm0 14.5c-3.1 0-5.6-2.5-5.6-5.6 0-3.1 2.5-5.6 5.6-5.6 3.1 0 5.6 2.5 5.6 5.6 0 3.1-2.5 5.6-5.6 5.6zM88.1 63.9c0 3.9-.7 5.1-2.2 6.7-1.5 1.6-3.5 2.3-5.9 2.3-2.2 0-4.1-.8-5.6-2.2-1.7-1.5-3-3.9-3-6.6 0-2.6 1-4.9 2.7-6.5 1.5-1.5 3.8-2.4 6.1-2.4 2.8 0 5.7 1.3 7.5 4L85 61.3c-1.1-2.1-2.7-2.8-5.1-2.8-2.6-.1-5.4 2.4-5.2 5.6.1 1.8 1 5 5.1 5.5 2.2.3 4.6-2 4.6-3.2h-4v-3.1h7.7v.6zM41.3 56h3.5v9.3c0 1.5 0 2.4.1 2.9.1.7.4 1.2.9 1.6.5.4 1.1.5 2.1.5.9 0 1.2-.1 1.7-.5s.8-.8.9-1.4c.1-.6.3-1.6.3-2.9V56h3.5v9c0 2.1-.1 3.5-.3 4.4-.2.9-.5 1.6-1 2.2-.5.6-1.1 1.1-1.9 1.4-.8.3-1.8.5-3.1.5-1.6 0-2.7-.2-3.5-.6-.8-.4-1.4-.9-1.9-1.5s-.8-1.2-.9-1.9c-.2-1-.3-2.4-.3-4.4l-.1-9.1zM9.7 72.7V55.4h3.6v6.3h6v-6.3h3.6v17.3h-3.6v-7.6h-6v7.6z"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#FF4088" d="m71.2 8.5 36.7 21.3c4.3 2.5 7 7.2 7 12.2v43.7c0 5.6-3 10.7-7.8 13.4l-36.4 20.5c-4.8 2.7-10.7 2.7-15.5-.1l-33.5-19.3c-5.3-3-8.5-8.6-8.5-14.7V44.1c0-6.1 3.2-11.8 8.4-15L54.4 8.8c5.1-3.2 11.6-3.3 16.8-.3z"/><path fill="#C9177E" d="M63 126c-3.5 0-6.9-.9-10-2.7L19.5 104c-6.6-3.8-10.7-10.9-10.7-18.5V44.1c0-7.7 3.9-14.6 10.4-18.7L52.1 5.1c6.5-4 14.6-4.1 21.2-.3L110 26.1c5.7 3.3 9.2 9.4 9.2 15.9v43.7c0 7.1-3.8 13.7-10 17.2l-36.4 20.5c-3 1.7-6.4 2.6-9.8 2.6zm0-115.3c-2.2 0-4.4.6-6.3 1.8l-33 20.3c-4 2.4-6.3 6.7-6.3 11.3v41.5c0 4.5 2.4 8.7 6.3 11l33.5 19.3c3.5 2 7.8 2 11.3.1l36.4-20.5c3.5-2 5.6-5.6 5.6-9.6V42.1c0-3.5-1.9-6.7-4.9-8.5L69 12.3c-1.8-1.1-3.9-1.6-6-1.6z"/><path fill="#FFF" d="M38.6 96.9V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29h-23v29z"/></svg>

After

Width:  |  Height:  |  Size: 841 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#FF4088" d="m123.6 54.2-9.3-5.3c-1.8-1-3.9-1-5.7.1l-8.2 4.9c-1.9 1.2-3.1 3.3-3.1 5.5v10c0 2.1 1.1 4 2.9 5.1l8.8 5.1c.7.4 1.5.6 2.3.6.8 0 1.5-.2 2.2-.6l10-5.5c1.4-.8 2.3-2.3 2.3-3.9v-12c.2-1.6-.7-3.2-2.2-4zm-11.9 18.6c-4.9 0-8.9-4-8.9-8.8s4-8.9 8.9-8.9 8.9 4 8.9 8.9-4 8.8-8.9 8.8z"/><path fill="#FF4088" d="M115.7 60.1c1 1 1.6 2.4 1.6 3.9 0 3.1-2.5 5.6-5.6 5.6s-5.6-2.5-5.6-5.6 2.5-5.6 5.6-5.6c1.5 0 2.9.7 4 1.7zM91.9 54.2l-9.8-5.5c-1.5-.8-3.3-.9-4.8-.1-.1.1-.2.1-.4.2l-8.2 4.9c-2 1.2-3.3 3.4-3.3 5.8v9.9c0 2 1.1 4 2.9 5l8.8 5.1c.7.4 1.6.6 2.4.6.8 0 1.6-.2 2.3-.6l9.8-5.4c1.5-.9 2.5-2.5 2.5-4.2V58.1c.1-1.6-.8-3.1-2.2-3.9zm-3.8 9.7c0 3.9-.7 5.1-2.2 6.7-1.5 1.6-3.5 2.3-5.9 2.3-2.2 0-4-.8-5.6-2.2-1.7-1.5-3-3.9-3-6.6 0-2.6 1-4.9 2.7-6.5 1.5-1.5 3.8-2.4 6.1-2.4 2.8 0 5.7 1.3 7.5 4L85 61.3c-1.1-2.1-2.7-2.8-5.1-2.8-2.6-.1-5.4 2.4-5.2 5.6.1 1.8 1 5 5.1 5.5 2.2.3 4.6-2 4.6-3.2h-4v-3.1h7.7v.6zM62.2 58c0-1.6-.8-3-2.2-3.8l-9.7-5.7c-1.7-1-3.7-1-5.4.1l-8.2 5.1c-1.9 1.2-3 3.2-3 5.4v10.2c0 2 1.1 3.9 2.8 4.9l8.8 5.1c.8.4 1.6.7 2.5.7.8 0 1.6-.2 2.4-.6l9.6-5.3c1.6-.9 2.6-2.6 2.6-4.5L62.2 58zm-7.9 7c0 2.1-.1 3.5-.3 4.4-.2.8-.5 1.6-1 2.2-.5.6-1.1 1.1-1.9 1.4-.8.3-1.8.5-3.1.5-1.6 0-2.7-.2-3.5-.6-.8-.4-1.4-.9-1.9-1.5s-.8-1.2-.9-1.9c-.2-1-.3-2.5-.3-4.4V56h3.5v9.3c0 1.5 0 2.4.1 2.9.1.7.4 1.2.9 1.6.5.4 1.1.5 2.1.5.9 0 1.2-.2 1.7-.5.5-.4.8-.8.8-1.4.1-.6.3-1.6.3-2.9V56h3.5v9zM28.3 54.3l-9.5-5.5c-1.7-1-3.8-1-5.5.1l-8.5 5.3C3 55.2 2 57 2 59v10.8c0 2 1.1 3.8 2.8 4.8l8.7 5c.8.5 1.7.7 2.6.7.9 0 1.8-.2 2.5-.7l9.4-5.3c1.6-.9 2.6-2.6 2.6-4.5V58.4c.1-1.7-.9-3.3-2.3-4.1zm-5.4 18.4h-3.6v-7.5h-6v7.5H9.7V55.4h3.6v6.3h6v-6.3h3.6v17.3z"/></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="#FF4088" d="M110,26.1L73.3,4.8C66.7,1,58.6,1.1,52.1,5.1L19.2,25.4c-6.5,4.1-10.4,11-10.4,18.7v41.4 c0,7.6,4.1,14.7,10.7,18.5L53,123.3c3.1,1.8,6.5,2.7,10,2.7c3.4,0,6.8-0.9,9.8-2.6l36.4-20.5c6.2-3.5,10-10.1,10-17.2V42 C119.2,35.5,115.7,29.4,110,26.1z M52.5,67.9v29H38.6V30.5h13.9v24.2h23V30.5h13.9v66.4H75.5v-29H52.5z"/></svg>

After

Width:  |  Height:  |  Size: 398 B

BIN
icons/hugo/hugo.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="#000" d="M2,47.6h10.5v32.9H2V47.6z M61.8,47.6H43.8V58h7.5v22.4h10.5V58h7.5V47.6H61.8z M90.1,47.6H72.2V58h7.5v22.4h10.5V58h7.5 V47.6H90.1z M118.5,47.6h-17.9V58h7.5v22.4h10.5V58h7.5V47.6H118.5z M40.8,58V47.6H16.9v32.9h10.5v-9h9V61h-9v-3H40.8z"/></svg>

After

Width:  |  Height:  |  Size: 324 B

BIN
icons/ifttt/ifttt.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="#000" d="M29.2 63H28c-.5 5.1-1.2 11.3-10 11.3h-4c-2.3 0-2.4-.3-2.4-2V45.8c0-1.7 0-2.4 4.7-2.4h1.6v-1.5c-1.9.1-6.3.1-8.4.1-1.9 0-5.8 0-7.5-.1v1.5h1.1c3.8 0 3.9.5 3.9 2.3v26.1c0 1.8-.1 2.3-3.9 2.3H2v1.5h25.8L29.2 63z"/><path fill="#000" d="M28.3 41.8c-.2-.6-.3-.8-.9-.8s-.8.2-1 .8l-8 20.3c-.3.8-.9 2.4-4 2.4v1.2h7.7v-1.2c-1.5 0-2.5-.7-2.5-1.7 0-.2 0-.3.1-.7l1.7-4.3h9.9l2 5.1c.1.2.2.4.2.6 0 1-1.9 1-2.8 1v1.2h9.8v-1.2h-.7c-2.3 0-2.6-.3-2.9-1.3l-8.6-21.4zm-1.9 3.6 4.4 11.3h-8.9l4.5-11.3z"/><path fill="#000" d="M68.2 42.2H37.9L37 53.3h1.2c.7-8 1.4-9.7 9-9.7.9 0 2.2 0 2.7.1 1 .2 1 .7 1 1.9v26.1c0 1.7 0 2.4-5.2 2.4h-2v1.5c2-.1 7.1-.1 9.4-.1s7.4 0 9.5.1v-1.5h-2c-5.2 0-5.2-.7-5.2-2.4v-26c0-1 0-1.7.9-1.9.5-.1 1.9-.1 2.8-.1 7.5 0 8.2 1.6 8.9 9.7h1.2l-1-11.2z"/><path fill="#000" d="M94.9 74.2h-1.2c-1.2 7.6-2.4 11.3-10.9 11.3h-6.6c-2.3 0-2.4-.3-2.4-2V70.2h4.4c4.8 0 5.4 1.6 5.4 5.8h1.2V62.9h-1.2c0 4.2-.5 5.8-5.4 5.8h-4.4v-12c0-1.6.1-2 2.4-2h6.4c7.6 0 8.9 2.7 9.7 9.7h1.2l-1.4-11.2H64.2v1.5h1.1c3.8 0 3.9.5 3.9 2.3v26c0 1.8-.1 2.3-3.9 2.3h-1.1V87h28.6l2.1-12.8z"/><path fill="#000" d="m109.9 56.6 6.8-10c1-1.6 2.7-3.2 7.2-3.2v-1.5H112v1.5c2 0 3.1 1.1 3.1 2.3 0 .5-.1.6-.4 1.1l-5.7 8.4-6.4-9.6c-.1-.1-.3-.5-.3-.7 0-.6 1.1-1.4 3.2-1.5v-1.5c-1.7.1-5.3.1-7.2.1-1.5 0-4.6 0-6.5-.1v1.5h.9c2.7 0 3.7.3 4.6 1.7l9.1 13.8-8.1 12c-.7 1-2.2 3.3-7.2 3.3v1.5H103v-1.5c-2.3 0-3.1-1.4-3.1-2.3 0-.4.1-.6.5-1.2l7-10.4 7.9 11.9c.1.2.2.4.2.5 0 .6-1.1 1.4-3.2 1.5v1.5c1.7-.1 5.4-.1 7.2-.1 2.1 0 4.4 0 6.5.1v-1.5h-.9c-2.6 0-3.6-.2-4.7-1.8l-10.5-15.8z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
icons/latex/latex.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"><defs><linearGradient id="right_01" gradientUnits="userSpaceOnUse" x1="94.2518" y1="60.3007" x2="82.5715" y2="55.3951" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0.09" stop-color="#1A5964"/><stop offset="0.3" stop-color="#137078"/><stop offset="0.5" stop-color="#0E8085"/><stop offset="0.66" stop-color="#0C858A"/><stop offset="1" stop-color="#0A8B8F"/></linearGradient><linearGradient id="right_02" gradientUnits="userSpaceOnUse" x1="93.2697" y1="84.1291" x2="118.425" y2="68.1731" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0" stop-color="#079EA0"/><stop offset="0.43" stop-color="#14878E"/><stop offset="1" stop-color="#256A77"/></linearGradient><linearGradient id="right_03" gradientUnits="userSpaceOnUse" x1="103.4839" y1="116.443" x2="103.4839" y2="31.1815" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0" stop-color="#B4B4B4"/><stop offset="0.8" stop-color="#03ABAB"/><stop offset="1" stop-color="#137980"/></linearGradient><linearGradient id="right_04" gradientUnits="userSpaceOnUse" x1="60.1752" y1="83.0595" x2="122.8026" y2="95.2684" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0" stop-color="#0F5D64"/><stop offset="0.1" stop-color="#097A7E"/><stop offset="0.23" stop-color="#049395"/><stop offset="0.34" stop-color="#01A3A3"/><stop offset="0.43" stop-color="#00A8A8"/><stop offset="1" stop-color="#4EBCC1"/></linearGradient><linearGradient id="left_01" gradientUnits="userSpaceOnUse" x1="3.1217" y1="71.0541" x2="33.3691" y2="88.5612" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0" stop-color="#00A9A9"/><stop offset="0.65" stop-color="#049496"/><stop offset="1" stop-color="#088286"/></linearGradient><linearGradient id="left_02" gradientUnits="userSpaceOnUse" x1="13.0475" y1="54.9502" x2="37.6869" y2="56.3138" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0" stop-color="#20626E"/><stop offset="1" stop-color="#069D9F"/></linearGradient><linearGradient id="left_03" gradientUnits="userSpaceOnUse" x1="45.099" y1="125.9596" x2="41.2332" y2="46.7428" gradientTransform="matrix(1 0 0 -1 0 130)"><stop offset="0" stop-color="#99CBD2"/><stop offset="0.9" stop-color="#498F93"/><stop offset="1" stop-color="#2E7B7D"/></linearGradient></defs><path id="right_01" fill="url(#right_01)" d="M92,99.2h2.5V40l-4.9,7.4v46.1L92,99.2z"/><path id="right_02" fill="url(#right_02)" d="M92,99.2V41.7l18.9-36.2h4.1v44.4L96.9,99.2H92"/><path id="right_03" fill="url(#right_03)" d="M115,99.2H92c2.4-4.7,11.6-24,15.6-39.5c7-27.2,7.4-47.7,7.4-47.7V99.2z"/><path id="right_04" fill="url(#right_04)" d="M115,5.5H84.6l-21.4,51l9,24.7H73c0.3,0,0.8-0.2,1.6-1.6C78.1,73.2,115,5.5,115,5.5z"/><path id="left_01" fill="url(#left_01)" d="M13,99.8l2.5-0.6l22.2-40.3V45.8L15.5,7.1L13,5.8V99.8z"/><path id="left_02" fill="url(#left_02)" d="M37.7,48.3c-1.9,5.7-6.5,19.4-11.2,28.2C18.1,92.7,13,99.8,13,99.8s19.5,1.6,24.7-4.7V49.1C37.7,49.1,37.7,49.6,37.7,48.3z"/><path id="left_03" fill="url(#left_03)" d="M54.1,79.5c0.8,1.5,1.3,1.6,1.6,1.6H73c0.2-0.2,0.3-0.3,0.3-0.6c-0.1-0.3-0.2-0.7-0.3-1.1L42.6,3L13,5.8C13,5.8,50.6,73.1,54.1,79.5z"/><path fill="#149B9A" d="M61,106l-5,14l-5-14h-4v19l3,0v-14l5,14h2l5-14v14h3v-19H61z M99.5,106L93,117v8h-3v-8l-6.4-11H87 l4.5,8l4.5-8H99.5z M109.9,120l1.5,5l3.6,0l-6-19h-5l-6,19l3.5,0l1.5-5C106.5,120,106.5,120,109.9,120z M103.9,117.3l2.7-8.9 l2.6,8.9C106.5,117.3,106.5,117.3,103.9,117.3z M79.9,120l1.5,5l3.6,0l-6-19h-5l-6,19l3.5,0l1.5-5C76.5,120,76.5,120,79.9,120z M73.9,117.3l2.7-8.9l2.6,8.9C76.5,117.3,76.5,117.3,73.9,117.3L73.9,117.3z"/></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><defs><linearGradient id="right_01" gradientUnits="userSpaceOnUse" x1="100.7769" y1="85.0937" x2="86.5761" y2="91.0579"><stop offset="0.09" stop-color="#1A5964"/><stop offset="0.3" stop-color="#137078"/><stop offset="0.5" stop-color="#0E8085"/><stop offset="0.66" stop-color="#0C858A"/><stop offset="1" stop-color="#0A8B8F"/></linearGradient><linearGradient id="right_02" gradientUnits="userSpaceOnUse" x1="99.581" y1="56.1226" x2="130.1662" y2="75.5228"><stop offset="0" stop-color="#079EA0"/><stop offset="0.43" stop-color="#14878E"/><stop offset="1" stop-color="#256A77"/></linearGradient><linearGradient id="right_03" gradientUnits="userSpaceOnUse" x1="112" y1="16.8353" x2="112" y2="120.4973"><stop offset="0" stop-color="#B4B4B4"/><stop offset="0.8" stop-color="#03ABAB"/><stop offset="1" stop-color="#137980"/></linearGradient><linearGradient id="right_04" gradientUnits="userSpaceOnUse" x1="59.3487" y1="57.417" x2="135.4853" y2="42.5746"><stop offset="0" stop-color="#0F5D64"/><stop offset="0.1" stop-color="#097A7E"/><stop offset="0.23" stop-color="#049395"/><stop offset="0.34" stop-color="#01A3A3"/><stop offset="0.43" stop-color="#00A8A8"/><stop offset="1" stop-color="#4EBCC1"/></linearGradient><linearGradient id="left_01" gradientUnits="userSpaceOnUse" x1="-10.0026" y1="72.0328" x2="26.7723" y2="50.7476"><stop offset="0" stop-color="#00A9A9"/><stop offset="0.65" stop-color="#049496"/><stop offset="1" stop-color="#088286"/></linearGradient><linearGradient id="left_02" gradientUnits="userSpaceOnUse" x1="2.06" y1="91.6427" x2="32.0141" y2="89.985"><stop offset="0" stop-color="#20626E"/><stop offset="1" stop-color="#069D9F"/></linearGradient><linearGradient id="left_03" gradientUnits="userSpaceOnUse" x1="41.0357" y1="5.2656" x2="36.3356" y2="101.5784"><stop offset="0" stop-color="#99CBD2"/><stop offset="0.9" stop-color="#498F93"/><stop offset="1" stop-color="#2E7B7D"/></linearGradient></defs><path fill="url(#right_01)" d="M98,121h3V49l-6,9v56C95,114,98,121,98,121z"/><path fill="url(#right_02)" d="M98,121V51l23-44h5v54l-22,60H98"/><path fill="url(#right_03)" d="M126,121H98c2.9-5.7,14.1-29.2,19-48c8.5-33.1,9-58,9-58V121z"/><path fill="url(#right_04)" d="M126,7L89,7L63,69l11,30h1c0.4,0,1-0.3,2-2C81.1,89.4,126,7,126,7z"/><path fill="url(#left_01)" d="M2,121.7l3-0.7l27-49V56L5,9L2,7.4V121.7z"/><path fill="url(#left_02)" d="M32,59.1c-2.3,6.9-7.9,23.6-13.6,34.3C8.2,113,2,121.7,2,121.7s23.7,2,30-5.7V60C32,60,32,60.6,32,59.1z"/><path fill="url(#left_03)" d="M52,97c1,1.8,1.6,2,2,2h21c0.2-0.2,0.4-0.4,0.4-0.7c-0.1-0.4-0.2-0.9-0.4-1.3L38,4L2,7.4C2,7.4,47.7,89.2,52,97z"/></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#149B9A" d="M92,99.2h23V5.5l-30.4,0l-20,48c0,0,1.9,4.8,3.5,9.6c2.4,7.5,5.1,16.4,5.1,16.4l-1.6,1.6H73 c0.3,0,0.8-0.2,1.6-1.6C78,73.3,110.9,12,110.9,12s-4.2,10.2-10.8,22.9c-5.4,10.3-10.6,19.8-10.6,19.8v38.6L92,99.2 c0,0,0.2-0.5,0.8-2.5c4.4-11,8.3-22.2,11.5-33.7c5.9-21.1,9-39.5,9-39.5c-1.5,13.6-4,27.1-7.6,40.3c-3.2,11.4-7.6,22.4-12.9,32.9 C92.2,98.5,92,99.2,92,99.2z"/><path fill="#149B9A" d="M73,81.1H55.8c-0.3,0-0.8-0.2-1.6-1.6C50.6,73.1,15.5,9.6,15.5,9.6s5.7,13.5,11.2,23.2 c5.2,9.2,9.3,16.7,9.3,16.7c-2.7,8.6-6,17-9.8,25.2c-4.2,8.9-11.5,22.1-11.5,22.1c4.3-6.5,8.3-13.2,11.9-20.2 c6-11.4,10.3-25.9,10.3-25.9l0.8,1.6v42.8c-5.2,6.4-24.7,4.7-24.7,4.7v-94L42.6,3L73,79.5V81.1z"/><path fill="#149B9A" d="M61,106l-5,14l-5-14h-4v19l3,0v-14l5,14h2l5-14v14h3v-19H61z M99.5,106L93,117v8h-3v-8l-6.4-11H87 l4.5,8l4.5-8H99.5z M109.9,120l1.5,5l3.6,0l-6-19h-5l-6,19l3.5,0l1.5-5C106.5,120,106.5,120,109.9,120z M103.9,117.3l2.7-8.9 l2.6,8.9C106.5,117.3,106.5,117.3,103.9,117.3z M79.9,120l1.5,5l3.6,0l-6-19h-5l-6,19l3.5,0l1.5-5C76.5,120,76.5,120,79.9,120z M73.9,117.3l2.7-8.9l2.6,8.9C76.5,117.3,76.5,117.3,73.9,117.3L73.9,117.3z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#149B9A" d="M98,121h28V7L89,6.986,64.626,65.362s2.3,5.781,4.227,11.71C71.8,86.145,75,97,75,97l-2,2h2c0.4,0,.969-0.255,2-2,4.073-7.553,44-82,44-82s-5.074,12.43-13.162,27.878C101.3,55.376,95,67,95,67v47l3,7s0.216-.659,1-3a396.842,396.842,0,0,0,14-40.928C120.125,51.452,124,29,124,29a316.851,316.851,0,0,1-9.273,49.009A219.928,219.928,0,0,1,99,118C98.291,120.124,98,121,98,121Z"/><path fill="#149B9A" d="M75,99H54c-0.4,0-.958-0.218-2-2C47.681,89.233,5,12,5,12s6.982,16.412,13.6,28.224c6.285,11.224,11.273,20.3,11.273,20.3a260.346,260.346,0,0,1-11.9,30.6C12.866,101.955,4,118,4,118A276.023,276.023,0,0,0,18.439,93.466C25.677,79.607,31,62,31,62l1,2v52c-6.3,7.77-30,5.727-30,5.727V7.435L38,4,75,97v2Z"/></svg>

After

Width:  |  Height:  |  Size: 778 B

BIN
icons/maya/maya.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="#EE4C2C" d="M17.9,55.7l-1.7,1.7c2.7,2.7,2.7,7.2,0,9.9C13.5,70,9,70,6.4,67.2c-2.7-2.7-2.7-7.2,0-9.9l0,0l4.4-4.4l0.6-0.6 l0,0v-3.3l-6.6,6.6c-3.7,3.7-3.7,9.6,0,13.2s9.6,3.7,13.2,0C21.6,65.2,21.6,59.4,17.9,55.7z"/><circle fill="#EE4C2C" cx="14.6" cy="54.1" r="1.2"/><path fill="#000" d="M34.9,64.1h-2.8v7.3h-2.1V50.7c0,0,4.9,0,5.2,0c5.4,0,8,2.7,8,6.4C43.2,61.7,40,64.1,34.9,64.1z M35.1,52.8 c-0.2,0-3,0-3,0v9.5l2.9-0.1c3.9-0.1,6-1.6,6-4.8C41.1,54.4,38.9,52.8,35.1,52.8z"/><path fill="#000" d="M52.7,71.3l-1.2,3.3c-1.4,3.7-2.8,4.7-4.9,4.7c-1.1,0-2-0.3-2.9-0.7l0.6-1.9c0.7,0.4,1.5,0.7,2.3,0.7c1.1,0,2-0.6,3.1-3.5 l1-2.7l-5.9-14.9H47l4.7,12.5l4.7-12.5h2.1L52.7,71.3z"/><path fill="#000" d="M65.5,52.8v18.7h-2.1V52.8h-7.3v-2h16.6v2C72.7,52.8,65.5,52.8,65.5,52.8z"/><path fill="#000" d="M78.8,71.8c-4.2,0-7.3-3.1-7.3-7.9s3.2-8,7.5-8c4.3,0,7.3,3.1,7.3,7.9C86.2,68.6,83,71.8,78.8,71.8z M78.8,57.8 c-3.2,0-5.3,2.5-5.3,6.1c0,3.7,2.1,6.2,5.3,6.2s5.3-2.5,5.3-6.1C84.2,60.2,82.1,57.8,78.8,57.8z"/><path fill="#000" d="M91.4,71.4h-2.1V56.3l2.1-0.5V59c1-1.9,2.4-3.2,4.4-3.2c1,0,1.9,0.3,2.7,0.7l-0.5,1.9c-0.7-0.4-1.5-0.7-2.3-0.7 c-1.6,0-3.1,1.2-4.3,3.9V71.4L91.4,71.4z"/><path fill="#000" d="M106.5,71.8c-4.6,0-7.4-3.3-7.4-7.9c0-4.7,3.1-8,7.4-8c1.8,0,3.4,0.5,4.7,1.3l-0.5,1.8c-1.1-0.8-2.6-1.2-4.2-1.2 c-3.3,0-5.3,2.4-5.3,6c0,3.7,2.1,6.1,5.3,6.1c1.5,0,3.1-0.5,4.2-1.2l0.5,1.9C109.9,71.3,108.3,71.8,106.5,71.8z"/><path fill="#000" d="M123.9,71.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8,0-3.4,0.9-4.7,2.1v11.5h-2.1V49.2l2.1-0.5c0,0,0,9.5,0,9.6 c1.6-1.6,3.6-2.4,5.3-2.4c2.9,0,4.7,1.9,4.7,5.2v10.3L123.9,71.4L123.9,71.4z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#EE4C2C" d="M100.1,38.3l-9.2,9.2c15.1,15.1,15.1,39.4,0,54.3c-15.1,15.1-39.4,15.1-54.3,0c-15.1-15.1-15.1-39.4,0-54.3 l0,0l24-24l3.4-3.4l0,0V2L27.8,38.2c-20.1,20.1-20.1,52.6,0,72.8s52.6,20.1,72.4,0C120.3,90.8,120.3,58.5,100.1,38.3z"/><ellipse fill="#EE4C2C" transform="matrix(1.850903e-02 -0.9998 0.9998 1.850903e-02 51.1568 110.9081)" cx="82.1" cy="29.4" rx="6.7" ry="6.7"/></svg>

After

Width:  |  Height:  |  Size: 454 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#EE4C2C" d="M17.9,55.7l-1.7,1.7c2.7,2.7,2.7,7.2,0,9.9C13.5,70,9,70,6.4,67.2c-2.7-2.7-2.7-7.2,0-9.9l0,0l4.4-4.4l0.6-0.6 l0,0v-3.3l-6.6,6.6c-3.7,3.7-3.7,9.6,0,13.2s9.6,3.7,13.2,0C21.6,65.2,21.6,59.4,17.9,55.7z"/><circle fill="#EE4C2C" cx="14.6" cy="54.1" r="1.2"/><path fill="#EE4C2C" d="M34.9,64.1h-2.8v7.3h-2.1V50.7c0,0,4.9,0,5.2,0c5.4,0,8,2.7,8,6.4C43.2,61.7,40,64.1,34.9,64.1z M35.1,52.8 c-0.2,0-3,0-3,0v9.5l2.9-0.1c3.9-0.1,6-1.6,6-4.8C41.1,54.4,38.9,52.8,35.1,52.8z"/><path fill="#EE4C2C" d="M52.7,71.3l-1.2,3.3c-1.4,3.7-2.8,4.7-4.9,4.7c-1.1,0-2-0.3-2.9-0.7l0.6-1.9c0.7,0.4,1.5,0.7,2.3,0.7c1.1,0,2-0.6,3.1-3.5 l1-2.7l-5.9-14.9H47l4.7,12.5l4.7-12.5h2.1L52.7,71.3z"/><path fill="#EE4C2C" d="M65.5,52.8v18.7h-2.1V52.8h-7.3v-2h16.6v2C72.7,52.8,65.5,52.8,65.5,52.8z"/><path fill="#EE4C2C" d="M78.8,71.8c-4.2,0-7.3-3.1-7.3-7.9s3.2-8,7.5-8c4.3,0,7.3,3.1,7.3,7.9C86.2,68.6,83,71.8,78.8,71.8z M78.8,57.8 c-3.2,0-5.3,2.5-5.3,6.1c0,3.7,2.1,6.2,5.3,6.2s5.3-2.5,5.3-6.1C84.2,60.2,82.1,57.8,78.8,57.8z"/><path fill="#EE4C2C" d="M91.4,71.4h-2.1V56.3l2.1-0.5V59c1-1.9,2.4-3.2,4.4-3.2c1,0,1.9,0.3,2.7,0.7l-0.5,1.9c-0.7-0.4-1.5-0.7-2.3-0.7 c-1.6,0-3.1,1.2-4.3,3.9V71.4L91.4,71.4z"/><path fill="#EE4C2C" d="M106.5,71.8c-4.6,0-7.4-3.3-7.4-7.9c0-4.7,3.1-8,7.4-8c1.8,0,3.4,0.5,4.7,1.3l-0.5,1.8c-1.1-0.8-2.6-1.2-4.2-1.2 c-3.3,0-5.3,2.4-5.3,6c0,3.7,2.1,6.1,5.3,6.1c1.5,0,3.1-0.5,4.2-1.2l0.5,1.9C109.9,71.3,108.3,71.8,106.5,71.8z"/><path fill="#EE4C2C" d="M123.9,71.4v-9.8c0-2.7-1.1-3.8-3.2-3.8c-1.8,0-3.4,0.9-4.7,2.1v11.5h-2.1V49.2l2.1-0.5c0,0,0,9.5,0,9.6 c1.6-1.6,3.6-2.4,5.3-2.4c2.9,0,4.7,1.9,4.7,5.2v10.3L123.9,71.4L123.9,71.4z"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icons/pytorch/pytorch.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="#CF0A2C" d="M83.1,80.5c-4.7-0.1-8.8,3.4-9.3,8.1c0,0.2,0.1,0.3,0.3,0.3c0,0,0,0,0,0h18c0.2,0,0.3-0.1,0.3-0.3c0,0,0,0,0,0 C92,83.8,87.9,80.2,83.1,80.5z"/><path fill="#CF0A2C" d="M121.7,19.9l-38.4,43c-0.4,0.5-1.2,0.5-1.7,0.1c0,0,0,0-0.1-0.1L62.1,42.8c-0.4-0.4-0.4-1-0.1-1.5l6.5-8.3 c0.4-0.5,1.1-0.7,1.6-0.3c0.1,0.1,0.2,0.1,0.2,0.2l11,12.1c0.4,0.5,1.2,0.5,1.7,0.1c0,0,0.1-0.1,0.1-0.1l30.7-41.7 c0.3-0.4,0.2-0.9-0.2-1.2c-0.1-0.1-0.3-0.1-0.5-0.2H5.7C5.2,2,4.8,2.4,4.8,2.9v122.2c0,0.5,0.4,0.9,0.9,0.9h116.6 c0.5,0,0.9-0.4,0.9-0.9V20.5c0-0.5-0.4-0.8-0.8-0.8C122.1,19.6,121.9,19.7,121.7,19.9z M37.9,112.4c-7.7,0.3-15.2-2.3-20.9-7.4 c-0.4-0.4-0.5-1-0.1-1.5l4.5-6.4c0.4-0.5,1.1-0.6,1.6-0.3c0,0,0.1,0.1,0.1,0.1c4.2,3.9,9.6,6,15.3,6c6,0,8.9-2.8,8.9-5.7 c0-9.1-29.5-2.8-29.5-22.1c0-8.5,7.4-15.6,19.4-15.6c6.9-0.2,13.7,2.1,19.1,6.5c0.4,0.4,0.5,1.1,0.1,1.5l-4.7,6.2 c-0.4,0.5-1.1,0.6-1.6,0.2c0,0,0,0,0,0c-4-3.2-8.9-4.9-14-4.8c-4.7,0-7.3,2.1-7.3,5.1c0,8.1,29.4,2.7,29.4,21.8 C58.3,105.3,51.6,112.4,37.9,112.4z M102.2,94.6c0,0.6-0.5,1-1,1h0H74.3c-0.2,0-0.3,0.1-0.3,0.3c0,0,0,0,0,0 c0.9,5.2,5.6,8.8,10.9,8.5c3.4-0.1,6.6-1.1,9.3-3.1c0.4-0.3,1.1-0.3,1.4,0.2c0,0,0,0,0.1,0.1l3.3,4.8c0.3,0.4,0.2,1-0.2,1.4 c-4.3,3.2-9.6,4.8-14.9,4.6c-11.6,0-20.3-7.8-20.3-20c-0.3-10.7,8.1-19.6,18.8-19.9c0.3,0,0.6,0,0.9,0c11.3,0,19.1,8.5,19.1,20.9 L102.2,94.6z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
icons/selenium/selenium.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="#FFF" d="m8.1 67.1-6.1.6c.4 1.6 1.2 2.8 2.4 3.6 1.2.9 3.3 1.3 6.3 1.3 2.1 0 3.7-.3 4.9-.8 1.2-.5 2.1-1.2 2.7-2.1.6-.9.8-1.8.8-2.8 0-.9-.3-1.8-.8-2.6S17 62.9 16 62.5c-1-.4-2.5-.8-4.6-1-1.4-.2-2.2-.4-2.6-.6-.4-.2-.6-.5-.6-.9s.2-.7.5-.9c.3-.3.8-.4 1.5-.4s1.3.2 1.8.5c.4.2.6.6.8 1.2l5.9-.6c-.4-1.1-.9-1.9-1.5-2.6-.6-.6-1.4-1.1-2.3-1.4-.9-.3-2.3-.4-4.3-.4-1.8 0-3.3.2-4.4.6-1.1.4-1.9 1-2.6 1.8-.6.8-.9 1.7-.9 2.8 0 1 .3 1.9.9 2.6.6.8 1.3 1.3 2.1 1.6.8.3 2.3.7 4.5 1.1 1.4.3 2.3.5 2.7.6.5.2.7.6.7 1.1 0 .4-.2.7-.5 1-.5.4-1.1.5-1.9.5-.8 0-1.4-.2-1.8-.5-.7-.3-1-.8-1.3-1.5zM37.7 64c0-4.7 3.8-8.6 9.1-8.6s9.1 3.8 9.1 8.6-3.8 8.6-9.1 8.6c-5.2 0-9.1-3.8-9.1-8.6zm32.5 0c0-4.8 3.9-8.6 9.2-8.6 2.5 0 4.4.6 5.5 1.1h.1v4.1l-.2-.1c-1.1-.5-2.7-1.1-5-1.1-1.6 0-2.8.5-3.6 1.3-.8.8-1.3 1.9-1.3 3.1 0 2.4 1.7 4.5 4.7 4.5.5 0 1.1-.1 1.6-.2v-4.2h4.5v7.2h-.1c-1.6.8-3.9 1.2-6 1.2-5.6.3-9.4-3.5-9.4-8.3zm-49.4-8.2h4.6V62h5.9v-6.2H36v16.5h-4.7v-6.5h-5.9v6.5h-4.6V55.8zm35.5 0H70v3.8h-4.5v12.7h-4.7V59.6h-4.5v-3.8zm31.4 0H94c2 0 3.8.5 5 1.4 1.3 1 2 2.4 2 4.2 0 2.3-1.2 3.9-3 4.7l3.5 6.1h-4.9L93.9 67h-1.6v5.3h-4.6V55.8zm15.3 0h4.6v16.5H103V55.8zm7.4 0h5.8c3 0 5.4.9 7.1 2.3 1.7 1.5 2.6 3.5 2.6 5.9 0 2.4-.9 4.5-2.6 5.9-1.7 1.5-4.1 2.3-7.1 2.3h-5.9V55.8zm-63.5 3.8c-2.7 0-4.5 2.1-4.5 4.5s1.8 4.5 4.5 4.5 4.4-2 4.4-4.5-1.8-4.5-4.4-4.5zm45.3 0v3.8h2c.6 0 1.2-.1 1.5-.4.4-.3.6-.8.6-1.5s-.2-1.1-.6-1.4c-.4-.3-.9-.5-1.5-.5h-2zm22.8 8.9h1.2c1.7 0 3-.5 3.8-1.3.9-.8 1.3-1.9 1.3-3.1 0-1.2-.4-2.3-1.3-3.1-.9-.8-2.1-1.3-3.8-1.3H115v8.8z"/></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"><circle fill="#000" cx="64" cy="64" r="62"/><path fill="#FFF" d="m36 70.7-15.4 1.5c.9 3.9 2.9 7 6.1 9.2 3.1 2.1 8.4 3.2 15.9 3.2 5.2 0 9.4-.7 12.5-2 3-1.3 5.3-3.1 6.7-5.4 1.4-2.3 2.1-4.6 2.1-7 0-2.4-.7-4.5-2-6.5s-3.3-3.5-5.8-4.6c-2.5-1.1-6.4-1.9-11.6-2.5-3.4-.4-5.6-.9-6.7-1.4-1-.5-1.5-1.3-1.5-2.3 0-.9.4-1.7 1.2-2.3.8-.6 2.1-.9 3.9-.9 1.7 0 3.2.4 4.4 1.2.9.6 1.5 1.6 1.9 2.9l14.8-1.5c-1-2.7-2.3-4.8-3.9-6.4-1.5-1.6-3.5-2.8-5.8-3.5-2.3-.8-5.9-1.1-10.8-1.1-4.6 0-8.3.5-11 1.5-2.7 1-4.9 2.4-6.4 4.4-1.6 2-2.3 4.3-2.3 7 0 2.5.7 4.7 2.2 6.7 1.4 2 3.2 3.3 5.3 4.1 2.1.8 5.9 1.7 11.3 2.7 3.6.6 5.9 1.2 6.7 1.6 1.2.6 1.7 1.5 1.7 2.7 0 1-.4 1.9-1.3 2.5-1.2.9-2.8 1.4-4.9 1.4-1.9 0-3.4-.4-4.6-1.2-1.2-.8-2.1-2.1-2.7-4zM67.1 62.5c0-12.3 9.7-22.2 23.2-22.2 6.3 0 11 1.5 13.9 2.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8-4 0-7.1 1.4-9.2 3.5-2.1 2.1-3.2 5-3.2 8.1 0 6.3 4.4 11.7 11.8 11.7 1.4 0 2.9-.2 4-.4V62.8h11.2v18.5l-.2.1c-4.1 2-9.7 3.2-15 3.2-13.9.1-23.5-9.6-23.5-22.1z"/></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"><path fill="#000" d="M64 2C29.8 2 2 29.8 2 64s27.8 62 62 62 62-27.8 62-62S98.2 2 64 2zm-2.4 75.2c-1.4 2.2-3.7 4-6.7 5.4-3.1 1.3-7.2 2-12.5 2-7.4 0-12.7-1.1-15.9-3.2-3.2-2.2-5.2-5.2-6.1-9.2L36 70.7c.6 1.9 1.5 3.2 2.7 4 1.1.8 2.7 1.2 4.6 1.2 2.1 0 3.7-.5 4.9-1.4.9-.7 1.3-1.5 1.3-2.5 0-1.2-.6-2-1.8-2.7-.8-.4-3.1-1-6.7-1.6-5.4-1-9.2-1.9-11.3-2.7-2.1-.8-3.9-2.2-5.3-4.1-1.4-1.9-2.2-4.2-2.2-6.6 0-2.7.8-5.1 2.3-7 1.6-2 3.7-3.5 6.4-4.4 2.7-1 6.4-1.5 11-1.5 4.9 0 8.4.4 10.8 1.1 2.3.8 4.2 1.9 5.8 3.5 1.5 1.6 2.8 3.7 3.8 6.4l-14.8 1.5c-.4-1.3-1-2.3-1.9-2.9-1.2-.8-2.7-1.2-4.5-1.2-1.8 0-3 .3-3.8.9-.8.7-1.2 1.4-1.2 2.3 0 1 .5 1.8 1.5 2.3 1 .5 3.2 1 6.7 1.4 5.2.6 9 1.4 11.6 2.5 2.5 1.1 4.5 2.6 5.8 4.5 1.3 2 2 4.1 2 6.5s-.7 4.8-2.1 7zm44.3 4.1-.2.1c-4.1 2-9.7 3.2-15 3.2-14 0-23.6-9.7-23.6-22.1 0-12.3 9.7-22.2 23.2-22.2 6.3 0 11 1.5 13.9 2.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8-4 0-7.1 1.3-9.2 3.5-2.1 2.1-3.2 5-3.2 8.1 0 6.3 4.4 11.7 11.8 11.7 1.4 0 2.9-.2 4-.4V62.8h11.2v18.5z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
icons/shotgrid/shotgrid.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="#3498DB" d="M51.7,72l-3.2-6.2L45.2,72h-3.5l5-7.9l-4.5-7.9h3.6l2.9,6l3.2-6h3.3L50.5,64l4.7,8H51.7z M63.1,72 v-1.7h0c-0.9,1.4-2.1,2-3.7,2c-1.2,0-2.2-0.3-2.9-1c-0.7-0.7-1.1-1.6-1.1-2.7c0-2.4,1.4-3.8,4.1-4.1l3.6-0.5 c0-1.7-0.8-2.6-2.4-2.6c-1.5,0-2.9,0.5-4.1,1.4v-2.5c0.5-0.3,1.1-0.5,2-0.8c0.9-0.2,1.7-0.3,2.4-0.3c3.2,0,4.8,1.6,4.8,4.9V72 H63.1L63.1,72z M60.5,66.3c-0.8,0.1-1.4,0.3-1.8,0.6c-0.3,0.3-0.5,0.8-0.5,1.4c0,0.5,0.2,0.9,0.6,1.3c0.4,0.3,0.9,0.5,1.5,0.5 c0.8,0,1.5-0.3,2.1-0.9c0.5-0.6,0.8-1.3,0.8-2.2v-1.1L60.5,66.3L60.5,66.3z M83.9,72v-7.1c0-1.2-0.2-2-0.5-2.6 c-0.4-0.6-1-0.9-1.9-0.9c-0.7,0-1.4,0.3-1.9,1c-0.5,0.7-0.8,1.5-0.8,2.5v7H76v-7.3c0-2.1-0.8-3.2-2.5-3.2c-0.8,0-1.4,0.3-1.9,1 c-0.5,0.6-0.7,1.5-0.7,2.5v7h-2.8V59.5h2.8v1.9h0c0.9-1.5,2.2-2.2,4-2.2c0.8,0,1.6,0.2,2.2,0.7c0.6,0.4,1.1,1,1.4,1.8 c1-1.6,2.4-2.5,4.2-2.5c2.7,0,4.1,1.7,4.1,5.1V72H83.9L83.9,72z M96.1,72v-1.7h0c-0.9,1.4-2.1,2-3.7,2c-1.2,0-2.2-0.3-2.9-1 c-0.7-0.7-1.1-1.6-1.1-2.7c0-2.4,1.4-3.8,4.1-4.1l3.6-0.5c0-1.7-0.8-2.6-2.4-2.6c-1.5,0-2.9,0.5-4.1,1.4v-2.5 c0.5-0.3,1.1-0.5,2-0.8c0.9-0.2,1.7-0.3,2.4-0.3c3.2,0,4.8,1.6,4.8,4.9V72H96.1L96.1,72z M93.4,66.3c-0.8,0.1-1.4,0.3-1.8,0.6 c-0.3,0.3-0.5,0.8-0.5,1.4c0,0.5,0.2,0.9,0.6,1.3c0.4,0.3,0.9,0.5,1.5,0.5c0.8,0,1.5-0.3,2.1-0.9c0.5-0.6,0.8-1.3,0.8-2.2v-1.1 L93.4,66.3L93.4,66.3z M108.3,62.2c-0.5-0.3-1-0.4-1.6-0.4c-0.8,0-1.5,0.4-2,1.1c-0.5,0.7-0.8,1.6-0.8,2.7V72h-2.8V59.5h2.8v2.4h0 c0.6-1.8,1.7-2.7,3.2-2.7c0.5,0,0.9,0.1,1.1,0.2L108.3,62.2L108.3,62.2z M111.1,56.7c-0.5,0-0.9-0.2-1.2-0.5 c-0.3-0.3-0.5-0.7-0.5-1.2c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.7-0.5,1.2-0.5c0.5,0,0.9,0.2,1.2,0.5c0.3,0.3,0.5,0.7,0.5,1.2 c0,0.5-0.2,0.8-0.5,1.2C112,56.5,111.6,56.7,111.1,56.7z M109.7,72V59.5h2.8V72H109.7z M123.2,72v-7c0-2.3-0.8-3.5-2.5-3.5 c-0.8,0-1.5,0.3-2.1,1c-0.6,0.6-0.8,1.4-0.8,2.4V72h-2.8V59.5h2.8v2h0c0.9-1.5,2.3-2.3,4.1-2.3c2.8,0,4.2,1.7,4.2,5.1V72H123.2 L123.2,72z M11.1,49.9c-0.9,0-1.7,0.5-2.1,1.2L2.3,62.8c-0.4,0.7-0.4,1.7,0,2.5L9,76.9c0.4,0.7,1.3,1.2,2.1,1.2h13.4 c0.9,0,1.7-0.5,2.1-1.2l6.7-11.7c0.4-0.7,0.4-1.7,0-2.5l-6.7-11.7c-0.4-0.7-1.3-1.2-2.1-1.2H11.1z M11.3,56.7 C11.3,56.7,11.3,56.7,11.3,56.7h2.4c0.1,0,0.2,0.1,0.3,0.2l3.9,7c0,0,0,0.1,0,0.1c0,0,0-0.1,0-0.1l3.9-7c0.1-0.1,0.2-0.2,0.3-0.2 h2.3c0.2,0,0.4,0.3,0.3,0.4L20.8,64l3.8,6.9c0.1,0.2-0.1,0.5-0.3,0.5h-2.3c-0.1,0-0.2-0.1-0.3-0.2l-3.9-7c0,0,0-0.1,0-0.1 c0,0,0,0.1,0,0.1l-3.9,7c0,0.1-0.1,0.2-0.3,0.2h-2.3c-0.2,0-0.4-0.3-0.3-0.5l3.8-6.9l-3.8-6.9C11,57,11.1,56.7,11.3,56.7 L11.3,56.7z"/></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#3498DB" d="M37.8,9c-3.4,0-6.6,1.9-8.3,4.8L3.2,59.2c-1.7,3-1.7,6.6,0,9.6l26.2,45.4c1.8,2.9,4.9,4.8,8.3,4.8h52.4 c3.4,0,6.6-1.9,8.3-4.8l26.2-45.4c1.7-3,1.7-6.6,0-9.6L98.5,13.8C96.8,10.9,93.6,9,90.2,9H37.8z M38.3,35.6h9.3c0.4,0,0.8,0.2,1,0.6 l15.3,27.3c0.1,0.1,0.1,0.3,0.1,0.4c0-0.2,0.1-0.3,0.1-0.4l15.3-27.3c0.2-0.4,0.6-0.6,1-0.6h9c0.7,0.1,1.2,0.7,1.1,1.4 c0,0.1,0,0.2-0.1,0.4L75.6,64l15,26.7c0.3,0.6,0,1.4-0.6,1.6c-0.1,0.1-0.3,0.1-0.4,0.1h-9.1c-0.4,0-0.8-0.2-1-0.6L64.1,64.5 c-0.1-0.1-0.1-0.3-0.1-0.4c0,0.2-0.1,0.3-0.1,0.4L48.5,91.8c-0.2,0.4-0.6,0.6-1,0.6h-9c-0.7-0.1-1.2-0.7-1.1-1.3 c0-0.1,0.1-0.3,0.1-0.4l15-26.7l-15-26.7c-0.3-0.6,0-1.3,0.6-1.6C38.1,35.6,38.2,35.6,38.3,35.6L38.3,35.6z"/></svg>

After

Width:  |  Height:  |  Size: 771 B

BIN
icons/xamarin/xamarin.eps Normal file

Binary file not shown.

View File

@@ -0,0 +1,119 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<linearGradient id="background" gradientUnits="userSpaceOnUse" x1="63.947" y1="114.165" x2="63.947" y2="13.784"><stop offset="0" stop-color="#1578e4"/><stop offset="1" stop-color="#00c3f2"/></linearGradient>
<path d="M35.7 13.8h56.5c12.1 0 21.9 9.8 21.9 21.9v56.5c0 12.1-9.8 21.9-21.9 21.9H35.7c-12.1 0-21.9-9.8-21.9-21.9V35.7c0-12.1 9.8-21.9 21.9-21.9z" fill="url(#background)"/>
<path fill="#FFF" d="M90.5 19.2H37.4c-10.1 0-18.3 8.2-18.3 18.3v53.1c0 10.1 8.2 18.3 18.3 18.3h53.1c10.1 0 18.3-8.2 18.3-18.3V37.4c0-10.1-8.2-18.2-18.3-18.2zm16.8 71.6c0 9.2-7.4 16.6-16.6 16.6H37.2c-9.1 0-16.6-7.4-16.6-16.6V37.2c0-9.2 7.4-16.6 16.6-16.6h53.6c9.1 0 16.6 7.4 16.6 16.6v53.6z"/>
<path d="M64.1 22.8c-22.6 0-41 18.4-41 41s18.4 41 41 41c22.7 0 41-18.4 41-41s-18.4-41-41-41zm0 81.4c-22.3 0-40.4-18.1-40.4-40.4s18.1-40.4 40.4-40.4c22.3 0 40.4 18.1 40.4 40.4s-18.1 40.4-40.4 40.4z" fill="#69c5f3"/>
<path d="M64.1 31.2c-18.1 0-32.7 14.6-32.7 32.7S46 96.5 64.1 96.5s32.7-14.6 32.7-32.7-14.7-32.6-32.7-32.6zm0 64.6c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.4 32-32 32z" fill="#68c5f4"/>
<path fill="#FFF" d="M32.8 71.3h62.4c2.6 0 4.6 2.1 4.6 4.6 0 2.6-2.1 4.6-4.6 4.6H32.8c-2.6 0-4.6-2.1-4.6-4.6-.1-2.5 2-4.6 4.6-4.6z"/>
<path d="M32.6 72.2h62.6c2 0 3.7 1.6 3.7 3.7v.1c0 2-1.6 3.7-3.7 3.7H32.6c-2 0-3.7-1.6-3.7-3.7v-.2c.1-2 1.7-3.6 3.7-3.6z" fill="#0a93e9"/>
<path d="M31.1 79.3h65.7l.5-.3H30.6l.5.3z" fill="#1694ea"/>
<path d="M29.6 78.1h68.6l.2-.3h-69l.2.3z" fill="#319dec"/>
<path d="M29 76.2h69.9v-.4H29v.4z" fill="#65b1ee"/>
<path d="M29.7 73.7h68.6l.1.2.1.2h-69l.1-.2.1-.2z" fill="#8ec6f3"/>
<path d="M31.2 72.5h65.6l.3.1.3.2H30.6l.3-.2.3-.1z" fill="#95caf3"/>
<linearGradient id="donut_bottom_lat_9" gradientUnits="userSpaceOnUse" x1="94.037" y1="79.666" x2="94.037" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M93.4 72.2h-.5s1.7 1.2 1.7 3.9c0 2.5-1.7 3.6-1.7 3.6h.5s1.7-.8 1.7-3.6c0-3-1.7-3.9-1.7-3.9z" fill="url(#donut_bottom_lat_9)"/>
<linearGradient id="donut_bottom_lat_8" gradientUnits="userSpaceOnUse" x1="89.042" y1="79.666" x2="89.042" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M88.6 72.2h-.5s1.5 1.4 1.5 3.9c0 2.2-1.5 3.6-1.5 3.6h.5s1.5-1.1 1.5-3.6c-.1-2.7-1.5-3.9-1.5-3.9z" fill="url(#donut_bottom_lat_8)"/>
<linearGradient id="donut_bottom_lat_7" gradientUnits="userSpaceOnUse" x1="63.947" y1="79.666" x2="63.947" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M63.7 72.2h.5v7.5h-.5v-7.5z" fill="url(#donut_bottom_lat_7)"/>
<linearGradient id="donut_bottom_lat_6" gradientUnits="userSpaceOnUse" x1="58.952" y1="79.666" x2="58.952" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M58.8 72.2h.5s-.2 1.9-.2 3.9c0 1.8.2 3.6.2 3.6h-.5s-.2-1.8-.2-3.6c0-2 .2-3.9.2-3.9z" fill="url(#donut_bottom_lat_6)"/>
<linearGradient id="donut_bottom_lat_5" gradientUnits="userSpaceOnUse" x1="53.958" y1="79.666" x2="53.958" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M54 72.2h.5s-.5 1.9-.5 3.9c0 1.8.5 3.6.5 3.6H54s-.5-1.8-.5-3.6c0-2 .5-3.9.5-3.9z" fill="url(#donut_bottom_lat_5)"/>
<linearGradient id="donut_bottom_lat_4" gradientUnits="userSpaceOnUse" x1="48.963" y1="79.666" x2="48.963" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M49.1 72.2h.5s-.7 1.9-.7 3.9c0 1.8.7 3.6.7 3.6h-.5s-.7-1.8-.7-3.6c0-2 .7-3.9.7-3.9z" fill="url(#donut_bottom_lat_4)"/>
<linearGradient id="donut_bottom_lat_3" gradientUnits="userSpaceOnUse" x1="43.968" y1="79.666" x2="43.968" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M44.2 72.2h.5s-1 1.6-1 3.9c0 2 1 3.6 1 3.6h-.5s-1-1.6-1-3.6c0-2.3 1-3.9 1-3.9z" fill="url(#donut_bottom_lat_3)"/>
<linearGradient id="donut_bottom_lat_2" gradientUnits="userSpaceOnUse" x1="38.852" y1="79.666" x2="38.852" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M39.3 72.2h.5s-1.5 1.4-1.5 3.9c0 2.2 1.5 3.6 1.5 3.6h-.5s-1.5-1.1-1.5-3.6c.1-2.7 1.5-3.9 1.5-3.9z" fill="url(#donut_bottom_lat_2)"/>
<linearGradient id="donut_bottom_lat_1" gradientUnits="userSpaceOnUse" x1="33.857" y1="79.666" x2="33.857" y2="72.184"><stop offset="0" stop-color="#1492e7"/><stop offset="1" stop-color="#dbedfb"/></linearGradient>
<path d="M34.5 72.2h.5s-1.7 1.2-1.7 3.9c0 2.5 1.7 3.6 1.7 3.6h-.5s-1.7-.8-1.7-3.6c0-3 1.7-3.9 1.7-3.9z" fill="url(#donut_bottom_lat_1)"/>
<path fill="#FFF" d="m62 34.1 31.2 54c1.3 2.2.5 5-1.7 6.3-2.2 1.3-5 .5-6.3-1.7L54 38.7c-1.3-2.2-.5-5 1.7-6.3 2.2-1.3 5-.5 6.3 1.7z"/>
<linearGradient id="border_right_bg" gradientUnits="userSpaceOnUse" x1="73.58" y1="94.25" x2="73.58" y2="32.642"><stop offset="0" stop-color="#1285e7"/><stop offset="1" stop-color="#00b5ef"/></linearGradient>
<path d="m61.2 34.5 31.3 54.2c1 1.7.4 4-1.3 5l-.2.1c-1.7 1-4 .4-5-1.3L54.7 38.2c-1-1.7-.4-4 1.3-5l.1-.1c1.8-1 4.1-.4 5.1 1.4z" fill="url(#border_right_bg)"/>
<linearGradient id="donut_right_long_5" gradientUnits="userSpaceOnUse" x1="87.464" y1="93.978" x2="54.081" y2="36.156"><stop offset="0" stop-color="#2b90e7"/><stop offset="1" stop-color="#00b6ef"/></linearGradient>
<path d="M54.2 36.7 87 93.6l.2.1.2.1.2.1-33.4-57.8V36.7z" fill="url(#donut_right_long_5)"/>
<linearGradient id="donut_right_long_4" gradientUnits="userSpaceOnUse" x1="89.073" y1="94.327" x2="54.583" y2="34.589"><stop offset="0" stop-color="#3795ea"/><stop offset="1" stop-color="#49c4f2"/></linearGradient>
<path d="m54.5 34.8 34.3 59.4h.4L54.7 34.5l-.1.2-.1.1z" fill="url(#donut_right_long_4)"/>
<linearGradient id="donut_right_long_3" gradientUnits="userSpaceOnUse" x1="91.026" y1="93.735" x2="56.072" y2="33.193"><stop offset="0" stop-color="#3696ea"/><stop offset="1" stop-color="#90d9f6"/></linearGradient>
<path d="m55.9 33.3 35 60.5.3-.2-35-60.5-.3.2z" fill="url(#donut_right_long_3)"/>
<linearGradient id="donut_right_long_2" gradientUnits="userSpaceOnUse" x1="92.582" y1="92.332" x2="58.065" y2="32.547"><stop offset="0" stop-color="#3097ea"/><stop offset="1" stop-color="#b5e5f9"/></linearGradient>
<path d="M58.4 32.7 92.6 92l-.1.2-.1.2-34.5-59.8h.2l.3.1z" fill="url(#donut_right_long_2)"/>
<linearGradient id="donut_right_long_1" gradientUnits="userSpaceOnUse" x1="93.083" y1="90.686" x2="59.741" y2="32.936"><stop offset="0" stop-color="#3a98ea"/><stop offset="1" stop-color="#bce7fa"/></linearGradient>
<path d="M60.2 33.3 93 90.1V90.7L59.6 33l.2.1.2.1.2.1z" fill="url(#donut_right_long_1)"/>
<path fill="#3c98ea" d="m91.5 86.9-.2-.4s-.2 2-2.4 3.4c-2.1 1.3-4 .4-4 .4l.2.4s1.6 1.1 4-.4c2.4-1.4 2.4-3.4 2.4-3.4z"/>
<path fill="#3c98ea" d="m89 82.7-.2-.4s-.5 2-2.6 3.2c-1.9 1.2-3.8.6-3.8.6l.2.4s1.7.7 3.9-.6c2.2-1.3 2.5-3.2 2.5-3.2z"/>
<path d="m86.6 78.5-.2-.4s-.9 1.7-2.8 2.8c-1.7 1-3.6 1-3.6 1l.2.4s1.8 0 3.6-1c1.9-1.1 2.8-2.8 2.8-2.8z" fill="#4ca4ed"/>
<path d="m84.2 74.3-.2-.4s-1.3 1.7-3 2.6c-1.6.9-3.5 1.2-3.5 1.2l.2.4s1.9-.3 3.5-1.2c1.6-.9 3-2.6 3-2.6z" fill="#4da7ee"/>
<linearGradient id="donut_right_lat_5" gradientUnits="userSpaceOnUse" x1="67.981" y1="61.226" x2="74.457" y2="57.487"><stop offset="0" stop-color="#00a4ec"/><stop offset="1" stop-color="#b9dff6"/></linearGradient>
<path d="m74.3 57.3.2.4s-1.7.8-3.4 1.7c-1.6.9-3 2.1-3 2.1l-.2-.4s1.5-1.2 3-2.1c1.7-.9 3.4-1.7 3.4-1.7z" fill="url(#donut_right_lat_5)"/>
<linearGradient id="donut_right_lat_4" gradientUnits="userSpaceOnUse" x1="65.487" y1="56.906" x2="71.962" y2="53.167"><stop offset="0" stop-color="#00a4ec"/><stop offset="1" stop-color="#b9dff6"/></linearGradient>
<path d="m71.9 53.1.2.4s-1.9.6-3.5 1.6c-1.6.9-2.9 2.3-2.9 2.3l-.2-.4s1.3-1.4 2.9-2.3c1.6-1.1 3.5-1.6 3.5-1.6z" fill="url(#donut_right_lat_4)"/>
<path d="M67.4 49.8c1.3-.4 2.3-.6 2.3-.6l-.2-.4s-.9.1-1.9.5c-.6.2-.7.7-.2.5z" fill="#9dd4f7"/>
<linearGradient id="donut_right_lat_2" gradientUnits="userSpaceOnUse" x1="57.93" y1="43.819" x2="64.364" y2="40.105"><stop offset="0" stop-color="#00b4ef"/><stop offset="1" stop-color="#c3e9fa"/></linearGradient>
<path d="m64.6 40.5.2.4s-1.9-.5-4.1.7c-1.9 1.2-2.3 3.1-2.3 3.1l-.2-.4s.2-1.7 2.3-3c2.2-1.4 4.1-.8 4.1-.8z" fill="url(#donut_right_lat_2)"/>
<linearGradient id="donut_right_lat_1" gradientUnits="userSpaceOnUse" x1="55.424" y1="39.477" x2="61.9" y2="35.738"><stop offset="0" stop-color="#00b4ef"/><stop offset="1" stop-color="#c3e9fa"/></linearGradient>
<path d="m62.2 36.2.3.4s-2-.8-4.3.5C56 38.5 56 40.4 56 40.4l-.3-.4s-.2-1.7 2.2-3.2c2.5-1.5 4.3-.6 4.3-.6z" fill="url(#donut_right_lat_1)"/>
<path fill="#FFF" d="M55.5 71.3c8.7-15 18.7-32.4 18.7-32.4 1.3-2.2.5-5-1.7-6.3-2.2-1.3-5-.5-6.3 1.7 0 0-12.2 21.2-21.4 37h10.7zm-5.4 9.2C45.9 87.7 43 92.9 43 92.9c-1.3 2.2-4.1 3-6.3 1.7s-3-4.1-1.7-6.3c0 0 1.7-3.1 4.4-7.7 3.4-.1 9.6-.1 10.7-.1z"/>
<linearGradient id="donut_left_bg" gradientUnits="userSpaceOnUse" x1="54.566" y1="94.401" x2="54.566" y2="32.794"><stop offset="0" stop-color="#1285e7"/><stop offset="1" stop-color="#00b5ef"/></linearGradient>
<path d="M54.4 71.3c8.8-15.2 19-32.9 19-32.9 1-1.7.4-4-1.3-5l-.1-.1c-1.7-1-4-.4-5 1.3 0 0-12 20.8-21.2 36.7h8.6zm-5.3 9.2c-4 7-6.9 12-6.9 12-1 1.7-3.2 2.3-5 1.3H37c-1.7-1-2.3-3.2-1.3-5 0 0 1.9-3.3 4.8-8.3h8.6z" fill="url(#donut_left_bg)"/>
<linearGradient id="donut_left_long_5" gradientUnits="userSpaceOnUse" x1="40.681" y1="94.131" x2="74.064" y2="36.311"><stop offset="0" stop-color="#3194e9"/><stop offset="1" stop-color="#71cff4"/></linearGradient>
<path d="M54.1 71.3 74 36.9V36.3s-11 19.1-20.2 35h.3zm-5.4 9.2-7.6 13.2-.3.2-.3.1s3.4-5.9 7.8-13.5h.4z" fill="url(#donut_left_long_5)"/>
<linearGradient id="donut_left_long_4" gradientUnits="userSpaceOnUse" x1="39.063" y1="94.482" x2="73.557" y2="34.736"><stop offset="0" stop-color="#5aa6ec"/><stop offset="1" stop-color="#a2def8"/></linearGradient>
<path d="m52.6 71.3 21-36.3-.1-.2-.1-.2S61.9 54.5 52.3 71.2l.3.1zm-5.3 9.2-8 13.8h-.4s3.4-5.9 8-13.9c.2.1.4.1.4.1z" fill="url(#donut_left_long_4)"/>
<linearGradient id="donut_left_long_3" gradientUnits="userSpaceOnUse" x1="37.118" y1="93.885" x2="72.072" y2="33.343"><stop offset="0" stop-color="#66abee"/><stop offset="1" stop-color="#bee8fa"/></linearGradient>
<path d="M50.4 71.3c9.9-17.1 21.8-37.8 21.8-37.8l-.3-.2-22 38h.5zM45 80.6C40.6 88.3 37.3 94 37.3 94l-.3-.2s3.2-5.6 7.6-13.2c.2-.1.1-.1.4 0z" fill="url(#donut_left_long_3)"/>
<linearGradient id="donut_left_long_2" gradientUnits="userSpaceOnUse" x1="35.568" y1="92.482" x2="70.085" y2="32.697"><stop offset="0" stop-color="#7bb6f0"/><stop offset="1" stop-color="#b1e3f9"/></linearGradient>
<path d="M48 71.3c9.9-17.1 22.2-38.5 22.2-38.5h-.4S57.5 54.1 47.6 71.3h.4zm-5.8 9.2c-4 6.9-6.7 11.6-6.7 11.6l.1.2.1.2s2.9-5 7-12h-.5z" fill="url(#donut_left_long_2)"/>
<linearGradient id="donut_left_long_1" gradientUnits="userSpaceOnUse" x1="35.056" y1="90.872" x2="68.415" y2="33.092"><stop offset="0" stop-color="#5aa6ec"/><stop offset="1" stop-color="#afe3f9"/></linearGradient>
<path d="m46.5 71.3 22-38.1-.2.1-.2.1-.1.1S55.8 54.6 46.2 71.3h.3zm-5.3 9.2c-3.5 6.1-6 10.4-6 10.4v-.8s2.2-3.8 5.6-9.7c.2.1.2.1.4.1z" fill="url(#donut_left_long_1)"/>
<linearGradient id="donut_left_lat_12" gradientUnits="userSpaceOnUse" x1="66.362" y1="35.689" x2="72.838" y2="39.428"><stop offset="0" stop-color="#c1e7fa"/><stop offset="1" stop-color="#89d4f5"/></linearGradient>
<path d="m66 36.2-.2.4s1.8-.9 4.2.4c2.2 1.2 2.3 3.3 2.3 3.3l.2-.4s.2-1.9-2.3-3.3-4.2-.4-4.2-.4z" fill="url(#donut_left_lat_12)"/>
<linearGradient id="donut_left_lat_11" gradientUnits="userSpaceOnUse" x1="63.856" y1="40.03" x2="70.332" y2="43.768"><stop offset="0" stop-color="#c1e7fa"/><stop offset="1" stop-color="#89d4f5"/></linearGradient>
<path d="m63.6 40.5-.2.4s2-.6 4.1.6c2 1.1 2.4 3 2.4 3l.2-.4s-.2-1.8-2.4-3c-2.3-1.3-4.1-.6-4.1-.6z" fill="url(#donut_left_lat_11)"/>
<linearGradient id="donut_left_lat_10" gradientUnits="userSpaceOnUse" x1="61.273" y1="44.505" x2="67.748" y2="48.243"><stop offset="0" stop-color="#c1e7fa"/><stop offset="1" stop-color="#89d4f5"/></linearGradient>
<path d="m61.1 44.7-.2.4s1.8-.1 3.8 1.1c1.8 1 2.7 2.6 2.7 2.6l.2-.4s-.9-1.6-2.7-2.6c-1.9-1.1-3.8-1.1-3.8-1.1z" fill="url(#donut_left_lat_10)"/>
<linearGradient id="donut_left_lat_9" gradientUnits="userSpaceOnUse" x1="58.761" y1="48.855" x2="65.236" y2="52.594"><stop offset="0" stop-color="#b0dff8"/><stop offset="1" stop-color="#52bdf2"/></linearGradient>
<path d="m58.7 49-.2.4s2 .3 3.7 1.3c1.6.9 2.8 2.4 2.8 2.4l.2-.4s-1.2-1.5-2.8-2.4c-1.7-1-3.7-1.3-3.7-1.3z" fill="url(#donut_left_lat_9)"/>
<linearGradient id="donut_left_lat_8" gradientUnits="userSpaceOnUse" x1="56.25" y1="53.204" x2="62.727" y2="56.943"><stop offset="0" stop-color="#b4def8"/><stop offset="1" stop-color="#4eb5f0"/></linearGradient>
<path d="m56.2 53.2-.2.4s1.9.5 3.6 1.5c1.6.9 2.9 2.2 2.9 2.2l.2-.4s-1.3-1.3-2.9-2.2c-1.6-.9-3.6-1.5-3.6-1.5z" fill="url(#donut_left_lat_8)"/>
<linearGradient id="donut_left_lat_7" gradientUnits="userSpaceOnUse" x1="53.74" y1="57.553" x2="60.215" y2="61.291"><stop offset="0" stop-color="#b4def8"/><stop offset="1" stop-color="#4eb5f0"/></linearGradient>
<path d="m53.8 57.4-.3.4s1.8.7 3.5 1.7c1.6.9 3 2 3 2l.2-.4s-1.4-1.1-3-2c-1.6-.9-3.4-1.7-3.4-1.7z" fill="url(#donut_left_lat_7)"/>
<linearGradient id="donut_left_lat_6" gradientUnits="userSpaceOnUse" x1="51.239" y1="61.886" x2="57.713" y2="65.624"><stop offset="0" stop-color="#b5ddf8"/><stop offset="1" stop-color="#46aeee"/></linearGradient>
<path d="m51.1 62.1.2-.4 6.5 3.7-.2.4-6.5-3.7z" fill="url(#donut_left_lat_6)"/>
<linearGradient id="donut_left_lat_5" gradientUnits="userSpaceOnUse" x1="48.735" y1="66.22" x2="55.211" y2="69.959"><stop offset="0" stop-color="#96cef4"/><stop offset="1" stop-color="#46aaee"/></linearGradient>
<path d="m48.7 66.4.2-.4s1.6 1.2 3.3 2.1c1.6.9 3.2 1.6 3.2 1.6l-.2.3s-1.7-.7-3.3-1.6c-1.7-.9-3.2-2-3.2-2z" fill="url(#donut_left_lat_5)"/>
<path d="M47.1 71.3c-.5-.4-.8-.7-.8-.7l.2-.4s.6.5 1.4 1.1h-.8z" fill="#73b9f1"/>
<linearGradient id="donut_left_lat_3" gradientUnits="userSpaceOnUse" x1="42.719" y1="80.135" x2="47.681" y2="83"><stop offset="0" stop-color="#8fc1f2"/><stop offset="1" stop-color="#3193ea"/></linearGradient>
<path d="M43.2 80.5c.4.3.8.6 1.3.9 1.8 1 3.6.9 3.6.9l-.2.4s-1.8.1-3.6-.9c-.7-.4-1.3-.9-1.7-1.3h.6z" fill="url(#donut_left_lat_3)"/>
<linearGradient id="donut_left_lat_2" gradientUnits="userSpaceOnUse" x1="38.634" y1="83.717" x2="45.11" y2="87.456"><stop offset="0" stop-color="#8fc1f2"/><stop offset="1" stop-color="#3193ea"/></linearGradient>
<path d="m38.9 83.3.2-.4s.5 2 2.7 3.2c2 1.1 3.8.5 3.8.5l-.2.4s-1.6.7-3.8-.5c-2.3-1.3-2.7-3.2-2.7-3.2z" fill="url(#donut_left_lat_2)"/>
<linearGradient id="donut_left_lat_1" gradientUnits="userSpaceOnUse" x1="36.124" y1="88.063" x2="42.599" y2="91.802"><stop offset="0" stop-color="#8fc1f2"/><stop offset="1" stop-color="#3193ea"/></linearGradient>
<path d="m36.4 87.6.2-.4s.2 2.1 2.6 3.4c2.2 1.2 3.9.3 3.9.3l-.3.4s-1.5 1.1-3.9-.3c-2.5-1.4-2.5-3.4-2.5-3.4z" fill="url(#donut_left_lat_1)"/>
<linearGradient id="hammer_shadow_2" gradientUnits="userSpaceOnUse" x1="76.722" y1="64.933" x2="89.179" y2="71.008"><stop offset=".001"/><stop offset="1" stop-opacity="0"/></linearGradient>
<path d="m68.8 114.2 42.8-89.9-10.8-5.1-44.6 93.5s1.4.7 3.2 1.5h9.4z" fill="url(#hammer_shadow_2)"/>
<radialGradient id="hammer_shadow_1" cx="95.237" cy="25.132" r="16.181" fx="79.585" fy="25.974" gradientTransform="matrix(-.4494 .8933 -1.5457 -.7777 176.886 -40.4)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-opacity="0"/></radialGradient>
<path d="m94.1 13.8 20 9.5V52C107.2 48.7 61 26.7 61 26.7s3.2-6.7 6.2-12.9h26.9z" fill="url(#hammer_shadow_1)"/>
<radialGradient id="hammer_bottom" cx="51.211" cy="114.953" r="7.901" fx="51.196" fy="117.292" gradientTransform="matrix(.8979 .4402 -.2506 .5111 34.032 33.662)" gradientUnits="userSpaceOnUse"><stop offset=".417" stop-color="#0c0c12"/><stop offset="1" stop-color="#3d4651"/></radialGradient>
<path d="M44.5 110.2c-.3.6-.8 1.3-.7 2.4.1 4.1 6.8 7.9 10.7 7.9 2.7 0 3.6-1.1 4.6-3.1s-13.5-9.6-14.6-7.2z" fill="url(#hammer_bottom)"/>
<linearGradient id="hammer_metal_body" gradientUnits="userSpaceOnUse" x1="84.758" y1="39.174" x2="94.522" y2="44.149"><stop offset="0" stop-color="#344351"/><stop offset=".1" stop-color="#9697a0"/><stop offset=".181" stop-color="#8b8c95"/><stop offset=".351" stop-color="#787a83"/><stop offset=".47" stop-color="#71747d"/><stop offset=".591" stop-color="#777982"/><stop offset=".749" stop-color="#87898f"/><stop offset=".8" stop-color="#8e8f94"/><stop offset=".849" stop-color="#3d3b42"/><stop offset=".9" stop-color="#606e84"/></linearGradient>
<path d="M90.6 25.1s10.3 2.5 11.1 3.2-1.3 4.7-1.7 5.3c-3.3 4-13.6 26.1-13.6 26.1l-9.5-5.4s8.5-15.8 11.5-21.4c1.9-3.8 2.2-7.8 2.2-7.8z" fill="url(#hammer_metal_body)"/>
<linearGradient id="hammer_junction_2" gradientUnits="userSpaceOnUse" x1="117.884" y1="29.257" x2="106.863" y2="14.364"><stop offset=".27" stop-color="#262b33"/><stop offset=".45" stop-color="#74747e"/><stop offset=".54" stop-color="#b0b0bc"/><stop offset=".73" stop-color="#74747e"/></linearGradient>
<path d="M114.4 19.9c1.8 1.3 4.2 1 6.1.7 1.3-.2-.7 1.7-2.9 6.1s-2.1 4.7-2.4 4.4c-.3-.3-10.2-5.9-9.9-6.4.4-.5 2-11.4 2.8-11.1 2.9.7 3.4 4.2 6.3 6.3z" fill="url(#hammer_junction_2)"/>
<linearGradient id="hammer_junction_1" gradientUnits="userSpaceOnUse" x1="98.542" y1="30.424" x2="114.815" y2="28.322"><stop offset=".14" stop-color="#606e84"/><stop offset=".4" stop-color="#9899a5"/><stop offset=".73" stop-color="#475768"/><stop offset=".92" stop-color="#262b33"/></linearGradient>
<path d="M99 32.2c.7-1.1 3.9-7.9 9-7.9 2.3 0 6.7 5.8 7.1 6.6.3.7-.7 3.5-1.2 2.2-.6-1.5-3.1-4.7-5.8-4.7s-6.4 3.1-7.3 4.2c-.9 1-2.5.7-1.8-.4z" fill="url(#hammer_junction_1)"/>
<linearGradient id="hammer_junction_shadow" gradientUnits="userSpaceOnUse" x1="106.128" y1="31.808" x2="104.549" y2="22.854"><stop offset="0" stop-color="#101215" stop-opacity=".1"/><stop offset=".46" stop-color="#101215" stop-opacity=".7"/><stop offset=".7" stop-color="#474951"/><stop offset=".91" stop-color="#7b7d88"/></linearGradient>
<path d="M98.8 31.8c.5-.8 2.8-4.3 3.9-5.4s3.9-4 6.3-4.4c2.4-.4 4.9 4.5 4.1 5.5-.6.7-1.6-.1-2.8-1.1-1.2-.9-2-2.7-5.8.2-1.3 1-2.6 1.8-5.6 6.1-.8 1.1-.6-.1-.1-.9z" fill="url(#hammer_junction_shadow)"/>
<linearGradient id="hammer_handle" gradientUnits="userSpaceOnUse" x1="58.131" y1="81.721" x2="73.237" y2="89.154"><stop offset=".115" stop-color="#2c3952"/><stop offset=".374" stop-color="#3d414e"/><stop offset=".55" stop-color="#474a54"/><stop offset=".754" stop-color="#4e5057"/><stop offset=".892" stop-color="#323945"/><stop offset="1" stop-color="#143052"/></linearGradient>
<path d="M86.4 61c.4-.8.9-2-.2-2.9-1.2-.9-6.8-3.9-7.8-4.1-1-.2-1.8 0-2.2.7-.4.7-31.1 53.3-31.7 54.8-.6 1.5-.7 2.6.2 2.9.9.3 11.2 5.2 12.2 6.3 1 1.1 1.5-.1 1.9-.7 1.9-2.4 27.1-56.2 27.6-57z" fill="url(#hammer_handle)"/>
<linearGradient id="hammer_head_main" gradientUnits="userSpaceOnUse" x1="81.508" y1="31.679" x2="93.19" y2="6.047"><stop offset=".118" stop-color="#6d7078" stop-opacity="0"/><stop offset=".2" stop-color="#6d7078" stop-opacity=".7"/><stop offset=".34" stop-color="#35363a"/><stop offset=".374" stop-color="#1d1f22"/><stop offset=".4" stop-color="#101215"/><stop offset=".5" stop-color="#16171a"/><stop offset=".56" stop-color="#292a2e"/><stop offset=".688" stop-color="#4b4d51"/><stop offset=".807" stop-color="#63666b"/><stop offset=".915" stop-color="#72757b"/><stop offset="1" stop-color="#777a80"/></linearGradient>
<path d="M99.5 31.6c.5-.7 1.7-2.7 3.2-4.5 1-1.2 6.4-3.8 7.6-8 .7-2.3-.4-4.6-1.9-5.6-5.1-3.1-13.9-8-26.8-8-8.7 0-12.4 2.9-12.4 2.9h4.4l15.3 6 1.9 8s.2 2.7-.7 5.8c-.6 2.5-.8 4-1.7 6.5.7.3 2.3-.8 4.1-.3 1.6.4 2.6 2.6 3.7 1.3 1.9-2.5 2.5-3 3.3-4.1z" fill="url(#hammer_head_main)"/>
<linearGradient id="hammer_head_back_2" gradientUnits="userSpaceOnUse" x1="69.064" y1="16.837" x2="91.026" y2="16.837"><stop offset="0" stop-color="#4a4d56"/><stop offset="1" stop-color="#29292d"/></linearGradient>
<path d="M90.5 25.4C89.7 18 87.9 11 69.1 11.1c1.2-1.2 4.1-2.4 4.1-2.4l-4.1-.3s.6-.5 1.8-.6c11-.9 20.8 1.4 20.1 15.7-.1 2.3-.3 3.3-.5 1.9z" fill="url(#hammer_head_back_2)"/>
<linearGradient id="hammer_head_back_1" gradientUnits="userSpaceOnUse" x1="69.064" y1="11.697" x2="88.054" y2="11.697"><stop offset="0" stop-color="#767880"/><stop offset=".41" stop-color="#0c0a0b"/></linearGradient>
<path d="M69.1 11.1c1.3-.5 3.1-.8 6.5-.6 4.2.2 9.5 1.8 11.7 3.8 1.1 1 1 .2-.2-1.1-3.1-3.6-7.8-4.4-13.9-4.5-.7-.1-3 1.2-4.1 2.4z" fill="url(#hammer_head_back_1)"/>
<linearGradient id="hammer_head_front_2" gradientUnits="userSpaceOnUse" x1="116.332" y1="34.756" x2="123.707" y2="21.982"><stop offset="0" stop-color="#858997"/><stop offset=".23" stop-color="#244668"/><stop offset=".282" stop-color="#1a3249"/><stop offset=".4" stop-color="#040506"/><stop offset=".464" stop-color="#313236"/><stop offset=".546" stop-color="#65656e"/><stop offset=".607" stop-color="#868691"/><stop offset=".64" stop-color="#92929e"/></linearGradient>
<path d="m120.7 20.6 5.5 2.8s-2.1 2.8-3.8 6c-1.8 3.4-3 7.1-3 7.1l-5.3-3.2s1.3-3.6 3.2-7.1c1.5-2.9 3.4-5.6 3.4-5.6z" fill="url(#hammer_head_front_2)"/>
<path d="M126.2 23.4c.4.2-.9 3.3-2.8 6.9-1.9 3.6-3.7 6.4-4 6.2-.4-.2.9-3.3 2.8-6.9 1.8-3.6 3.6-6.4 4-6.2z" fill="#bfc0d0"/>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#069CEC" d="M67.3,108.8h23.3c10.1,0,18.3-8.2,18.3-18.3V37.4c0-2-0.3-3.8-0.9-5.6c0,0,0.1,0,0.1,0c1.3,0,2.4,2.1,2.9,3.2 c0.5,1,1.9,1.8,3.2,2.4v54.8c0,12.1-9.8,21.9-21.9,21.9H64.7C65.4,112.7,66.3,110.9,67.3,108.8z"/><path fill="#069CEC" d="M73.4,13.8c7.6,0.2,10.8,2.4,12.3,5.4H37.5c-10.1,0-18.3,8.2-18.3,18.3v53.1c0,10.1,8.2,18.3,18.3,18.3h3.8 c-0.4,1.1-0.8,2.7-0.8,3.7c0,0.6,0.2,1.1,0.4,1.7h-5.1c-12.1,0-21.9-9.8-21.9-21.9V35.7c0-12.1,9.8-21.9,21.9-21.9H73.4z"/><path fill="#069CEC" d="M89.9,106.4H68.5c3.3-6.8,7.4-15.5,11.1-23.2l5.7,9.8c1.3,2.2,4.1,3,6.3,1.7c2.2-1.3,3-4.1,1.7-6.3L84.4,73 c2.5-5.2,4.2-8.8,4.4-9.3c0.9-1.9,1.3-4.3,2.4-6.6c3-5.8,9.5-19.8,12.2-22.4c0.9-0.8,1.5-1.5,2.1-1.9c0.6,1.7,0.9,3.4,0.9,5.3v51.7 C106.4,99,99,106.4,89.9,106.4z M95.2,71.3h-8.9l5.3,9.3h3.6c2.6,0,4.6-2.1,4.6-4.6C99.8,73.4,97.8,71.3,95.2,71.3z"/><path fill="#069CEC" d="M21.6,89.8V38.1c0-9.2,7.4-16.6,16.6-16.6h48.4c0.3,1.1,0.5,2.2,0.6,3.4c0.2,1.6-2.1,6.7-2.4,7.3 c-2.2,4.4-6.8,13.1-9.3,17.5c-0.6,1.2-2.1,3-2.2,3.2c0,0-0.1,0.1-0.2,0.3l-2.2-3.8l-5.3,9.3l2.2,3.8c-1.5,2.6-3.2,5.6-5.1,8.7h-7.1 H44.8h-12c-2.6,0-4.6,2.1-4.6,4.6c0,2.6,2.1,4.6,4.6,4.6h6.7h10.7h7.1c-6.4,11-12.7,21.9-14.9,25.8h-4.2 C29.1,106.4,21.6,99,21.6,89.8z M62.1,34.3c-1.3-2.2-4.1-3-6.3-1.7c-2.2,1.3-3,4.1-1.7,6.3l3.3,5.8l5.3-9.3L62.1,34.3z M56.9,68.8 l17.3-30c1.3-2.2,0.5-5-1.7-6.3c-2.2-1.3-5-0.5-6.3,1.7l-20,34.6H56.9z M43.1,92.9l5.7-9.9H38.1L35,88.3c-1.3,2.2-0.5,5,1.7,6.3 C38.9,95.9,41.8,95.1,43.1,92.9z"/><path fill="#069CEC" d="M69.2,9.3c0-0.8,0.9-1.4,2.9-2.2c2-0.8,5.1-1.6,9.5-1.6c12.9,0,21.3,5,26.6,7.8c3.3,1.8,3.7,4.7,6.3,6.6 c1.8,1.3,4.2,1,6.1,0.7c0.1,0,0.2,0,0.2,0s5.3,2.7,5.3,2.8c0.3,0.3-0.9,3.3-2.6,6.9c-1.8,3.7-3.5,6.5-3.9,6.3 c-0.2-0.1-5.7-3.1-5.7-3.1s-0.2-1.1-0.8-1.9c-1.1-1.5-3-3.3-5.1-3.3c-2.8,0-5.7,2.4-8,5.2c-2.7,3.1-9.9,18.2-12.6,23.9 c-0.2,0.5-0.6,2.7-1,3.6c-0.8,1.8-25.3,52.8-27.5,57.3c-0.8,1.5-2.4,2.2-4.4,2.2c-4,0-10.6-3.8-10.7-7.9c0-0.6,0.4-2.3,0.7-3.1 c0.6-1.5,31.3-54.1,31.7-54.8c0.1-0.2,1.2-1.4,1.9-2.6c2.4-4.5,8.1-15,10.3-19.3c0.3-0.6,2.3-5.8,2.2-7.4 c-0.7-7.1-2.5-15-19.6-15.5C70.4,9.9,69.2,9.6,69.2,9.3z"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
icons/xcode/xcode.eps Normal file

Binary file not shown.