UNPKG

birdpaper-icon

Version:

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

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