"use strict";
const iconChatForwardFill = require("./icon-chat-forward-fill.vue.js");
const IconChatForwardFill = Object.assign(iconChatForwardFill, {
install: (app) => {
app.component(iconChatForwardFill.name, iconChatForwardFill);
}
});
module.exports = IconChatForwardFill;