UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 293 B
"use strict"; const iconCornerUpLeftLine = require("./icon-corner-up-left-line.vue.js"); const IconCornerUpLeftLine = Object.assign(iconCornerUpLeftLine, { install: (app) => { app.component(iconCornerUpLeftLine.name, iconCornerUpLeftLine); } }); module.exports = IconCornerUpLeftLine;