import SvgIcon from './src/index.vue' SvgIcon.install = function(Vue) { Vue.component(SvgIcon.name || 'SvgIcon', SvgIcon) } export default SvgIcon