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