import _IconMergeCellsVertical from "./icon-merge-cells-vertical.vue.js";
const IconMergeCellsVertical = Object.assign(_IconMergeCellsVertical, {
install: (app) => {
app.component(_IconMergeCellsVertical.name, _IconMergeCellsVertical);
}
});
export {
IconMergeCellsVertical as default
};