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