Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,24 @@
"color": "#DD732A",
"aliases": []
},
{
"name": "flutter",
"tags": [
"framework",
"sdk"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#3FB6D3",
"aliases": []
},
Comment on lines +928 to +945
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flutter is added in #296

Suggested change
{
"name": "flutter",
"tags": [
"framework",
"sdk"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#3FB6D3",
"aliases": []
},

{
"name": "foundation",
"tags": [
Expand All @@ -939,11 +957,10 @@
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
"plain"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"plain"
"plain",
"plain-wordmark"

Why you suggest to remove plain-wordmark? We have this icon: https://github.com/devicons/devicon/tree/develop/icons/foundation

]
},
"color": "#008cba",
"color": "#3FB6D3",
"aliases": []
},
{
Expand Down