UNPKG

birdpaper-icon

Version:

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

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