UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 270 B
import _IconFlightLandFill from "./icon-flight-land-fill.vue.js"; const IconFlightLandFill = Object.assign(_IconFlightLandFill, { install: (app) => { app.component(_IconFlightLandFill.name, _IconFlightLandFill); } }); export { IconFlightLandFill as default };