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