"use strict";
const iconArrowRightWideFill = require("./icon-arrow-right-wide-fill.vue.js");
const IconArrowRightWideFill = Object.assign(iconArrowRightWideFill, {
install: (app) => {
app.component(iconArrowRightWideFill.name, iconArrowRightWideFill);
}
});
module.exports = IconArrowRightWideFill;