import _IconCornerLeftDownLine from "./icon-corner-left-down-line.vue.js";
const IconCornerLeftDownLine = Object.assign(_IconCornerLeftDownLine, {
install: (app) => {
app.component(_IconCornerLeftDownLine.name, _IconCornerLeftDownLine);
}
});
export {
IconCornerLeftDownLine as default
};