Reactjs SVG SyntaxError: Desconhecido: As tags de namespace não são suportadas por padrão

1. convert svg to be used w/ JSX :
https://svg2jsx.com/

2. in the SVG file, try changing:

    sketch:type ==> sketchType
    xmlns:xlink ==> xmlnsXlink
    xlink:href  ==> xlinkHref
    foo:bar     ==> fooBar
    etc...

abdelghanyMh