import { App } from "vue"; import HIcon from "./icons/index.vue"; export default { install(app: App) { app.component("HIcon", HIcon); } }