UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 284 B
"use strict"; const iconParenthesesLine = require("./icon-parentheses-line.vue.js"); const IconParenthesesLine = Object.assign(iconParenthesesLine, { install: (app) => { app.component(iconParenthesesLine.name, iconParenthesesLine); } }); module.exports = IconParenthesesLine;