"use strict";
const iconLayoutBottom2Line = require("./icon-layout-bottom-2-line.vue.js");
const IconLayoutBottom2Line = Object.assign(iconLayoutBottom2Line, {
install: (app) => {
app.component(iconLayoutBottom2Line.name, iconLayoutBottom2Line);
}
});
module.exports = IconLayoutBottom2Line;