import type { App } from 'vue' import Icon from './Icon.vue' Icon.install = function (app: App) { app.component(Icon.name, Icon) } export const _IconComponent = Icon export default Icon