UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 277 B
"use strict"; const iconEarthquakeLine = require("./icon-earthquake-line.vue.js"); const IconEarthquakeLine = Object.assign(iconEarthquakeLine, { install: (app) => { app.component(iconEarthquakeLine.name, iconEarthquakeLine); } }); module.exports = IconEarthquakeLine;