UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 335 B
import _IconCornerUpRightDoubleLine from "./icon-corner-up-right-double-line.vue.js"; const IconCornerUpRightDoubleLine = Object.assign(_IconCornerUpRightDoubleLine, { install: (app) => { app.component(_IconCornerUpRightDoubleLine.name, _IconCornerUpRightDoubleLine); } }); export { IconCornerUpRightDoubleLine as default };