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