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