-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Icon change: Flutter foundation change #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| { | ||
| "name": "flutter", | ||
| "tags": [ | ||
| "framework", | ||
| "sdk" | ||
| ], | ||
| "versions": { | ||
| "svg": [ | ||
| "original", | ||
| "plain" | ||
| ], | ||
| "font": [ | ||
| "plain" | ||
| ] | ||
| }, | ||
| "color": "#3FB6D3", | ||
| "aliases": [] | ||
| }, |
There was a problem hiding this comment.
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
| { | |
| "name": "flutter", | |
| "tags": [ | |
| "framework", | |
| "sdk" | |
| ], | |
| "versions": { | |
| "svg": [ | |
| "original", | |
| "plain" | |
| ], | |
| "font": [ | |
| "plain" | |
| ] | |
| }, | |
| "color": "#3FB6D3", | |
| "aliases": [] | |
| }, |
| "font": [ | ||
| "plain", | ||
| "plain-wordmark" | ||
| "plain" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "plain" | |
| "plain", | |
| "plain-wordmark" |
Why you suggest to remove plain-wordmark? We have this icon: https://github.com/devicons/devicon/tree/develop/icons/foundation
|
Sorry, this was absolutely out of topic, i'm closing this pull request |
Foundation change to 3FB6D3
I changed the flutter
foundationto3FB6D3as @amacado requested in #296.Let me know if it's ok.
Greetings.