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