1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-14 10:34:14 +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:
informeai
2021-07-04 20:43:37 -03:00
committed by GitHub
parent 5f1f59bfbd
commit b13b02d019
3 changed files with 31 additions and 0 deletions

View File

@@ -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": [

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 KiB