We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple Icons exposes hex which is the default color of any icon.
hex
This color is currently not exposed to the users of this package and there is no way to retrieve it.
I would like to propose supporting something like <ReactJs color size={24} /> which will fill the svg with the default hex color.
<ReactJs color size={24} />
The text was updated successfully, but these errors were encountered:
I think we can take the colors from the simple-icons JSON, I think it's a good idea, like @LitoMore
Sorry, something went wrong.
Awesome should be an easy change after #161 is merged.
@wei no problem we can send it in a version very soon.
wootsbot
Successfully merging a pull request may close this issue.
Simple Icons exposes
hex
which is the default color of any icon.This color is currently not exposed to the users of this package and there is no way to retrieve it.
I would like to propose supporting something like
<ReactJs color size={24} />
which will fill the svg with the default hex color.The text was updated successfully, but these errors were encountered: