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