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