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