"use strict";
const iconLogoutBoxRFill = require("./icon-logout-box-r-fill.vue.js");
const IconLogoutBoxRFill = Object.assign(iconLogoutBoxRFill, {
install: (app) => {
app.component(iconLogoutBoxRFill.name, iconLogoutBoxRFill);
}
});
module.exports = IconLogoutBoxRFill;