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