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