UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

10 lines (9 loc) 278 B
import _IconArrowGoBackFill from "./icon-arrow-go-back-fill.vue.js"; const IconArrowGoBackFill = Object.assign(_IconArrowGoBackFill, { install: (app) => { app.component(_IconArrowGoBackFill.name, _IconArrowGoBackFill); } }); export { IconArrowGoBackFill as default };