I'm using monorepo to add nuxt-svgo to my packages/ui and extend it to apps/project. I want to use the public icon of packages/ui using UiSvgoIcon in apps/project and use the icon of apps/project using SvgoIcon. How can I do this?
After trying, I can't find a way to use icon across projects.