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