diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..741883dd4
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+
+[**.json]
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+
+[**.svg]
+trim_trailing_whitespace = false
\ No newline at end of file
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index bee231c1f..a27a5912d 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,132 +1 @@
-# Contributor Covenant Code of Conduct
-
-## Our Pledge
-
-We as members, contributors, and leaders pledge to make participation in our
-community a harassment-free experience for everyone, regardless of age, body
-size, visible or invisible disability, ethnicity, sex characteristics, gender
-identity and expression, level of experience, education, socio-economic status,
-nationality, personal appearance, race, caste, color, religion, or sexual
-identity and orientation.
-
-We pledge to act and interact in ways that contribute to an open, welcoming,
-diverse, inclusive, and healthy community.
-
-## Our Standards
-
-Examples of behavior that contributes to a positive environment for our
-community include:
-
-* Demonstrating empathy and kindness toward other people
-* Being respectful of differing opinions, viewpoints, and experiences
-* Giving and gracefully accepting constructive feedback
-* Accepting responsibility and apologizing to those affected by our mistakes,
- and learning from the experience
-* Focusing on what is best not just for us as individuals, but for the overall
- community
-
-Examples of unacceptable behavior include:
-
-* The use of sexualized language or imagery, and sexual attention or advances of
- any kind
-* Trolling, insulting or derogatory comments, and personal or political attacks
-* Public or private harassment
-* Publishing others' private information, such as a physical or email address,
- without their explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
- professional setting
-
-## Enforcement Responsibilities
-
-Community leaders are responsible for clarifying and enforcing our standards of
-acceptable behavior and will take appropriate and fair corrective action in
-response to any behavior that they deem inappropriate, threatening, offensive,
-or harmful.
-
-Community leaders have the right and responsibility to remove, edit, or reject
-comments, commits, code, wiki edits, issues, and other contributions that are
-not aligned to this Code of Conduct, and will communicate reasons for moderation
-decisions when appropriate.
-
-## Scope
-
-This Code of Conduct applies within all community spaces, and also applies when
-an individual is officially representing the community in public spaces.
-Examples of representing our community include using an official e-mail address,
-posting via an official social media account, or acting as an appointed
-representative at an online or offline event.
-
-## Enforcement
-
-Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported to the community leaders responsible for enforcement at
-info@devicon.dev.
-All complaints will be reviewed and investigated promptly and fairly.
-
-All community leaders are obligated to respect the privacy and security of the
-reporter of any incident.
-
-## Enforcement Guidelines
-
-Community leaders will follow these Community Impact Guidelines in determining
-the consequences for any action they deem in violation of this Code of Conduct:
-
-### 1. Correction
-
-**Community Impact**: Use of inappropriate language or other behavior deemed
-unprofessional or unwelcome in the community.
-
-**Consequence**: A private, written warning from community leaders, providing
-clarity around the nature of the violation and an explanation of why the
-behavior was inappropriate. A public apology may be requested.
-
-### 2. Warning
-
-**Community Impact**: A violation through a single incident or series of
-actions.
-
-**Consequence**: A warning with consequences for continued behavior. No
-interaction with the people involved, including unsolicited interaction with
-those enforcing the Code of Conduct, for a specified period of time. This
-includes avoiding interactions in community spaces as well as external channels
-like social media. Violating these terms may lead to a temporary or permanent
-ban.
-
-### 3. Temporary Ban
-
-**Community Impact**: A serious violation of community standards, including
-sustained inappropriate behavior.
-
-**Consequence**: A temporary ban from any sort of interaction or public
-communication with the community for a specified period of time. No public or
-private interaction with the people involved, including unsolicited interaction
-with those enforcing the Code of Conduct, is allowed during this period.
-Violating these terms may lead to a permanent ban.
-
-### 4. Permanent Ban
-
-**Community Impact**: Demonstrating a pattern of violation of community
-standards, including sustained inappropriate behavior, harassment of an
-individual, or aggression toward or disparagement of classes of individuals.
-
-**Consequence**: A permanent ban from any sort of public interaction within the
-community.
-
-## Attribution
-
-This Code of Conduct is adapted from the [Contributor Covenant][homepage],
-version 2.1, available at
-[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
-
-Community Impact Guidelines were inspired by
-[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
-
-For answers to common questions about this code of conduct, see the FAQ at
-[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
-[https://www.contributor-covenant.org/translations][translations].
-
-[homepage]: https://www.contributor-covenant.org
-[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
-[Mozilla CoC]: https://github.com/mozilla/diversity
-[FAQ]: https://www.contributor-covenant.org/faq
-[translations]: https://www.contributor-covenant.org/translations
+# The Code of Conduct has been moved to the official [Wiki page](https://github.com/devicons/devicon/wiki/Code-of-Conduct).
diff --git a/README.md b/README.md
index 0e3b7843a..b22868ba0 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
-
+
@@ -51,7 +51,7 @@
Getting started
Requesting icon
Contributing
- Discord server
+ Discord community
develop vs master
Stale pull requests
Go build yourself
@@ -95,9 +95,9 @@ yarn add devicon
```
- If you don't want to use a package manager you can also download
+ If you don't want to use a package manager, you can also download
and include devicon.min.css next to the font files to your project.
- See devicon.dev for details about how to add devicon to your project via
+ See devicon.dev for details about how to add Devicon to your project via
a CDN.
@@ -136,7 +136,8 @@ yarn add devicon
```
-Add css rules in your stylesheet
+Add CSS rules in your stylesheet.
+
```css
.devicon-devicon-plain {
max-width: 2em;
@@ -154,7 +155,7 @@ Add css rules in your stylesheet
```
-
Requesting icon
+Requesting an icon
When you want to request an icon please feel free to create an issue. See our Wiki for more information.
@@ -164,9 +165,9 @@ Add css rules in your stylesheet
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
+
-We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ.
+We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join today: https://discord.gg/hScy8KWACQ.
Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.
@@ -207,7 +208,7 @@ After a pull request has been open for over 30 days with no activity or response
by yourself.
Prerequisites
-Install gulp (and gulp plugins)
+Install gulp (and gulp plugins)
```bash
npm install
diff --git a/devicon.json b/devicon.json
index 76d0eac64..4178192c9 100644
--- a/devicon.json
+++ b/devicon.json
@@ -25,7 +25,7 @@
{
"name": "adonisjs",
"altnames": [
- "adonis"
+ "adonis"
],
"tags": [
"nodejs",
@@ -387,7 +387,7 @@
},
"color": "#e25a1c",
"aliases": []
- },
+ },
{
"name": "appcelerator",
"altnames": [],
@@ -441,21 +441,21 @@
"name": "appwrite",
"altnames": [],
"tags": [
- "cloud",
- "platform",
+ "cloud",
+ "platform",
"server"
],
"versions": {
- "svg": [
- "original",
- "original-wordmark",
- "plain",
- "plain-wordmark"
- ],
- "font": [
- "plain",
- "plain-wordmark"
- ]
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
},
"color": "#f02e65",
"aliases": [
@@ -536,6 +536,29 @@
"color": "#ef7b4d",
"aliases": []
},
+ {
+ "name": "astro",
+ "altnames": [],
+ "tags": [
+ "static site generator",
+ "framework",
+ "web-development"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#ff5d01",
+ "aliases": []
+ },
{
"name": "atom",
"altnames": [],
@@ -690,9 +713,9 @@
},
{
"name": "ballerina",
- "altnames": [
- "bal"
- ],
+ "altnames": [
+ "bal"
+ ],
"tags": [
"java",
"cloud",
@@ -740,14 +763,14 @@
},
"color": "#1068e2",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -814,14 +837,14 @@
},
"color": "#205081",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -899,10 +922,13 @@
"altnames": [
"bulmacss"
],
- "tags": ["css", "framework"],
+ "tags": [
+ "css",
+ "framework"
+ ],
"versions": {
- "svg": ["plain"],
- "font": ["plain"]
+ "svg": [ "plain" ],
+ "font": [ "plain" ]
},
"color": "#00d1b2",
"aliases": []
@@ -1082,10 +1108,19 @@
{
"name": "circleci",
"altnames": [],
- "tags": ["integration", "platform"],
+ "tags": [
+ "integration",
+ "platform"
+ ],
"versions": {
- "svg": ["plain", "plain-wordmark"],
- "font": ["plain", "plain-wordmark"]
+ "svg": [
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
},
"color": "#343434",
"aliases": []
@@ -1095,11 +1130,16 @@
"altnames": [],
"tags": [
"jetbrains",
- "editor"
+ "editor",
+ "c",
+ "c++",
+ "cpp",
+ "cplusplus"
],
"versions": {
"svg": [
"original",
+ "original-wordmark",
"plain",
"plain-wordmark"
],
@@ -1108,7 +1148,7 @@
"plain-wordmark"
]
},
- "color": "#000000",
+ "color": "#21d789",
"aliases": []
},
{
@@ -1252,16 +1292,16 @@
},
{
"name": "codeac",
- "altnames": [
+ "altnames": [
"codeacio"
],
"tags": [
- "platform",
- "integration"
- ],
+ "platform",
+ "integration"
+ ],
"versions": {
- "svg": ["original"],
- "font": ["original"]
+ "svg": [ "original" ],
+ "font": [ "original" ]
},
"color": "#005096",
"aliases": []
@@ -1269,10 +1309,13 @@
{
"name": "codecov",
"altnames": [],
- "tags": ["platform", "integration"],
+ "tags": [
+ "platform",
+ "integration"
+ ],
"versions": {
- "svg": ["plain"],
- "font": ["plain"]
+ "svg": [ "plain" ],
+ "font": [ "plain" ]
},
"color": "#e0225c",
"aliases": []
@@ -1406,14 +1449,14 @@
},
"color": "#205081",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -1697,6 +1740,30 @@
"color": "#21d789",
"aliases": []
},
+ {
+ "name": "dataspell",
+ "altnames": [],
+ "tags": [
+ "jetbrains",
+ "ide",
+ "jupyter notebook",
+ "data science"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#087cfa",
+ "aliases": []
+ },
{
"name": "dbeaver",
"altnames": [],
@@ -2007,27 +2074,41 @@
"aliases": []
},
{
- "name": "eleventy",
- "altnames": [
- "11ty"
- ],
- "tags": ["ssg", "static site generator"],
- "versions": {
- "svg": ["original", "plain"],
- "font": ["plain"]
- },
- "color": "#1f1f1f",
- "aliases": []
+ "name": "eleventy",
+ "altnames": [
+ "11ty"
+ ],
+ "tags": [
+ "ssg",
+ "static site generator"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [ "plain" ]
+ },
+ "color": "#1f1f1f",
+ "aliases": []
},
{
"name": "elixir",
"altnames": [
"elexirlang"
],
- "tags": ["language"],
+ "tags": [ "language" ],
"versions": {
- "svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
- "font": ["plain", "plain-wordmark"]
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
},
"color": "#380A4D",
"aliases": []
@@ -2075,15 +2156,26 @@
"aliases": []
},
{
- "name": "embeddedc",
- "altnames": [],
- "tags": ["language", "programming"],
- "versions": {
- "svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
- "font": ["plain", "plain-wordmark"]
- },
- "color": "#444444",
- "aliases": []
+ "name": "embeddedc",
+ "altnames": [],
+ "tags": [
+ "language",
+ "programming"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#444444",
+ "aliases": []
},
{
"name": "ember",
@@ -2103,10 +2195,10 @@
},
"color": "#dd3f24",
"aliases": [
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -2272,6 +2364,38 @@
"color": "#000000",
"aliases": []
},
+ {
+ "name": "faunadb",
+ "altnames": [
+ "fauna"
+ ],
+ "tags": [
+ "database"
+ ],
+ "versions": {
+ "svg": [
+ "original-wordmark",
+ "original"
+ ],
+ "font": [
+ "original-wordmark",
+ "original",
+ "line",
+ "line-wordmark"
+ ]
+ },
+ "color": "#3A1AB6",
+ "aliases": [
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
+ ]
+ },
{
"name": "feathersjs",
"altnames": [],
@@ -2336,7 +2460,8 @@
],
"versions": {
"svg": [
- "plain", "plain-wordmark"
+ "plain",
+ "plain-wordmark"
],
"font": [
"plain",
@@ -2410,14 +2535,14 @@
},
"color": "#010101",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -3151,6 +3276,27 @@
}
]
},
+ {
+ "name": "hibernate",
+ "altnames": [],
+ "tags": [
+ "database",
+ "framework",
+ "java"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#bcae79",
+ "aliases": []
+ },
{
"name": "html5",
"altnames": [
@@ -3527,10 +3673,13 @@
"altnames": [
"jestjs"
],
- "tags": ["testing", "javascript"],
+ "tags": [
+ "testing",
+ "javascript"
+ ],
"versions": {
- "svg": ["plain"],
- "font": ["plain"]
+ "svg": [ "plain" ],
+ "font": [ "plain" ]
},
"color": "#99425b",
"aliases": []
@@ -3762,25 +3911,25 @@
"machine-learning"
],
"versions": {
- "svg": [
- "original",
- "original-wordmark"
+ "svg": [
+ "original",
+ "original-wordmark"
],
- "font": [
- "original",
- "original-wordmark"
+ "font": [
+ "original",
+ "original-wordmark"
]
},
"color": "#20BEFF",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -3809,10 +3958,16 @@
"karmarunner",
"karmajs"
],
- "tags": ["testing", "test-runner"],
+ "tags": [
+ "testing",
+ "test-runner"
+ ],
"versions": {
- "svg": ["original", "plain"],
- "font": ["plain"]
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [ "plain" ]
},
"color": "#56c5a8",
"aliases": []
@@ -3930,10 +4085,18 @@
{
"name": "labview",
"altnames": [],
- "tags": ["language"],
+ "tags": [ "language" ],
"versions": {
- "svg": ["original", "original-wordmark", "plain", "plain-wordmark"],
- "font": ["plain", "plain-wordmark"]
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
},
"color": "#fed500",
"aliases": []
@@ -3947,7 +4110,7 @@
],
"versions": {
"svg": [
- "original",
+ "original",
"plain",
"plain-wordmark"
],
@@ -4147,23 +4310,49 @@
"name": "matlab",
"altnames": [],
"tags": [
- "programming",
- "language"
+ "programming",
+ "language"
],
"versions": {
- "svg": [
- "original",
- "plain",
- "line"
- ],
- "font": [
- "plain",
- "line"
- ]
+ "svg": [
+ "original",
+ "plain",
+ "line"
+ ],
+ "font": [
+ "plain",
+ "line"
+ ]
},
"color": "#6dd0c7",
"aliases": []
},
+ {
+ "name": "matplotlib",
+ "altnames": [],
+ "tags": [
+ "plotting",
+ "library",
+ "math",
+ "visualization",
+ "python",
+ "api"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#11557C",
+ "aliases": []
+ },
{
"name": "maven",
"altnames": [
@@ -4266,10 +4455,16 @@
{
"name": "minitab",
"altnames": [],
- "tags": ["package", "statistics"],
+ "tags": [
+ "package",
+ "statistics"
+ ],
"versions": {
- "svg": ["original", "plain"],
- "font": ["plain"]
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [ "plain" ]
},
"color": "#8dc63f",
"aliases": []
@@ -4482,6 +4677,40 @@
"color": "#00618a",
"aliases": []
},
+ {
+ "name": "nano",
+ "altnames": [
+ "gnu-nano",
+ "GNU nano"
+ ],
+ "tags": [
+ "text editor",
+ "editor",
+ "GNU",
+ "terminal"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark"
+ ],
+ "font": [
+ "original",
+ "original-wordmark"
+ ]
+ },
+ "color": "#C8F",
+ "aliases": [
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
+ ]
+ },
{
"name": "neo4j",
"altnames": [],
@@ -4716,6 +4945,27 @@
"color": "#3d3b47",
"aliases": []
},
+ {
+ "name": "norg",
+ "altnames": [
+ "neorg"
+ ],
+ "tags": [
+ "note-taking",
+ "organization"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [
+ "plain"
+ ]
+ },
+ "color": "#4878be",
+ "aliases": []
+ },
{
"name": "npm",
"altnames": [
@@ -4966,7 +5216,7 @@
"color": "#128dff",
"aliases": []
},
- {
+ {
"name": "opengl",
"altnames": [
"opengraphicslibrary"
@@ -5179,10 +5429,16 @@
{
"name": "phalcon",
"altnames": [],
- "tags": ["php", "framework"],
+ "tags": [
+ "php",
+ "framework"
+ ],
"versions": {
- "svg": ["original", "plain"],
- "font": ["plain"]
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [ "plain" ]
},
"color": "#76c39b",
"aliases": []
@@ -5415,7 +5671,7 @@
},
{
"name": "powershell",
- "altnames": ["ps"],
+ "altnames": [ "ps" ],
"tags": [
"command-line",
"shell",
@@ -5550,7 +5806,7 @@
"color": "#14161a",
"aliases": []
},
- {
+ {
"name": "putty",
"altnames": [],
"tags": [
@@ -5588,7 +5844,7 @@
"plain-wordmark"
]
},
- "color": "#4D8548",
+ "color": "#21D789",
"aliases": []
},
{
@@ -5708,6 +5964,26 @@
}
]
},
+ {
+ "name": "quarkus",
+ "altnames": [],
+ "tags": [
+ "java",
+ "framework"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
+ },
+ "color": "#4695EB",
+ "aliases": []
+ },
{
"name": "quasar",
"altnames": [],
@@ -5831,10 +6107,21 @@
"altnames": [
"rpi"
],
- "tags": ["arm", "computer"],
+ "tags": [
+ "arm",
+ "computer"
+ ],
"versions": {
- "svg": ["original", "original-wordmark", "line", "line-wordmark"],
- "font": ["line", "line-wordmark"]
+ "svg": [
+ "original",
+ "original-wordmark",
+ "line",
+ "line-wordmark"
+ ],
+ "font": [
+ "line",
+ "line-wordmark"
+ ]
},
"color": "#c51850",
"aliases": []
@@ -5876,7 +6163,7 @@
],
"tags": [
"programming",
- "language"
+ "language"
],
"versions": {
"svg": [
@@ -5971,6 +6258,7 @@
"versions": {
"svg": [
"original",
+ "original-wordmark",
"plain",
"plain-wordmark"
],
@@ -5979,7 +6267,7 @@
"plain-wordmark"
]
},
- "color": "#DD1866",
+ "color": "#dd1265",
"aliases": []
},
{
@@ -6054,10 +6342,17 @@
{
"name": "rstudio",
"altnames": [],
- "tags": ["editor", "package", "statistics"],
+ "tags": [
+ "editor",
+ "package",
+ "statistics"
+ ],
"versions": {
- "svg": ["original", "plain"],
- "font": ["plain"]
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [ "plain" ]
},
"color": "#75aadb",
"aliases": []
@@ -6105,7 +6400,7 @@
"plain-wordmark"
]
},
- "color": "#C12C4C",
+ "color": "#FC801D",
"aliases": []
},
{
@@ -6504,14 +6799,14 @@
},
"color": "#205081",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -6542,10 +6837,16 @@
"altnames": [
"ibmspss"
],
- "tags": ["package", "statistics"],
+ "tags": [
+ "package",
+ "statistics"
+ ],
"versions": {
- "svg": ["original", "plain"],
- "font": ["plain"]
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [ "plain" ]
},
"color": "#cc1e4c",
"aliases": []
@@ -6570,10 +6871,10 @@
},
"color": "#333333",
"aliases": [
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -6609,10 +6910,10 @@
"plain",
"plain-wordmark"
],
- "font": [
- "plain",
- "plain-wordmark"
- ]
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
},
"color": "#0f80cc",
"aliases": []
@@ -6637,14 +6938,14 @@
},
"color": "#231F20",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- },
- {
- "base": "original-wordmark",
- "alias": "plain-wordmark"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ },
+ {
+ "base": "original-wordmark",
+ "alias": "plain-wordmark"
+ }
]
},
{
@@ -6658,23 +6959,23 @@
"ui"
],
"versions": {
- "svg": [
- "original",
- "original-wordmark",
- "plain",
- "plain-wordmark"
- ],
- "font": [
- "plain",
- "plain-wordmark"
- ]
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain",
+ "plain-wordmark"
+ ],
+ "font": [
+ "plain",
+ "plain-wordmark"
+ ]
},
"color": "#FF4785",
"aliases": []
},
{
"name": "streamlit",
- "altnames": [],
+ "altnames": [],
"tags": [
"python",
"machine-learning",
@@ -6947,7 +7248,7 @@
"color": "#D1A41A",
"aliases": []
},
- {
+ {
"name": "tortoisegit",
"altnames": [],
"tags": [
@@ -6956,8 +7257,8 @@
"versions": {
"svg": [
"original",
- "plain",
- "line"
+ "plain",
+ "line"
],
"font": [
"plain",
@@ -7050,10 +7351,10 @@
},
"color": "#1da1f2",
"aliases": [
- {
- "base": "original",
- "alias": "plain"
- }
+ {
+ "base": "original",
+ "alias": "plain"
+ }
]
},
{
@@ -7153,8 +7454,8 @@
"name": "unity",
"altnames": [],
"tags": [
- "C#",
- "c-sharp",
+ "C#",
+ "c-sharp",
"csharp",
"engine",
"game-engine"
@@ -7530,7 +7831,7 @@
"plain-wordmark"
]
},
- "color": "#2788B5",
+ "color": "#07c3f2",
"aliases": []
},
{
@@ -7639,7 +7940,7 @@
]
},
{
- "name": "xcode",
+ "name": "xcode",
"altnames": [],
"tags": [
"application",
@@ -7649,7 +7950,7 @@
"iphone",
"mobile",
"apple"
- ],
+ ],
"versions": {
"svg": [
"original",
@@ -7667,10 +7968,20 @@
"altnames": [
"adobexd"
],
- "tags": ["design", "editor", "ui"],
+ "tags": [
+ "design",
+ "editor",
+ "ui"
+ ],
"versions": {
- "svg": ["plain", "line"],
- "font": ["plain", "line"]
+ "svg": [
+ "plain",
+ "line"
+ ],
+ "font": [
+ "plain",
+ "line"
+ ]
},
"color": "#DD80BC",
"aliases": []
diff --git a/icons/astro/astro-original-wordmark.svg b/icons/astro/astro-original-wordmark.svg
new file mode 100644
index 000000000..9a2ba12f6
--- /dev/null
+++ b/icons/astro/astro-original-wordmark.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/astro/astro-original.svg b/icons/astro/astro-original.svg
new file mode 100644
index 000000000..7a3f87328
--- /dev/null
+++ b/icons/astro/astro-original.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/astro/astro-plain-wordmark.svg b/icons/astro/astro-plain-wordmark.svg
new file mode 100644
index 000000000..577dc0942
--- /dev/null
+++ b/icons/astro/astro-plain-wordmark.svg
@@ -0,0 +1,6 @@
+
+
+
+
diff --git a/icons/astro/astro-plain.svg b/icons/astro/astro-plain.svg
new file mode 100644
index 000000000..87f65b473
--- /dev/null
+++ b/icons/astro/astro-plain.svg
@@ -0,0 +1,6 @@
+
+
+
+
diff --git a/icons/clion/clion-original-wordmark.svg b/icons/clion/clion-original-wordmark.svg
new file mode 100644
index 000000000..2948e19d0
--- /dev/null
+++ b/icons/clion/clion-original-wordmark.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/icons/clion/clion-original.svg b/icons/clion/clion-original.svg
index 8c7a4ca44..5d57678e1 100644
--- a/icons/clion/clion-original.svg
+++ b/icons/clion/clion-original.svg
@@ -1,38 +1,33 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/clion/clion-plain-wordmark.svg b/icons/clion/clion-plain-wordmark.svg
index 04b8abad0..90b80d492 100644
--- a/icons/clion/clion-plain-wordmark.svg
+++ b/icons/clion/clion-plain-wordmark.svg
@@ -1,4 +1,3 @@
-
-
-
+
+
diff --git a/icons/clion/clion-plain.svg b/icons/clion/clion-plain.svg
index 23d8df234..bb6851fe3 100644
--- a/icons/clion/clion-plain.svg
+++ b/icons/clion/clion-plain.svg
@@ -1,3 +1,3 @@
-
-
+
+
diff --git a/icons/dataspell/dataspell-original-wordmark.svg b/icons/dataspell/dataspell-original-wordmark.svg
new file mode 100644
index 000000000..85d4bb1eb
--- /dev/null
+++ b/icons/dataspell/dataspell-original-wordmark.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/icons/dataspell/dataspell-original.svg b/icons/dataspell/dataspell-original.svg
new file mode 100644
index 000000000..96f01bff3
--- /dev/null
+++ b/icons/dataspell/dataspell-original.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/dataspell/dataspell-plain-wordmark.svg b/icons/dataspell/dataspell-plain-wordmark.svg
new file mode 100644
index 000000000..fcf91523d
--- /dev/null
+++ b/icons/dataspell/dataspell-plain-wordmark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/dataspell/dataspell-plain.svg b/icons/dataspell/dataspell-plain.svg
new file mode 100644
index 000000000..4d84e61c0
--- /dev/null
+++ b/icons/dataspell/dataspell-plain.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/faunadb/faunadb-line-wordmark.svg b/icons/faunadb/faunadb-line-wordmark.svg
new file mode 100644
index 000000000..eb9f72372
--- /dev/null
+++ b/icons/faunadb/faunadb-line-wordmark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/faunadb/faunadb-line.svg b/icons/faunadb/faunadb-line.svg
new file mode 100644
index 000000000..159cf8d3c
--- /dev/null
+++ b/icons/faunadb/faunadb-line.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/faunadb/faunadb-original-wordmark.svg b/icons/faunadb/faunadb-original-wordmark.svg
new file mode 100644
index 000000000..9a026ec6a
--- /dev/null
+++ b/icons/faunadb/faunadb-original-wordmark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/faunadb/faunadb-original.svg b/icons/faunadb/faunadb-original.svg
new file mode 100644
index 000000000..1c1f2b3dd
--- /dev/null
+++ b/icons/faunadb/faunadb-original.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/hibernate/hibernate-original-wordmark.svg b/icons/hibernate/hibernate-original-wordmark.svg
new file mode 100644
index 000000000..9de3e3bce
--- /dev/null
+++ b/icons/hibernate/hibernate-original-wordmark.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/icons/hibernate/hibernate-original.svg b/icons/hibernate/hibernate-original.svg
new file mode 100644
index 000000000..4947d08da
--- /dev/null
+++ b/icons/hibernate/hibernate-original.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/icons/hibernate/hibernate-plain-wordmark.svg b/icons/hibernate/hibernate-plain-wordmark.svg
new file mode 100644
index 000000000..0a80ae543
--- /dev/null
+++ b/icons/hibernate/hibernate-plain-wordmark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/hibernate/hibernate-plain.svg b/icons/hibernate/hibernate-plain.svg
new file mode 100644
index 000000000..17d96e7dd
--- /dev/null
+++ b/icons/hibernate/hibernate-plain.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/matplotlib/matplotlib-original-wordmark.svg b/icons/matplotlib/matplotlib-original-wordmark.svg
new file mode 100644
index 000000000..41efacd17
--- /dev/null
+++ b/icons/matplotlib/matplotlib-original-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/matplotlib/matplotlib-original.svg b/icons/matplotlib/matplotlib-original.svg
new file mode 100644
index 000000000..3b133c9bc
--- /dev/null
+++ b/icons/matplotlib/matplotlib-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/matplotlib/matplotlib-plain-wordmark.svg b/icons/matplotlib/matplotlib-plain-wordmark.svg
new file mode 100644
index 000000000..ca75f6228
--- /dev/null
+++ b/icons/matplotlib/matplotlib-plain-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/matplotlib/matplotlib-plain.svg b/icons/matplotlib/matplotlib-plain.svg
new file mode 100644
index 000000000..179afc5d2
--- /dev/null
+++ b/icons/matplotlib/matplotlib-plain.svg
@@ -0,0 +1 @@
+
diff --git a/icons/matplotlib/matplotlib.eps b/icons/matplotlib/matplotlib.eps
new file mode 100644
index 000000000..02b802610
Binary files /dev/null and b/icons/matplotlib/matplotlib.eps differ
diff --git a/icons/nano/nano-original-wordmark.svg b/icons/nano/nano-original-wordmark.svg
new file mode 100644
index 000000000..c6f2a73af
--- /dev/null
+++ b/icons/nano/nano-original-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/icons/nano/nano-original.svg b/icons/nano/nano-original.svg
new file mode 100644
index 000000000..bc11fb7a4
--- /dev/null
+++ b/icons/nano/nano-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/norg/norg-original.svg b/icons/norg/norg-original.svg
new file mode 100644
index 000000000..8d584cded
--- /dev/null
+++ b/icons/norg/norg-original.svg
@@ -0,0 +1 @@
+
diff --git a/icons/norg/norg-plain.svg b/icons/norg/norg-plain.svg
new file mode 100644
index 000000000..d5980f563
--- /dev/null
+++ b/icons/norg/norg-plain.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/pycharm/pycharm-original-wordmark.svg b/icons/pycharm/pycharm-original-wordmark.svg
index 65a75e0f7..e52afbf52 100644
--- a/icons/pycharm/pycharm-original-wordmark.svg
+++ b/icons/pycharm/pycharm-original-wordmark.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
+
+
+
+
diff --git a/icons/pycharm/pycharm-original.svg b/icons/pycharm/pycharm-original.svg
index a31edddfc..17fee9571 100644
--- a/icons/pycharm/pycharm-original.svg
+++ b/icons/pycharm/pycharm-original.svg
@@ -1 +1,58 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/pycharm/pycharm-plain-wordmark.svg b/icons/pycharm/pycharm-plain-wordmark.svg
index c932b817e..23b818555 100644
--- a/icons/pycharm/pycharm-plain-wordmark.svg
+++ b/icons/pycharm/pycharm-plain-wordmark.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/icons/pycharm/pycharm-plain.svg b/icons/pycharm/pycharm-plain.svg
index f48287073..912f2a34b 100644
--- a/icons/pycharm/pycharm-plain.svg
+++ b/icons/pycharm/pycharm-plain.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/icons/pycharm/pycharm.eps b/icons/pycharm/pycharm.eps
deleted file mode 100644
index d1a777b82..000000000
Binary files a/icons/pycharm/pycharm.eps and /dev/null differ
diff --git a/icons/quarkus/quarkus-original-wordmark.svg b/icons/quarkus/quarkus-original-wordmark.svg
new file mode 100644
index 000000000..3b5a05182
--- /dev/null
+++ b/icons/quarkus/quarkus-original-wordmark.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/quarkus/quarkus-original.svg b/icons/quarkus/quarkus-original.svg
new file mode 100644
index 000000000..9fab72064
--- /dev/null
+++ b/icons/quarkus/quarkus-original.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/icons/quarkus/quarkus-plain-wordmark.svg b/icons/quarkus/quarkus-plain-wordmark.svg
new file mode 100644
index 000000000..a8fc712ff
--- /dev/null
+++ b/icons/quarkus/quarkus-plain-wordmark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/quarkus/quarkus-plain.svg b/icons/quarkus/quarkus-plain.svg
new file mode 100644
index 000000000..49ed140ea
--- /dev/null
+++ b/icons/quarkus/quarkus-plain.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/rider/rider-original-wordmark.svg b/icons/rider/rider-original-wordmark.svg
new file mode 100644
index 000000000..d6961dafd
--- /dev/null
+++ b/icons/rider/rider-original-wordmark.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/icons/rider/rider-original.svg b/icons/rider/rider-original.svg
index 009708eea..78b9f21ea 100644
--- a/icons/rider/rider-original.svg
+++ b/icons/rider/rider-original.svg
@@ -1,31 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/rider/rider-plain-wordmark.svg b/icons/rider/rider-plain-wordmark.svg
index ce2479646..2a1d91275 100644
--- a/icons/rider/rider-plain-wordmark.svg
+++ b/icons/rider/rider-plain-wordmark.svg
@@ -1,38 +1,3 @@
-
-
-
-
-
-
-
+
+
diff --git a/icons/rider/rider-plain.svg b/icons/rider/rider-plain.svg
index a12463eaf..8bfec3bdb 100644
--- a/icons/rider/rider-plain.svg
+++ b/icons/rider/rider-plain.svg
@@ -1,8 +1,3 @@
-
-
-
-
+
+
diff --git a/icons/rubymine/rubymine-original-wordmark.svg b/icons/rubymine/rubymine-original-wordmark.svg
index 44a75fdf8..97c98d5fd 100644
--- a/icons/rubymine/rubymine-original-wordmark.svg
+++ b/icons/rubymine/rubymine-original-wordmark.svg
@@ -1 +1,6 @@
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/icons/rubymine/rubymine-original.svg b/icons/rubymine/rubymine-original.svg
index ee95e4207..54fe0fe95 100644
--- a/icons/rubymine/rubymine-original.svg
+++ b/icons/rubymine/rubymine-original.svg
@@ -1 +1,29 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/rubymine/rubymine-plain-wordmark.svg b/icons/rubymine/rubymine-plain-wordmark.svg
index 46814ae5f..0445497e8 100644
--- a/icons/rubymine/rubymine-plain-wordmark.svg
+++ b/icons/rubymine/rubymine-plain-wordmark.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/icons/rubymine/rubymine-plain.svg b/icons/rubymine/rubymine-plain.svg
index b6a97324a..0513f017d 100644
--- a/icons/rubymine/rubymine-plain.svg
+++ b/icons/rubymine/rubymine-plain.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/icons/rubymine/rubymine.eps b/icons/rubymine/rubymine.eps
deleted file mode 100644
index 8e195126d..000000000
Binary files a/icons/rubymine/rubymine.eps and /dev/null differ
diff --git a/icons/webstorm/webstorm-original-wordmark.svg b/icons/webstorm/webstorm-original-wordmark.svg
index 095c5f881..a05034c9c 100644
--- a/icons/webstorm/webstorm-original-wordmark.svg
+++ b/icons/webstorm/webstorm-original-wordmark.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
+
+
+
+
diff --git a/icons/webstorm/webstorm-original.svg b/icons/webstorm/webstorm-original.svg
index a11ba0e8f..0e10d6b5d 100644
--- a/icons/webstorm/webstorm-original.svg
+++ b/icons/webstorm/webstorm-original.svg
@@ -1 +1,21 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/icons/webstorm/webstorm-plain-wordmark.svg b/icons/webstorm/webstorm-plain-wordmark.svg
index f3c3aa19d..1d86dd413 100644
--- a/icons/webstorm/webstorm-plain-wordmark.svg
+++ b/icons/webstorm/webstorm-plain-wordmark.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/icons/webstorm/webstorm-plain.svg b/icons/webstorm/webstorm-plain.svg
index ec668ad46..e6cc0b1dd 100644
--- a/icons/webstorm/webstorm-plain.svg
+++ b/icons/webstorm/webstorm-plain.svg
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/icons/webstorm/webstorm.eps b/icons/webstorm/webstorm.eps
deleted file mode 100644
index 1ec8f3842..000000000
Binary files a/icons/webstorm/webstorm.eps and /dev/null differ