birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
10 lines (9 loc) • 312 B
JavaScript
import _IconMergeCellsHorizontal from "./icon-merge-cells-horizontal.vue.js";
const IconMergeCellsHorizontal = Object.assign(_IconMergeCellsHorizontal, {
install: (app) => {
app.component(_IconMergeCellsHorizontal.name, _IconMergeCellsHorizontal);
}
});
export {
IconMergeCellsHorizontal as default
};