UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 292 B
"use strict"; const iconContractLeftLine = require("./icon-contract-left-line.vue.js"); const IconContractLeftLine = Object.assign(iconContractLeftLine, { install: (app) => { app.component(iconContractLeftLine.name, iconContractLeftLine); } }); module.exports = IconContractLeftLine;