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