diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b4192405..6d5ea7c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,26 +1,37 @@ -name: Bug Report -description: Report a bug/issue that you found in the SVGs, CSS files, etc. -title: '[BUG] ' -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] ' +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? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d0815fbe..ce99b04e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,26 +1,35 @@ -name: Feature Request -description: Requesting a new feature or changes to an existing feature -title: '[FEATURE REQUEST] ' -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] ' +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? diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index 32637c14..42b9370f 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -1,26 +1,37 @@ -name: Icon Request -description: Requesting a new icon or changes to an existing icon -title: '[ICON REQUEST]: ' -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]: ' +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? diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 92c70aa4..2033b4e7 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -1,22 +1,29 @@ -name: Other -description: Use this for any other issues. Do not create blank issues -title: "[OTHER] " -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] " +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? diff --git a/.github/PULL_REQUEST_TEMPLATE/new_icon.md b/.github/PULL_REQUEST_TEMPLATE/new_icon.md index 58e458ef..4d0fc646 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_icon.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_icon.md @@ -1,17 +1,17 @@ -## Double check these details before you open a PR - - -- [] PR does not match another non-stale PR currently opened -- [] PR name matches the format *new icon: Icon name (versions separated by comma)*. 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-) - - - -**This PR closes NONE** - - -## Link to prove your SVG is correct and up-to-date. - +## Double check these details before you open a PR + + +- [ ] PR does not match another non-stale PR currently opened +- [ ] PR name matches the format *new icon: Icon name (versions separated by comma)*. 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-) + + + +**This PR closes NONE** + + +## Link to prove your SVG is correct and up-to-date. + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fec411c..9f05a4f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,7 @@

Contributing to Devicon

+ +

This guide has been converted to a Wiki! This document will eventually be removed, please use the Wiki instead.

+

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.

diff --git a/README.md b/README.md index 4fef7648..0e3b7843 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,12 @@ Add css rules in your stylesheet

Requesting icon

- When you want to request a icon please feel feel to create a issue. See our contribution guidelines for more information. + When you want to request an icon please feel free to create an issue. See our Wiki for more information.

Contributing

- We are happy for every contribution, whether it's new icons, features, or maintainers. Please have a look at our contribution guidelines 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 Wiki to see how you can contribute to this project.

Discord server

