ReactJS SVG SyntaxError: неизвестно: теги пространства имен не поддерживаются по умолчанию
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