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