Any idea which XPath leads to this:
<a class="sc-2wok21-1 hlSSAt">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M14.707 6.293L20.414 12l-5.707 5.707-1.414-1.414L16.585 13H4v-2h12.585l-3.292-3.293 1.414-1.414z"
I'm trying things like "//a[@class="sc-2wok21-1 hlSSAt"]/svg
or //a[@class="sc-2wok21-1 hlSSAt"]/[local-name()=‚svg‘]
but nothing works.