import _IconLayoutVerticalLine from "./icon-layout-vertical-line.vue.js";
const IconLayoutVerticalLine = Object.assign(_IconLayoutVerticalLine, {
install: (app) => {
app.component(_IconLayoutVerticalLine.name, _IconLayoutVerticalLine);
}
});
export {
IconLayoutVerticalLine as default
};