birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
9 lines (8 loc) • 321 B
JavaScript
;
const iconPlayReverseLargeLine = require("./icon-play-reverse-large-line.vue.js");
const IconPlayReverseLargeLine = Object.assign(iconPlayReverseLargeLine, {
install: (app) => {
app.component(iconPlayReverseLargeLine.name, iconPlayReverseLargeLine);
}
});
module.exports = IconPlayReverseLargeLine;