UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 234 B
import _IconHtml5Line from "./icon-html5-line.vue.js"; const IconHtml5Line = Object.assign(_IconHtml5Line, { install: (app) => { app.component(_IconHtml5Line.name, _IconHtml5Line); } }); export { IconHtml5Line as default };