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