Use svg image with symbol in gojs node

I have a svg file with many symbols in it. I want to use a particular symbol based on id from svg file in gojs node.
How can I achive the above?

I don’t think that is currently possible without parsing that SVG file in the browser to extract the path.

You either have to use SVG paths to create go.Shapes or use the whole .svg as a go.Picture source