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