import _IconUserVoiceLine from "./icon-user-voice-line.vue.js";
const IconUserVoiceLine = Object.assign(_IconUserVoiceLine, {
install: (app) => {
app.component(_IconUserVoiceLine.name, _IconUserVoiceLine);
}
});
export {
IconUserVoiceLine as default
};