UNPKG

birdpaper-icon

Version:

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

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