I just ran `npm run build` on my vue 3 project and my `vendor.js` file turns out to be 10MB!!! And when I briefly scan the code of that file, it seems to be mostly filled with svg code. So I'm assuming that that's all the icons from coreui. So I'm wondering if it's possible to let those icons load lazily, just whenever they're being called for in the templates. Is that possible? And if yes, could you maybe help me get started on building that?