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