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