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