How can I place an SVG icon "inline", i.e. side by side to some text? Here's my MWE

```
\useURL
  [github]
  [https://github.com/test]
  []
  [github.com/test]

\starttext
  \placefigure[none]{}{\externalfigure[github.svg][width=17.5pt]}
  \from[github]
\stoptext
```

I have attached a screenshot of the output and the SVG file.