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