UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 243 B
"use strict"; const iconChat1Fill = require("./icon-chat-1-fill.vue.js"); const IconChat1Fill = Object.assign(iconChat1Fill, { install: (app) => { app.component(iconChat1Fill.name, iconChat1Fill); } }); module.exports = IconChat1Fill;