import _IconLogoutBoxLine from "./icon-logout-box-line.vue.js";
const IconLogoutBoxLine = Object.assign(_IconLogoutBoxLine, {
install: (app) => {
app.component(_IconLogoutBoxLine.name, _IconLogoutBoxLine);
}
});
export {
IconLogoutBoxLine as default
};