UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 249 B
import _IconForbid2Line from "./icon-forbid-2-line.vue.js"; const IconForbid2Line = Object.assign(_IconForbid2Line, { install: (app) => { app.component(_IconForbid2Line.name, _IconForbid2Line); } }); export { IconForbid2Line as default };