import _IconCornerRightUpLine from "./icon-corner-right-up-line.vue.js";
const IconCornerRightUpLine = Object.assign(_IconCornerRightUpLine, {
install: (app) => {
app.component(_IconCornerRightUpLine.name, _IconCornerRightUpLine);
}
});
export {
IconCornerRightUpLine as default
};