Reactjs SVG Syntaxerror: Tidak Diketahui: Tag Namespace tidak didukung secara default

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