UNPKG

birdpaper-icon

Version:

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

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