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