Closed SandroMachado closed 7 years ago
@SandroMachado for the fill property, this PR #11 is already pending. I'm waiting for this option too!
👍 same here!
Already solved in the PR of @henrikra. Use the fill prop directly.
@matc4 Hi, is it possible to npm publish the version with the fill prop? Thanks!
Is it possible to change/override/add properties to the SVG using the style (or other) property? Something like
<SvgUri style={{ fill="#123456"...
?For instance, I have an
SVG
with apath
and I want to changefill
colour to my own colour in theJSX
.