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