UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 293 B
"use strict"; const iconFolderChart2Line = require("./icon-folder-chart-2-line.vue.js"); const IconFolderChart2Line = Object.assign(iconFolderChart2Line, { install: (app) => { app.component(iconFolderChart2Line.name, iconFolderChart2Line); } }); module.exports = IconFolderChart2Line;