UNPKG

birdpaper-icon

Version:

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

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