mirror of
https://github.com/konpa/devicon.git
synced 2025-08-14 02:24:04 +02:00
new icon: denojs (original, original-wordmark) (#713)
* Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> * Bump lodash from 4.17.20 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> * Resolves issue #260 * Make the `original` icon version pure SVG Taken from [Wikipedia](https://es.wikipedia.org/wiki/Archivo:Deno.svg). * Make the `original-wordmark` icon pure SVG * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * svg concert for denojs resolves #709 * update devicon.json and resolves #260 * update devicon.json and resolve #260 * delete files repeats * Delete denojs-plain-wordmark.svg * Delete denojs-plain.svg * Update denojs-original-wordmark.svg * Update denojs-original.svg * Update denojs-original.svg * Update denojs-original-wordmark.svg * Update devicon.json * Update denojs-original.svg * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> Co-authored-by: Wellington Gadelha <wellingtongadelha@Informeai.local> Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
29
devicon.json
29
devicon.json
@@ -909,6 +909,35 @@
|
||||
"color": "#A80030",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"name": "denojs",
|
||||
"tags": [
|
||||
"javascript",
|
||||
"rust",
|
||||
"language"
|
||||
],
|
||||
"versions": {
|
||||
"svg": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
],
|
||||
"font": [
|
||||
"original",
|
||||
"original-wordmark"
|
||||
]
|
||||
},
|
||||
"color": "#000000",
|
||||
"aliases": [
|
||||
{
|
||||
"base": "original",
|
||||
"alias": "plain"
|
||||
},
|
||||
{
|
||||
"base": "original-wordmark",
|
||||
"alias": "plain-wordmark"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "devicon",
|
||||
"tags": [
|
||||
|
1
icons/denojs/denojs-original-wordmark.svg
Normal file
1
icons/denojs/denojs-original-wordmark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.4 KiB |
1
icons/denojs/denojs-original.svg
Normal file
1
icons/denojs/denojs-original.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user