[Feature request] Add QRCode component to pos and account extension

Hi all,

We want to display some string value in qrcode in pos and account extension.

We note that polaris web component has a QRCode component (s-qr-code) which seems to be exactly what we need. However it seems that it is only available to checkout ui extension.

For ref, I tried below code and it does not render a qrcode.

<script src="https://cdn.shopify.com/shopifycloud/polaris.js"></script>
<s-qr-code content="https://shopify.com"></s-qr-code>

Can we have QRCode component for pos and account extensions too? Or it would be great if it is added to here https://shopify.dev/docs/api/app-home/polaris-web-components

Thanks!