nuxt-modules / svg-sprite

Optimize SVG files and combine them into sprite
https://codesandbox.io/s/github/nuxt-community/svg-sprite-module/
MIT License
295 stars 41 forks source link

Multiple values in svgSprite input property #286

Open kylawamg opened 1 year ago

kylawamg commented 1 year ago

Hi,

It is possible to use different paths in the input property of svgSprite? Or it just accept one string to one path. I tried passing an array but I get an error...

Thanks in advance.