UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 270 B
import _IconDashboard3Line from "./icon-dashboard-3-line.vue.js"; const IconDashboard3Line = Object.assign(_IconDashboard3Line, { install: (app) => { app.component(_IconDashboard3Line.name, _IconDashboard3Line); } }); export { IconDashboard3Line as default };