UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 249 B
"use strict"; const iconAnchorFill = require("./icon-anchor-fill.vue.js"); const IconAnchorFill = Object.assign(iconAnchorFill, { install: (app) => { app.component(iconAnchorFill.name, iconAnchorFill); } }); module.exports = IconAnchorFill;