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