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