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