diff --git a/devicon.json b/devicon.json index 6ed756e0..521146d3 100644 --- a/devicon.json +++ b/devicon.json @@ -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"], diff --git a/docs/wiki/import_icomoon.PNG b/docs/wiki/import_icomoon.PNG new file mode 100644 index 00000000..aa6f9306 Binary files /dev/null and b/docs/wiki/import_icomoon.PNG differ diff --git a/docs/wiki/issue_form.png b/docs/wiki/issue_form.png new file mode 100644 index 00000000..13b46b18 Binary files /dev/null and b/docs/wiki/issue_form.png differ diff --git a/docs/wiki/organization_rule.PNG b/docs/wiki/organization_rule.PNG new file mode 100644 index 00000000..3a8ec5d5 Binary files /dev/null and b/docs/wiki/organization_rule.PNG differ diff --git a/docs/wiki/svg_standards.PNG b/docs/wiki/svg_standards.PNG new file mode 100644 index 00000000..4df0e4a3 Binary files /dev/null and b/docs/wiki/svg_standards.PNG differ diff --git a/icons/androidstudio/androidstudio-original-wordmark.svg b/icons/androidstudio/androidstudio-original-wordmark.svg new file mode 100644 index 00000000..b22a5efe --- /dev/null +++ b/icons/androidstudio/androidstudio-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/androidstudio/androidstudio-original.svg b/icons/androidstudio/androidstudio-original.svg new file mode 100644 index 00000000..7815fda0 --- /dev/null +++ b/icons/androidstudio/androidstudio-original.svg @@ -0,0 +1 @@ + diff --git a/icons/androidstudio/androidstudio-plain-wordmark.svg b/icons/androidstudio/androidstudio-plain-wordmark.svg new file mode 100644 index 00000000..f3b3015a --- /dev/null +++ b/icons/androidstudio/androidstudio-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/androidstudio/androidstudio-plain.svg b/icons/androidstudio/androidstudio-plain.svg new file mode 100644 index 00000000..805d05a7 --- /dev/null +++ b/icons/androidstudio/androidstudio-plain.svg @@ -0,0 +1 @@ + diff --git a/icons/androidstudio/androidstudio.eps b/icons/androidstudio/androidstudio.eps new file mode 100644 index 00000000..96478aa0 Binary files /dev/null and b/icons/androidstudio/androidstudio.eps differ diff --git a/icons/ansible/ansible-original-wordmark.svg b/icons/ansible/ansible-original-wordmark.svg new file mode 100644 index 00000000..45014b55 --- /dev/null +++ b/icons/ansible/ansible-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/ansible/ansible-original.svg b/icons/ansible/ansible-original.svg new file mode 100644 index 00000000..481ee4d8 --- /dev/null +++ b/icons/ansible/ansible-original.svg @@ -0,0 +1 @@ + diff --git a/icons/ansible/ansible-plain-wordmark.svg b/icons/ansible/ansible-plain-wordmark.svg new file mode 100644 index 00000000..5f827e10 --- /dev/null +++ b/icons/ansible/ansible-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/ansible/ansible-plain.svg b/icons/ansible/ansible-plain.svg new file mode 100644 index 00000000..53534fa6 --- /dev/null +++ b/icons/ansible/ansible-plain.svg @@ -0,0 +1 @@ + diff --git a/icons/ansible/ansible.eps b/icons/ansible/ansible.eps new file mode 100644 index 00000000..92341f10 Binary files /dev/null and b/icons/ansible/ansible.eps differ diff --git a/icons/eslint/eslint-original-wordmark.svg b/icons/eslint/eslint-original-wordmark.svg new file mode 100644 index 00000000..cde77483 --- /dev/null +++ b/icons/eslint/eslint-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/eslint/eslint-original.svg b/icons/eslint/eslint-original.svg new file mode 100644 index 00000000..27865b14 --- /dev/null +++ b/icons/eslint/eslint-original.svg @@ -0,0 +1 @@ + diff --git a/icons/eslint/eslint.eps b/icons/eslint/eslint.eps new file mode 100644 index 00000000..83bace85 Binary files /dev/null and b/icons/eslint/eslint.eps differ diff --git a/icons/grafana/grafana-original-wordmark.svg b/icons/grafana/grafana-original-wordmark.svg new file mode 100644 index 00000000..2bea7c15 --- /dev/null +++ b/icons/grafana/grafana-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/grafana/grafana-original.svg b/icons/grafana/grafana-original.svg new file mode 100644 index 00000000..4e23f509 --- /dev/null +++ b/icons/grafana/grafana-original.svg @@ -0,0 +1 @@ + diff --git a/icons/grafana/grafana.eps b/icons/grafana/grafana.eps new file mode 100644 index 00000000..1a4df198 Binary files /dev/null and b/icons/grafana/grafana.eps differ diff --git a/icons/hugo/hugo-original-wordmark.svg b/icons/hugo/hugo-original-wordmark.svg new file mode 100644 index 00000000..03c79b09 --- /dev/null +++ b/icons/hugo/hugo-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/hugo/hugo-original.svg b/icons/hugo/hugo-original.svg new file mode 100644 index 00000000..dac03b9f --- /dev/null +++ b/icons/hugo/hugo-original.svg @@ -0,0 +1 @@ + diff --git a/icons/hugo/hugo-plain-wordmark.svg b/icons/hugo/hugo-plain-wordmark.svg new file mode 100644 index 00000000..deeb2cb3 --- /dev/null +++ b/icons/hugo/hugo-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/hugo/hugo-plain.svg b/icons/hugo/hugo-plain.svg new file mode 100644 index 00000000..30240a86 --- /dev/null +++ b/icons/hugo/hugo-plain.svg @@ -0,0 +1 @@ + diff --git a/icons/hugo/hugo.eps b/icons/hugo/hugo.eps new file mode 100644 index 00000000..3d226444 Binary files /dev/null and b/icons/hugo/hugo.eps differ diff --git a/icons/ifttt/ifttt-original.svg b/icons/ifttt/ifttt-original.svg new file mode 100644 index 00000000..e1950d27 --- /dev/null +++ b/icons/ifttt/ifttt-original.svg @@ -0,0 +1 @@ + diff --git a/icons/ifttt/ifttt.eps b/icons/ifttt/ifttt.eps new file mode 100644 index 00000000..4aec3ec6 Binary files /dev/null and b/icons/ifttt/ifttt.eps differ diff --git a/icons/latex/latex-original.svg b/icons/latex/latex-original.svg new file mode 100644 index 00000000..cdf7816f --- /dev/null +++ b/icons/latex/latex-original.svg @@ -0,0 +1 @@ + diff --git a/icons/latex/latex.eps b/icons/latex/latex.eps new file mode 100644 index 00000000..5db7c70d Binary files /dev/null and b/icons/latex/latex.eps differ diff --git a/icons/maya/maya-original-wordmark.svg b/icons/maya/maya-original-wordmark.svg new file mode 100644 index 00000000..e2d81a55 --- /dev/null +++ b/icons/maya/maya-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/maya/maya-original.svg b/icons/maya/maya-original.svg new file mode 100644 index 00000000..ce48b446 --- /dev/null +++ b/icons/maya/maya-original.svg @@ -0,0 +1 @@ + diff --git a/icons/maya/maya-plain-wordmark.svg b/icons/maya/maya-plain-wordmark.svg new file mode 100644 index 00000000..795232f3 --- /dev/null +++ b/icons/maya/maya-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/maya/maya-plain.svg b/icons/maya/maya-plain.svg new file mode 100644 index 00000000..e068211b --- /dev/null +++ b/icons/maya/maya-plain.svg @@ -0,0 +1 @@ + diff --git a/icons/maya/maya.eps b/icons/maya/maya.eps new file mode 100644 index 00000000..969cba20 Binary files /dev/null and b/icons/maya/maya.eps differ diff --git a/icons/pytorch/pytorch-original-wordmark.svg b/icons/pytorch/pytorch-original-wordmark.svg new file mode 100644 index 00000000..9bb62cc3 --- /dev/null +++ b/icons/pytorch/pytorch-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/pytorch/pytorch-original.svg b/icons/pytorch/pytorch-original.svg new file mode 100644 index 00000000..3f75131f --- /dev/null +++ b/icons/pytorch/pytorch-original.svg @@ -0,0 +1 @@ + diff --git a/icons/pytorch/pytorch-plain-wordmark.svg b/icons/pytorch/pytorch-plain-wordmark.svg new file mode 100644 index 00000000..996051b2 --- /dev/null +++ b/icons/pytorch/pytorch-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/pytorch/pytorch.eps b/icons/pytorch/pytorch.eps new file mode 100644 index 00000000..7f5263c4 Binary files /dev/null and b/icons/pytorch/pytorch.eps differ diff --git a/icons/selenium/selenium-original.svg b/icons/selenium/selenium-original.svg new file mode 100644 index 00000000..a3ca1d65 --- /dev/null +++ b/icons/selenium/selenium-original.svg @@ -0,0 +1 @@ + diff --git a/icons/selenium/selenium.eps b/icons/selenium/selenium.eps new file mode 100644 index 00000000..f7eb6f9e Binary files /dev/null and b/icons/selenium/selenium.eps differ diff --git a/icons/shotgrid/shotgrid-original-wordmark.svg b/icons/shotgrid/shotgrid-original-wordmark.svg new file mode 100644 index 00000000..14291d69 --- /dev/null +++ b/icons/shotgrid/shotgrid-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/shotgrid/shotgrid-original.svg b/icons/shotgrid/shotgrid-original.svg new file mode 100644 index 00000000..e48ec2fa --- /dev/null +++ b/icons/shotgrid/shotgrid-original.svg @@ -0,0 +1 @@ + diff --git a/icons/shotgrid/shotgrid-plain.svg b/icons/shotgrid/shotgrid-plain.svg new file mode 100644 index 00000000..9049307f --- /dev/null +++ b/icons/shotgrid/shotgrid-plain.svg @@ -0,0 +1 @@ + diff --git a/icons/shotgrid/shotgrid.eps b/icons/shotgrid/shotgrid.eps new file mode 100644 index 00000000..3aa1654c Binary files /dev/null and b/icons/shotgrid/shotgrid.eps differ diff --git a/icons/xamarin/xamarin-original-wordmark.svg b/icons/xamarin/xamarin-original-wordmark.svg new file mode 100644 index 00000000..1c1a4300 --- /dev/null +++ b/icons/xamarin/xamarin-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/xamarin/xamarin-original.svg b/icons/xamarin/xamarin-original.svg new file mode 100644 index 00000000..3099ae9c --- /dev/null +++ b/icons/xamarin/xamarin-original.svg @@ -0,0 +1 @@ + diff --git a/icons/xamarin/xamarin.eps b/icons/xamarin/xamarin.eps new file mode 100644 index 00000000..7b32ad10 Binary files /dev/null and b/icons/xamarin/xamarin.eps differ diff --git a/icons/xcode/xcode-original.svg b/icons/xcode/xcode-original.svg new file mode 100644 index 00000000..bc983163 --- /dev/null +++ b/icons/xcode/xcode-original.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/xcode/xcode-plain.svg b/icons/xcode/xcode-plain.svg new file mode 100644 index 00000000..d84991a7 --- /dev/null +++ b/icons/xcode/xcode-plain.svg @@ -0,0 +1 @@ + diff --git a/icons/xcode/xcode.eps b/icons/xcode/xcode.eps new file mode 100644 index 00000000..d5cfaaa6 Binary files /dev/null and b/icons/xcode/xcode.eps differ