import _IconArrowRightWideFill from "./icon-arrow-right-wide-fill.vue.js";
const IconArrowRightWideFill = Object.assign(_IconArrowRightWideFill, {
install: (app) => {
app.component(_IconArrowRightWideFill.name, _IconArrowRightWideFill);
}
});
export {
IconArrowRightWideFill as default
};