UNPKG

birdpaper-icon

Version:

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

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