"use strict";
const iconContactsBook2Fill = require("./icon-contacts-book-2-fill.vue.js");
const IconContactsBook2Fill = Object.assign(iconContactsBook2Fill, {
install: (app) => {
app.component(iconContactsBook2Fill.name, iconContactsBook2Fill);
}
});
module.exports = IconContactsBook2Fill;