import _IconContactsBook2Line from "./icon-contacts-book-2-line.vue.js";
const IconContactsBook2Line = Object.assign(_IconContactsBook2Line, {
install: (app) => {
app.component(_IconContactsBook2Line.name, _IconContactsBook2Line);
}
});
export {
IconContactsBook2Line as default
};