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