Help with stencil generated web component w/ionicons in ionic project

I’ve created a web component with stencil, published it, and imported into wrapper Ionic project

It seems to loads fine but the icons don’t seem to be loading: it tries to load e.g.
svg/square-outline.svg but that path doesn’t exist in the parent project so it doesn’t show.

Is there something I can do so that it will show up correctly?

Any suggestions or tips much appreciated.

  • M