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