@icongo/cg
Version:
css.gg Icons
15 lines • 613 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGMergeVertical = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M8.976 12 4.733 7.757 3.32 9.172 6.147 12 3.32 14.828l1.414 1.415L8.976 12ZM12 19a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v12a1 1 0 0 1-1 1Zm3.024-7 4.243 4.243 1.414-1.415L17.853 12l2.828-2.828-1.414-1.415L15.024 12Z"
})
}));
export { CGMergeVertical };