import _IconArrowGoBackLine from "./icon-arrow-go-back-line.vue.js";
const IconArrowGoBackLine = Object.assign(_IconArrowGoBackLine, {
install: (app) => {
app.component(_IconArrowGoBackLine.name, _IconArrowGoBackLine);
}
});
export {
IconArrowGoBackLine as default
};