UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 292 B
"use strict"; const iconUserUnfollowLine = require("./icon-user-unfollow-line.vue.js"); const IconUserUnfollowLine = Object.assign(iconUserUnfollowLine, { install: (app) => { app.component(iconUserUnfollowLine.name, iconUserUnfollowLine); } }); module.exports = IconUserUnfollowLine;