UNPKG

birdpaper-icon

Version:

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

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