UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 505 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMergeCellsVertical = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1zm-2-9V5h-5.999v2H15l-3 3-3-3h2V5H5v6h2v2H5v6h6v-2H9l3-3 3 3h-1.999v2H19v-6h-2v-2zm-8 2H9v-2h2zm4 0h-2v-2h2z" }) })); const Memo = memo(SvgMergeCellsVertical); export default Memo;