Skip to content

Commit

Permalink
Merge branch 'develop' into biome-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
canaleal committed May 25, 2024
2 parents 8763472 + 9da232a commit 05397fd
Show file tree
Hide file tree
Showing 19 changed files with 149 additions and 0 deletions.
132 changes: 132 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8895,6 +8895,42 @@
}
]
},
{
"name": "remix",
"altnames": [
"remix.run"
],
"tags": [
"framework",
"fullstack",
"web"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"line",
"line-wordmark"
],
"font": [
"original",
"original-wordmark",
"line",
"line-wordmark"
]
},
"color": "#121212",
"aliases": [
{
"base": "original",
"alias": "plain"
},
{
"base": "original-wordmark",
"alias": "plain-wordmark"
}
]
},
{
"name": "renpy",
"altnames": [
Expand Down Expand Up @@ -9993,6 +10029,37 @@
}
]
},
{
"name": "stackblitz",
"altnames": [],
"tags": [
"IDE",
"editor",
"remote-development"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain-wordmark",
"line",
"line-wordmark"
],
"font": [
"original",
"plain-wordmark",
"line",
"line-wordmark"
]
},
"color": "#1389fd",
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "stackoverflow",
"altnames": [
Expand Down Expand Up @@ -10465,6 +10532,30 @@
"color": "#000000",
"aliases": []
},
{
"name": "thymeleaf",
"altnames": [],
"tags": [
"engine",
"html",
"java",
"server"
],
"versions": {
"svg": [
"original",
"plain",
"original-wordmark",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#005f0f",
"aliases": []
},
{
"name": "titaniumsdk",
"altnames": [],
Expand Down Expand Up @@ -11280,6 +11371,26 @@
"color": "#3C99D4",
"aliases": []
},
{
"name": "vscodium",
"altnames": [],
"tags": [
"editor",
"ide",
"open-source"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#3C99D4",
"aliases": []
},
{
"name": "vsphere",
"altnames": [
Expand Down Expand Up @@ -11433,6 +11544,27 @@
}
]
},
{
"name": "web3js",
"altnames": [
"web3.js"
],
"tags": [
"blockchain",
"ecommerce"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#f16822",
"aliases": []
},
{
"name": "webflow",
"altnames": [],
Expand Down
1 change: 1 addition & 0 deletions icons/remix/remix-line-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/remix/remix-line.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/remix/remix-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/remix/remix-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/stackblitz/stackblitz-line-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/stackblitz/stackblitz-line.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 05397fd

Please sign in to comment.