mirror of
https://github.com/konpa/devicon.git
synced 2025-08-22 14:12:58 +02:00
Added color classes to flutter icons and its variations to json file
This commit is contained in:
@@ -334,6 +334,10 @@
|
|||||||
.devicon-firefox-plain.colored {
|
.devicon-firefox-plain.colored {
|
||||||
color: #DD732A;
|
color: #DD732A;
|
||||||
}
|
}
|
||||||
|
.devicon-flutter-original.colored,
|
||||||
|
.devicon-flutter-plain.colored {
|
||||||
|
color:#3FB6D3;
|
||||||
|
}
|
||||||
.devicon-foundation-plain-wordmark.colored,
|
.devicon-foundation-plain-wordmark.colored,
|
||||||
.devicon-foundation-plain.colored {
|
.devicon-foundation-plain.colored {
|
||||||
color: #008cba;
|
color: #008cba;
|
||||||
|
@@ -343,6 +343,14 @@
|
|||||||
"font": ["plain", "plain-wordmark"]
|
"font": ["plain", "plain-wordmark"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "flutter",
|
||||||
|
"tags": ["framework", "sdk"],
|
||||||
|
"versions": {
|
||||||
|
"svg": ["original", "plain"],
|
||||||
|
"font": ["plain"]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "foundation",
|
"name": "foundation",
|
||||||
"tags": ["framework", "css"],
|
"tags": ["framework", "css"],
|
||||||
|
Reference in New Issue
Block a user