UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 242 B
import _IconBrush4Line from "./icon-brush-4-line.vue.js"; const IconBrush4Line = Object.assign(_IconBrush4Line, { install: (app) => { app.component(_IconBrush4Line.name, _IconBrush4Line); } }); export { IconBrush4Line as default };