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