Is is possible to embed SVG markup into a ReactJS component?
render: function() { return (
According to a react developer, you dont need the namespace xmlns. If you need the attribute xlink:href you can use xlinkHref from react 0.14
xlink:href
Example
Icon = (props) => { return ; }