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