Skip to content

Commit

Permalink
moved object in devicon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian PAQUIER committed Jul 28, 2022
2 parents 39b0f13 + adfbc91 commit d939f47
Show file tree
Hide file tree
Showing 26 changed files with 344 additions and 24 deletions.
180 changes: 164 additions & 16 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,36 @@
"color": "#AB710A",
"aliases": []
},
{
"name": "lumen",
"altnames": [
"Laravel Lumen",
"Lumen Laravel",
"Laravel Lumen Framework",
"laravel.lumen"
],
"tags": [
"laravel",
"php",
"framework",
"micro-framework"
],
"versions": {
"svg": [
"original"
],
"font": [
"original"
]
},
"color": "#e54537",
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "chrome",
"altnames": [
Expand Down Expand Up @@ -1017,6 +1047,54 @@
"color": "#96ca4b",
"aliases": []
},
{
"name": "azuredevops",
"altnames": [
"azure-devops"
],
"tags": [
"azure",
"devops",
"cloud",
"version control",
"vcs"
],
"versions": {
"svg": [
"original"
],
"font": [
"plain"
]
},
"color": "#0078d4",
"aliases": []
},
{
"name": "cloudflare",
"altnames": [],
"tags": [
"web",
"cdn",
"dns",
"proxy",
"security"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#F38020",
"aliases": []
},
{
"name": "cmake",
"altnames": [],
Expand Down Expand Up @@ -1400,6 +1478,28 @@
"color": "#4a4a4d",
"aliases": []
},
{
"name": "azuresqldatabase",
"altnames": [
"azure-sql-database"
],
"tags": [
"azure",
"database",
"tool",
"sql"
],
"versions": {
"svg": [
"original"
],
"font": [
"plain"
]
},
"color": "#005ba1",
"aliases": []
},
{
"name": "d3js",
"altnames": [],
Expand Down Expand Up @@ -2960,12 +3060,12 @@
],
"tags": [
"jetbrains",
"editor"
"editor",
"java"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
Expand All @@ -2974,7 +3074,7 @@
"plain-wordmark"
]
},
"color": "#136BA2",
"color": "#087cfa",
"aliases": []
},
{
Expand Down Expand Up @@ -3396,6 +3496,26 @@
}
]
},
{
"name": "karatelabs",
"altnames": ["karate"],
"tags": [
"framework",
"testing"
],
"versions": {
"svg": [
"original",
"original-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#fff",
"aliases": []
},
{
"name": "karma",
"altnames": [
Expand Down Expand Up @@ -4383,7 +4503,33 @@
"color": "#F18803",
"aliases": []
},
{
{
"name": "ohmyzsh",
"altnames": [
"omz",
"ohmyz.sh",
"Oh My Zsh"
],
"tags": [
"shell",
"script",
"scripting",
"language",
"command"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#000000",
"aliases": []
},
{
"name": "openal",
"altnames": [],
"tags": [
Expand Down Expand Up @@ -4719,12 +4865,14 @@
"altnames": [],
"tags": [
"jetbrains",
"editor"
"editor",
"php",
"web",
"html"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
Expand All @@ -4733,7 +4881,7 @@
"plain-wordmark"
]
},
"color": "#5058A6",
"color": "#b74af7",
"aliases": []
},
{
Expand Down Expand Up @@ -7341,23 +7489,23 @@
]
},
{
"name": "karatelabs",
"altnames": ["karate"],
"name": "poetry",
"altnames": [
"python-poetry"
],
"tags": [
"framework",
"testing"
"package-manager",
"python"
],
"versions": {
"svg": [
"original",
"original-wordmark"
"original"
],
"font": [
"plain",
"plain-wordmark"
"plain"
]
},
"color": "#fff",
"color": "#0080c5",
"aliases": []
},
{
Expand Down
12 changes: 12 additions & 0 deletions icons/azuredevops/azuredevops-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/azuredevops/azuredevops-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions icons/azuresqldatabase/azuresqldatabase-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/azuresqldatabase/azuresqldatabase-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/cloudflare/cloudflare-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/cloudflare/cloudflare-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/cloudflare/cloudflare-plain-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d939f47

Please sign in to comment.