import _IconMegaphoneFill from "./icon-megaphone-fill.vue.js";
const IconMegaphoneFill = Object.assign(_IconMegaphoneFill, {
install: (app) => {
app.component(_IconMegaphoneFill.name, _IconMegaphoneFill);
}
});
export {
IconMegaphoneFill as default
};