"use strict";
const iconCornerRightUpLine = require("./icon-corner-right-up-line.vue.js");
const IconCornerRightUpLine = Object.assign(iconCornerRightUpLine, {
install: (app) => {
app.component(iconCornerRightUpLine.name, iconCornerRightUpLine);
}
});
module.exports = IconCornerRightUpLine;