import _IconPinterestFill from "./icon-pinterest-fill.vue.js";
const IconPinterestFill = Object.assign(_IconPinterestFill, {
install: (app) => {
app.component(_IconPinterestFill.name, _IconPinterestFill);
}
});
export {
IconPinterestFill as default
};