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