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