UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 271 B
"use strict"; const iconHandHeartLine = require("./icon-hand-heart-line.vue.js"); const IconHandHeartLine = Object.assign(iconHandHeartLine, { install: (app) => { app.component(iconHandHeartLine.name, iconHandHeartLine); } }); module.exports = IconHandHeartLine;