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