Vue Install npm install @pokemonle/icons-vue Usage <template> <IconBug /> </template> <script> import { IconBug } from '@pokemonle/icons-vue' export default { components: { IconBug } } </script>