import _IconChatForwardLine from "./icon-chat-forward-line.vue.js";
const IconChatForwardLine = Object.assign(_IconChatForwardLine, {
install: (app) => {
app.component(_IconChatForwardLine.name, _IconChatForwardLine);
}
});
export {
IconChatForwardLine as default
};