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