import _IconCornerUpLeftLine from "./icon-corner-up-left-line.vue.js";
const IconCornerUpLeftLine = Object.assign(_IconCornerUpLeftLine, {
install: (app) => {
app.component(_IconCornerUpLeftLine.name, _IconCornerUpLeftLine);
}
});
export {
IconCornerUpLeftLine as default
};