UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 235 B
import _IconShip2Line from "./icon-ship-2-line.vue.js"; const IconShip2Line = Object.assign(_IconShip2Line, { install: (app) => { app.component(_IconShip2Line.name, _IconShip2Line); } }); export { IconShip2Line as default };