Hi there.
I'm trying to get svgicon to render icons in Storybook (using Vite). It renders the svg tag, but not the paths inside of it. I have tried to make a simple repo that outlines the problem here: https://github.com/andersravn/storybook-vue-icons. Use npm run storybook. There's a Button story with the label "Button with an icon:", where the icon is supposed to show after the colon.
I'm not seeing any errors.
What am I missing?
Thanks in advance.