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