UNPKG

birdpaper-icon

Version:

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

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