SVG output from apps like https://www.sketchapp.com/ add namespaced attributes to svg elements. I believe these are generally useless for SVGs as a component, and React chokes on them:
Error output:
Module build failed: SyntaxError: Namespace tags are not supported. ReactJSX is not XML.
(I particularly like that last - its not XML!)

If you're cool with these coming out, I will do a PR
SVG output from apps like https://www.sketchapp.com/ add namespaced attributes to svg elements. I believe these are generally useless for SVGs as a component, and React chokes on them:
Error output:
Module build failed: SyntaxError: Namespace tags are not supported. ReactJSX is not XML.(I particularly like that last - its not XML!)
If you're cool with these coming out, I will do a PR