UNPKG

birdpaper-icon

Version:

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

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