UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 272 B
"use strict"; const iconMapPinAddLine = require("./icon-map-pin-add-line.vue.js"); const IconMapPinAddLine = Object.assign(iconMapPinAddLine, { install: (app) => { app.component(iconMapPinAddLine.name, iconMapPinAddLine); } }); module.exports = IconMapPinAddLine;