import _IconSurroundSoundLine from "./icon-surround-sound-line.vue.js";
const IconSurroundSoundLine = Object.assign(_IconSurroundSoundLine, {
install: (app) => {
app.component(_IconSurroundSoundLine.name, _IconSurroundSoundLine);
}
});
export {
IconSurroundSoundLine as default
};