I'm trying to use https://github.com/kisenka/svg-sprite-loader this package for using svg icons in my app.
Eventually it worked, but I have to import every icon:
import up from '@/assets/svg/up.svg'
How can I do it once, auto-importing all icons from my svg folder?