UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 271 B
import _IconLayoutTop2Line from "./icon-layout-top-2-line.vue.js"; const IconLayoutTop2Line = Object.assign(_IconLayoutTop2Line, { install: (app) => { app.component(_IconLayoutTop2Line.name, _IconLayoutTop2Line); } }); export { IconLayoutTop2Line as default };