"use strict";
const iconReplyAllFill = require("./icon-reply-all-fill.vue.js");
const IconReplyAllFill = Object.assign(iconReplyAllFill, {
install: (app) => {
app.component(iconReplyAllFill.name, iconReplyAllFill);
}
});
module.exports = IconReplyAllFill;