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