svg-inline-react icon indicating copy to clipboard operation
svg-inline-react copied to clipboard

Inline svg wrapper component for React

Results 15 svg-inline-react issues
Sort by recently updated
recently updated
newest added

Hello, The docs state that the `raw` prop should work in IE11. The code that detects support returns `true`. But SVG's are not rendered. I believe this used to work....

I'm not sure if this is an issue for here or an issue for Enzyme but I've only ever encountered it while using `svg-inline-react`. If I am `shallow` rendering a...

Is it possible to support `` tag with current `DOMParser` approach? ``` [title] [long description] ... ``` ref: http://stackoverflow.com/a/4756461/4759490

What do you think about the idea of adding a className prop so if I have multiple inline svgs on the page I can style them independently. Just an idea,...

Hi there, Just wanted to first say thanks for making this package as well as svg-inline-loader; they are both super awesome :+1: :+1: I think something that would be very...