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