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